Table of Contents

Class MobileCard

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

Properties

ActivationTime

public DateTime ActivationTime { get; set; }

Property Value

DateTime

AdditionalInfo

public Dictionary<string, string> AdditionalInfo { get; set; }

Property Value

Dictionary<string, string>

Description

public string Description { get; set; }

Property Value

string

ExpirationTime

public DateTime ExpirationTime { get; set; }

Property Value

DateTime

ModifyTime

public DateTime ModifyTime { get; set; }

Property Value

DateTime

Name

public string Name { get; set; }

Property Value

string

Organization

public Organization Organization { get; set; }

Property Value

Organization

PurchaseTime

public DateTime PurchaseTime { get; set; }

Property Value

DateTime

Source

public string Source { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

UserMapping

public string UserMapping { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, MobileCard, bool)

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

Parameters

fieldElements IEnumerable<XElement>
result MobileCard
debugAttributes bool

ParseModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

MobileCard

ParseModelFields(IEnumerable<XElement>, MobileCard, bool)

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

Parameters

modelFieldElements IEnumerable<XElement>
result MobileCard
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, MobileCard, bool)

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

Parameters

multiFieldElements IEnumerable<XElement>
result MobileCard
debugAttributes bool

ParseMultiModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

List<MobileCard>

ParseMultiModelFields(IEnumerable<XElement>, MobileCard, bool)

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result MobileCard
debugAttributes bool