Table of Contents

Class FileUpload

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

Properties

Account

public string Account { get; set; }

Property Value

string

AdditionalInfo

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

Property Value

Dictionary<string, string>

DateLastModified

public DateTime DateLastModified { get; set; }

Property Value

DateTime

DateUploaded

public DateTime DateUploaded { get; set; }

Property Value

DateTime

FileType

public string FileType { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Owner

public Party Owner { get; set; }

Property Value

Party

Participants

public List<Party> Participants { get; set; }

Property Value

List<Party>

ServiceIdentifier

public string ServiceIdentifier { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Url

public string Url { 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>, FileUpload, bool)

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

Parameters

fieldElements IEnumerable<XElement>
result FileUpload
debugAttributes bool

ParseModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

FileUpload

ParseModelFields(IEnumerable<XElement>, FileUpload, bool)

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

Parameters

modelFieldElements IEnumerable<XElement>
result FileUpload
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, FileUpload, bool)

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

Parameters

multiFieldElements IEnumerable<XElement>
result FileUpload
debugAttributes bool

ParseMultiModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

List<FileUpload>

ParseMultiModelFields(IEnumerable<XElement>, FileUpload, bool)

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result FileUpload
debugAttributes bool