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. |
 FirstNumber | The first number in the series. Field name: `First`. Field Name: FirstData Type: Edm.StringWritable: Yes |
 LastNumber | The last number in the series. Field name: `Last`. Field Name: LastData Type: Edm.StringWritable: Yes |
 NextNumber | The next number to be assigned. Field name: `Next`. Field Name: NextData Type: Edm.StringWritable: No |
 NumberingID | The internal key of the Korean VAT numbering. Field name: `NumId`. This is the key field. Field Name: NumIdData Type: Edm.Int32Writable: No |
 NumberingName | The name of the numbering series. Field name: `NumName`. Field Name: NumNameData Type: Edm.StringWritable: Yes |
 YearDependent | Indicates whether the numbering resets each year. Field name: `YrDepend`. Field Name: YrDependData Type: BoYesNoEnum Writable: Yes Enum Type: BoYesNoEnum |
Â
Â