Table of Contents

Class DictionaryWord

Namespace
UFEDLib
Assembly
UFEDLib.dll
[Serializable]
public class DictionaryWord : ModelBase, IUfedModelParser<DictionaryWord>
Inheritance
DictionaryWord
Implements
Inherited Members

Properties

Frequency

public int Frequency { get; set; }

Property Value

int

Locale

public string Locale { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

UsagePattern

public string UsagePattern { get; set; }

Property Value

string

UserMapping

public string UserMapping { get; set; }

Property Value

string

Word

public string Word { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, DictionaryWord, bool)

public static void ParseFields(IEnumerable<XElement> fieldElements, DictionaryWord result, bool debugAttributes = false)

Parameters

fieldElements IEnumerable<XElement>
result DictionaryWord
debugAttributes bool

ParseModel(XElement, bool)

public static DictionaryWord ParseModel(XElement element, bool debugAttributes = false)

Parameters

element XElement
debugAttributes bool

Returns

DictionaryWord

ParseModelFields(IEnumerable<XElement>, DictionaryWord, bool)

public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, DictionaryWord result, bool debugAttributes = false)

Parameters

modelFieldElements IEnumerable<XElement>
result DictionaryWord
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, DictionaryWord, bool)

public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, DictionaryWord result, bool debugAttributes = false)

Parameters

multiFieldElements IEnumerable<XElement>
result DictionaryWord
debugAttributes bool

ParseMultiModel(XElement, bool)

public static List<DictionaryWord> ParseMultiModel(XElement element, bool debugAttributes = false)

Parameters

element XElement
debugAttributes bool

Returns

List<DictionaryWord>

ParseMultiModelFields(IEnumerable<XElement>, DictionaryWord, bool)

public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, DictionaryWord result, bool debugAttributes = false)

Parameters

multiModelFieldElements IEnumerable<XElement>
result DictionaryWord
debugAttributes bool