Click or drag to resize

ServiceActivityService Properties

The ServiceActivityService type exposes the following members.

Properties
  NameDescription
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyCoveredByGuarantee
True when the performed service is covered by the guarantee. [Required] [Default(false)]
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDocument
The ServiceActivity to which this ServiceActivityService belongs. [Required] [Filter(multi eq)]
(Overrides DocumentChildDocument.)
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLineNo
Consecutive line number, unique within the document. Usually is increasing in steps of 10, like in 10, 20, 30, etc. [Required]
Public propertyLineNumber
Consecutive line number, unique within the document. Usually is increasing in steps of 10, like in 10, 20, 30, etc. [Required]
(Overrides DocumentLineLineNumber.)
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyNotes
Short notes for the service.
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyPerformedByPerson
The id of the person from the enterprise company that actually performed the work. [Filter(multi eq)]
Public propertyQuantity
The quantity of the service in the measurement unit of the service. [Unit: Service.MeasurementUnit] [Required] [Default(1)]
Public propertyRepository
Provides access to ServiceActivityServicesRepository repository methods
Public propertyService
The type of service that is conducted. [Required] [Filter(multi eq)]
Public propertyServiceActivity
The ServiceActivity to which this ServiceActivityService belongs. [Required] [Filter(multi eq)] [Owner]
Public propertyServiceActivityAgreedServices
Public propertyServiceName
Description of the conducted service. The description may vary (contain additional information) from the standart name of the service. [Required] [Filter(like)]
Public propertyServiceObject
The service object that was serviced. null means that it is unknown or N/A. [Filter(multi eq)]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Top
See Also