Class ModelComponentUpgradeConverter.VersionPattern
Inheritance
System.Object
ModelComponentUpgradeConverter.VersionPattern
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: Aurigma.DesignAtoms.Serialization.Json
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class VersionPattern
Constructors
VersionPattern(String)
Declaration
public VersionPattern(string pattern)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | pattern |
VersionPattern(String, String)
Declaration
public VersionPattern(string from, string to)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | from | |
| System.String | to |
Fields
From
Declaration
public string From
Field Value
| Type | Description |
|---|---|
| System.String |
To
Declaration
public string To
Field Value
| Type | Description |
|---|---|
| System.String |
Methods
GetMaximumVersion()
Declaration
public Version GetMaximumVersion()
Returns
| Type | Description |
|---|---|
| System.Version |
GetMinimumVersion()
Declaration
public Version GetMinimumVersion()
Returns
| Type | Description |
|---|---|
| System.Version |
Test(String)
Declaration
public bool Test(string version)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | version |
Returns
| Type | Description |
|---|---|
| System.Boolean |