FromXMLFile | Sets the object's properties using data from an XML file.
The XML file can be created using the object's ToXMLFile method. |
FromXMLString | Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method. |
GetXMLSchema | Returns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods. |
ToXMLFile | Creates an XML file that represents the object. |
ToXMLString | Creates and returns an XML string that represents the object. |
CenterCode | The profit center to which to assign part of any cost or expense that is tied to a distribution rule.
Field name: PrcCode. This is a foreign key to the ProfitCenter object. |
Effectivefrom | The date from which the distribution rule is in effect.
Field name: ValidFrom. |
EffectiveTo | The date until which the distribution rule is in effect.
Field name: ValidTo. |
TotalInCenter | Represents the percentage of the cost or expense to assign to this profit center. The actual percentage is calculated by taking this property and dividing by the TotalFactor property in the parent object, and multiplying by 100.
Field name: PrcAmount. |