GraphVersion Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9448)
Represents Graph version.
Syntax
public class GraphVersion
Inherited Members
Fields
| Name | Description |
|---|---|
| Beta | The 'beta' protocol version. |
| V1 | The 'v1.0' protocol version. |
Properties
| Name | Description |
|---|---|
| Value | Gets the protocol version. |
Methods
| Name | Description |
|---|---|
| FromString(String) | Creates protocol version. |
| ToString() | Returns a string representation of this object. |