Table of Contents

Class InstalledApplication

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

Properties

AppGUID

public string AppGUID { get; set; }

Property Value

string

ArtifactFamily

public string ArtifactFamily { get; set; }

Property Value

string

AssociatedDirectoryPaths

public List<string> AssociatedDirectoryPaths { get; set; }

Property Value

List<string>

Categories

public List<string> Categories { get; set; }

Property Value

List<string>
public string Copyright { get; set; }

Property Value

string

DecodingStatus

public string DecodingStatus { get; set; }

Property Value

string

DeletedDate

public DateTime DeletedDate { get; set; }

Property Value

DateTime

Description

public string Description { get; set; }

Property Value

string

Identifier

public string Identifier { get; set; }

Property Value

string

InstallDate

public DateTime InstallDate { get; set; }

Property Value

DateTime

IsEmulatable

public string IsEmulatable { get; set; }

Property Value

string

LastLaunched

public DateTime LastLaunched { get; set; }

Property Value

DateTime

Name

public string Name { get; set; }

Property Value

string

OperationMode

public string OperationMode { get; set; }

Property Value

string

Permissions

public List<string> Permissions { get; set; }

Property Value

List<string>

PurchaseDate

public DateTime PurchaseDate { get; set; }

Property Value

DateTime

ServiceIdentifier

public string ServiceIdentifier { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

UserMapping

public string UserMapping { get; set; }

Property Value

string

Users

public List<User> Users { get; set; }

Property Value

List<User>

Version

public string Version { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, InstalledApplication, bool)

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

Parameters

fieldElements IEnumerable<XElement>
result InstalledApplication
debugAttributes bool

ParseModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

InstalledApplication

ParseModelFields(IEnumerable<XElement>, InstalledApplication, bool)

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

Parameters

modelFieldElements IEnumerable<XElement>
result InstalledApplication
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, InstalledApplication, bool)

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

Parameters

multiFieldElements IEnumerable<XElement>
result InstalledApplication
debugAttributes bool

ParseMultiModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

List<InstalledApplication>

ParseMultiModelFields(IEnumerable<XElement>, InstalledApplication, bool)

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result InstalledApplication
debugAttributes bool