Class SnapshotExtensionStateMetadata
A snapshot extension state metadata.
Inheritance
System.Object
SnapshotExtensionStateMetadata
Namespace: Cireson.Core.Interfaces.DataAccess
Assembly: Cireson.Core.Interfaces.dll
Syntax
public class SnapshotExtensionStateMetadata : object
Remarks
Admin, 8/24/2017.
Properties
View SourceExtensionName
Gets or sets the name of the extension.
Declaration
public string ExtensionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the extension. |
ExtensionVersion
Gets or sets the extension version.
Declaration
public string ExtensionVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String | The extension version. |