Table of Contents

Class ModelBase

Namespace
UFEDLib
Assembly
UFEDLib.dll
[Serializable]
public class ModelBase
Inheritance
ModelBase
Derived
Inherited Members

Properties

decoding_confidence

public string decoding_confidence { get; set; }

Property Value

string

deleted_state

public string deleted_state { get; set; }

Property Value

string

extractionId

public string extractionId { get; set; }

Property Value

string

id

public string id { get; set; }

Property Value

string

isrelated

public string isrelated { get; set; }

Property Value

string

source_index

public string source_index { get; set; }

Property Value

string

type

public string type { get; set; }

Property Value

string

Methods

DefaultModelParser<T>(XElement, bool)

public static T DefaultModelParser<T>(XElement element, bool debugAttributes = false) where T : ModelBase, IUfedModelParser<T>, new()

Parameters

element XElement
debugAttributes bool

Returns

T

Type Parameters

T

DefaultMultiModelParser<T>(XElement, bool)

public static List<T> DefaultMultiModelParser<T>(XElement element, bool debugAttributes = false) where T : ModelBase, IUfedModelParser<T>, new()

Parameters

element XElement
debugAttributes bool

Returns

List<T>

Type Parameters

T

ParseAttributes(XElement)

public void ParseAttributes(XElement element)

Parameters

element XElement