Click or drag to resize
IServiceConfiguration Interface

[This is preliminary documentation and is subject to change.]

Service configuration

Namespace: Netadmin.Management.Provisioning.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IServiceConfiguration

The IServiceConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyStringContractNumber
OPTIONAL: Contract number
Public propertyStringContractPartNumber
OPTIONAL: Contract part number
Public propertyBooleanCreateAsConnected
If true, the new subscription will be created as connected. If set to true, no connection job will be created regardless what value SkipConnectionJob has
Public propertyBooleanCreateAsInactive
If true, the new subscription will be created as inactive
Public propertyTimeSpanExecutionTimeOffset
OPTIONAL: An optional offset to specified execution time. Must be >= TimeSpan.Zero
Public propertyStringExternalServiceReference
OPTIONAL: An external service id
Public propertyStringInvoiceCustomerNumber
REQUIRED: The invoice customer number
Public propertyInt64ReferenceId
REQUIRED: A negative number used to reference this service. If left at 0 a negative number will be assigned to it
Public propertyStringResponsibleSalesman
REQUIRED: Responsible Salesman
Public propertyInt64ServiceId
REQUIRED: The id of the service
Public propertyBooleanSkipConnectionJob
If true, will not create jobs for the subscription. If CreateAsConnected is set, no connection job will be created regardless of this setting
Public propertyStringSource
OPTIONAL: Source for subscription. Defaults to "Unknown"
Top
See Also