Click or drag to resize

ServiceOptionWeb Class

The service agreement option is included in the intermediation agreement interval
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsServiceOptionWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ServiceOptionWeb : DataContractEntityWeb

The ServiceOptionWeb type exposes the following members.

Constructors
  NameDescription
Public methodServiceOptionWeb
Top
Properties
  NameDescription
Public propertyAdditionalTime
Additional time used to perform this service option
Public propertyComment
Comment to apply to the resulting requisition when using this service option
Public propertyConditionDay
Indicates the specific day in a month to perform this service option. Used in conjunction with ConditionMonth
Public propertyConditionMonth
Indicates the specific month to perform this service option. Used in conjunction with ConditionDay
Public propertyConditionType
Condition type associated with this service type
Public propertyDueDateType
Due date type associated with this service type
Public propertyEstimatedTime
The estimated time to complete for this service type.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyIsCleaningMandatory
Indicates whether cleaning is mandatory or not when performing this service option
Public propertyName
Name
Public propertyOwner
Specific owner that must perform this service option.
Public propertyOwnerPayedForTask
Property for determining wether the owner is payed for completing a task.
Public propertySalesPrice
Sales price for the service task. If this property is not null and OwnerPayedForTask is false, then the owner is invoiced this amount if one of the owners or owners contactperson is not the supplier of this service task.
Public propertySendToContact
Indicates whether the contact person should receive requisitions instead of the Owner when performing this service option
Public propertyServiceArticle
The associated service article for this service option. It is the service article that contains information about the estimated time to complete the task
Public propertySupplierType
The supplier type to perform this service option
Public propertyType
Is this entity a System service type cleaning or one of the consumer defined service types
Top
See Also