Class SnapshotMetadata
A snapshot metadata.
Inheritance
System.Object
SnapshotMetadata
Namespace: Cireson.Core.Interfaces.DataAccess
Assembly: Cireson.Core.Interfaces.dll
Syntax
public class SnapshotMetadata : object
Remarks
Admin, 8/24/2017.
Properties
View SourceDateTaken
Gets or sets the date taken.
Declaration
public DateTimeOffset DateTaken { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset | The date taken. |
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
ExtensionState
Gets or sets the state of the extension.
Declaration
public IList<SnapshotExtensionStateMetadata> ExtensionState { get; set; }
Property Value
Type | Description |
---|---|
IList<SnapshotExtensionStateMetadata> | The extension state. |
SystemAction
Gets or sets the system action.
Declaration
public string SystemAction { get; set; }
Property Value
Type | Description |
---|---|
System.String | The system action. |