📚 SAP Business One SDK Help

DataOwnership Object Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileLoads the object's properties from an XML file.
Public Method FromXMLStringLoads the object's properties from an XML string.
Public Method GetXMLSchemaReturns the XML schema for this object.
Public Method ToXMLFileSerializes the object's properties to an XML file.
Public Method ToXMLStringSerializes the object's properties to an XML string.

Public Properties

Public Property ActiveIndicates whether data ownership is active for this object.
Field Name: Active
Data Type: BoYesNoEnum
Writable: No
Enum Type: BoYesNoEnum
Public Property ObjectPart of the composite key. The object code.
Field Name: Object
Data Type: Edm.String
Writable: No
Public Property OwnerControlThe ownership control level.
Field Name: OwnerControl
Data Type: Edm.Int32
Writable: No
Public Property SubObjectPart of the composite key. The sub-object index.
Field Name: SubObject
Data Type: Edm.Int32
Writable: No

See Also