Class UpdateItem
Inheritance
System.Object
UpdateItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.XML
Assembly: Asgard3.Core.dll
Syntax
public class UpdateItem
Properties
| Improve this Doc View SourceCrc32
Declaration
public uint Crc32 { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Created
Declaration
public DateTime Created { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FilePath
Declaration
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileURL
Declaration
public string FileURL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public UpdateType Type { get; set; }
Property Value
Type | Description |
---|---|
UpdateType |