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. |
 CloseDate | The close date of the instance. Field Name: CloseDateData Type: Edm.DateTimeWritable: No |
 ClosingPercentage | The closing percentage of the instance. Field Name: CloPrcntData Type: Edm.DoubleWritable: No |
 InstanceCreator | The creator of the instance. Field Name: CreatorData Type: Edm.StringWritable: No |
 InstanceDescription | The description of the instance. Field Name: InstDescData Type: Edm.StringWritable: No |
 InstanceName | The name of the instance. Field Name: InstNameData Type: Edm.StringWritable: No |
 InstancePrimaryKey | The internal key of the process checklist instance. This is the key field. Field Name: InstancePkData Type: Edm.Int32Writable: No |
 InstanceStatus | The status of the instance. Field Name: StatusData Type: ProcessChecklistInstanceInstanceStatusEnum Writable: No Enum Type: ProcessChecklistInstanceInstanceStatusEnum |
 ProcessChecklistInstanceLines | property ProcessChecklistInstanceLines |
 Remarks | Remarks for the instance. Field Name: MemoData Type: Edm.StringWritable: No |
 StartDate | The start date of the instance. Field Name: StartDateData Type: Edm.DateTimeWritable: No |
 TemplateForeignKey | The foreign key to the process checklist template. Field Name: TemplateFkData Type: Edm.Int32Writable: No |
Â
Â