Method | Description | |
---|---|---|
ClsFieldDescriptionWith ( |
||
LexImportField ( ) : System | ||
LexImportField ( string name, string uiDest, string prop, string sig, bool list, bool multi, bool unique, string mdf ) : System | ||
ReadNode ( System node ) : bool |
Read a 'Field' node from the controled xml file that contains the ImportFields
|
Method | Description | |
---|---|---|
ReadBoolValue ( string boolValue, bool defaultValue ) : bool | ||
ReadRequiredString ( string stringValue, bool &exists ) : string |
This method will set exists to true if there is data in the passed in string and will return that data, otherwise it will return null and exists will be false.
|
public ClsFieldDescriptionWith ( |
||
fieldIn | ||
return |
public LexImportField ( string name, string uiDest, string prop, string sig, bool list, bool multi, bool unique, string mdf ) : System | ||
name | string | |
uiDest | string | |
prop | string | |
sig | string | |
list | bool | |
multi | bool | |
unique | bool | |
mdf | string | |
return | System |