Class VersioningOptions
Inheritance
System.Object
VersioningOptions
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: Quark.CMSAdapters.QPP.Services.Data
Assembly: Quark.CMSAdapters.QPP.dll
Syntax
public sealed class VersioningOptions
Fields
CUSTOM
Declaration
public const string CUSTOM = "custom"
Field Value
Type | Description |
---|---|
System.String |
MAJOR
Declaration
public const string MAJOR = "major"
Field Value
Type | Description |
---|---|
System.String |
MINOR
Declaration
public const string MINOR = "minor"
Field Value
Type | Description |
---|---|
System.String |