C# Class Sfm2Xml.ClsCustomFieldDescription

Inheritance: ClsFieldDescription
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
ClsCustomFieldDescription ( ) : System
ClsCustomFieldDescription ( string fdClass, string uiClass, int flid, bool big, int wsSelector, ClsFieldDescription baseFD ) : System
ClsCustomFieldDescription ( string fdClass, string uiClass, int flid, bool big, int wsSelector, string marker, string name, string datatype, string lang, bool abbr, string fwID ) : System
ReadAndOutputXmlNode ( System fieldNode, Hashtable languages, string topAnalysisWS, System xmlOutput, Hashtable &langsToIgnore, Hashtable &fieldsToIgnore ) : bool
ReadXmlNode ( System customfieldNode, Hashtable languages, string topAnalysisWS ) : bool
ToXmlLangString ( System xmlOutput ) : string
ToXmlString ( ) : string

Private Methods

Method Description
ToXmlBaseString ( bool useXMLLang, System xmlOutput ) : string

Method Details

ClsCustomFieldDescription() public method

public ClsCustomFieldDescription ( ) : System
return System

ClsCustomFieldDescription() public method

public ClsCustomFieldDescription ( string fdClass, string uiClass, int flid, bool big, int wsSelector, ClsFieldDescription baseFD ) : System
fdClass string
uiClass string
flid int
big bool
wsSelector int
baseFD ClsFieldDescription
return System

ClsCustomFieldDescription() public method

public ClsCustomFieldDescription ( string fdClass, string uiClass, int flid, bool big, int wsSelector, string marker, string name, string datatype, string lang, bool abbr, string fwID ) : System
fdClass string
uiClass string
flid int
big bool
wsSelector int
marker string
name string
datatype string
lang string
abbr bool
fwID string
return System

ReadAndOutputXmlNode() public method

public ReadAndOutputXmlNode ( System fieldNode, Hashtable languages, string topAnalysisWS, System xmlOutput, Hashtable &langsToIgnore, Hashtable &fieldsToIgnore ) : bool
fieldNode System
languages System.Collections.Hashtable
topAnalysisWS string
xmlOutput System
langsToIgnore System.Collections.Hashtable
fieldsToIgnore System.Collections.Hashtable
return bool

ReadXmlNode() public method

public ReadXmlNode ( System customfieldNode, Hashtable languages, string topAnalysisWS ) : bool
customfieldNode System
languages System.Collections.Hashtable
topAnalysisWS string
return bool

ToXmlLangString() public method

public ToXmlLangString ( System xmlOutput ) : string
xmlOutput System
return string

ToXmlString() public method

public ToXmlString ( ) : string
return string