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. |
 Branch | The branch (business place) associated with this point of issue. Field name: `BPLId`. Field Name: BPLIdData Type: Edm.Int32Writable: Yes |
 Code | The unique code of the point of issue. Field name: `Code`. This is the key field. Field Name: CodeData Type: Edm.StringWritable: Yes |
 Description | The description of the point of issue. Field name: `Desc`. Field Name: DescData Type: Edm.StringWritable: Yes |
 EndOperatingDate | The date until which the point of issue is active. Field name: `EndOpDate`. Field Name: EndOpDateData Type: Edm.DateTimeWritable: Yes |
 Remarks | Remarks for the point of issue. Field name: `Remarks`. Field Name: RemarksData Type: Edm.StringWritable: Yes |
 StartOperatingDate | The date from which the point of issue is active. Field name: `SOpDate`. Field Name: SOpDateData Type: Edm.DateTimeWritable: Yes |
 Type | The type of the point of issue. Field name: `Type`. Field Name: TypeData Type: PointOfIssueTypeEnum Writable: Yes Enum Type: PointOfIssueTypeEnum |
Â
Â