C# Класс Sfm2Xml.LexImportField

This class is used to contain the field element in the FW import fields xml file
Наследование: ILexImportField
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ClsFieldDescriptionWith ( ClsFieldDescription fieldIn ) : ClsFieldDescription
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

Приватные методы

Метод Описание
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.

Описание методов

ClsFieldDescriptionWith() публичный Метод

public ClsFieldDescriptionWith ( ClsFieldDescription fieldIn ) : ClsFieldDescription
fieldIn ClsFieldDescription
Результат ClsFieldDescription

LexImportField() публичный Метод

public LexImportField ( ) : System
Результат System

LexImportField() публичный Метод

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
Результат System

ReadNode() публичный Метод

Read a 'Field' node from the controled xml file that contains the ImportFields
public ReadNode ( System node ) : bool
node System
Результат bool