Interface IVersioned
Represents artifacts that support versioning.
Namespace: Reaqtive
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IVersioned
Properties
Name
Gets the name tag of the artifact, used to persist state headers.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Version
Gets the version of the artifact.
Declaration
Version Version { get; }
Property Value
Type | Description |
---|---|
System.Version |