Méthode | Description | |
---|---|---|
AddCustomField ( int classID, ILexImportCustomField field ) : bool |
add a field to the given class
|
|
AddCustomImportFields ( Sfm2Xml customFields ) : bool |
read the passed in list of additional fields (should be custom ones) and add them to the list of fields.
|
|
AddField ( string className, string partOf, ILexImportField field ) : bool |
add a field to the given class
|
|
ContainsCustomField ( string key ) : bool | ||
FieldsForClass ( string className ) : ICollection |
get the field names for a given class of fields
|
|
GetAutoField ( string className ) : ILexImportField | ||
GetAutoFields ( ) : ILexImportField>.Dictionary |
||
GetCustomField ( |
||
GetCustomField ( |
||
GetCustomFieldClassFromClassID ( int classID ) : string | ||
GetDestinationForName ( string name, string &className, string &fieldName ) : bool | ||
GetField ( string fwDest, string &className ) : ILexImportField | ||
GetUIDestForName ( string fieldName ) : string | ||
HierarchForClass ( string className ) : string | ||
LexImportFields ( ) : System |
Méthode | Description | |
---|---|---|
Initialize ( ) : bool |
Any additional initialization processing could be done here. This is after the file has been read and before it's used.
|
|
ReadAClassNode ( System node ) : bool | ||
ReadLexImportFields ( string xmlFileName ) : bool | ||
ReadSignatureNode ( System node ) : bool |
public AddCustomField ( int classID, ILexImportCustomField field ) : bool | ||
classID | int | |
field | ILexImportCustomField | |
Résultat | bool |
public AddCustomImportFields ( Sfm2Xml customFields ) : bool | ||
customFields | Sfm2Xml | |
Résultat | bool |
public AddField ( string className, string partOf, ILexImportField field ) : bool | ||
className | string | |
partOf | string | |
field | ILexImportField | |
Résultat | bool |
public ContainsCustomField ( string key ) : bool | ||
key | string | |
Résultat | bool |
public FieldsForClass ( string className ) : ICollection | ||
className | string | |
Résultat | ICollection |
public GetAutoField ( string className ) : ILexImportField | ||
className | string | |
Résultat | ILexImportField |
public GetAutoFields ( ) : ILexImportField>.Dictionary |
||
Résultat | ILexImportField>.Dictionary |
public GetCustomField ( |
||
cfIn | ||
Résultat | ILexImportCustomField |
public GetCustomField ( |
||
cfIn | ||
Résultat | ILexImportCustomField |
public GetCustomFieldClassFromClassID ( int classID ) : string | ||
classID | int | |
Résultat | string |
public GetDestinationForName ( string name, string &className, string &fieldName ) : bool | ||
name | string | |
className | string | |
fieldName | string | |
Résultat | bool |
public GetField ( string fwDest, string &className ) : ILexImportField | ||
fwDest | string | |
className | string | |
Résultat | ILexImportField |
public GetUIDestForName ( string fieldName ) : string | ||
fieldName | string | |
Résultat | string |
public HierarchForClass ( string className ) : string | ||
className | string | |
Résultat | string |