Server identifier for subscriptions
Inheritance Hierarchy
GF.Api.UtilsIDSubscriptionID
GF.Api.SubscriptionsSubscriptionID
Namespace: GF.Api.Subscriptions
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The SubscriptionID type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SubscriptionID |
Construct with ID value
|
Properties
| Name | Description | |
|---|---|---|
| IsValid |
ID must be greater than 0
| |
| Value |
ID value
(Inherited from IDT.) |
Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Structural comparison
(Inherited from IDT.) | |
| Create |
Statically construct with id
| |
| Equals |
Structural equality
(Inherited from IDT.) | |
| GetHashCode |
Gets hash code
(Inherited from IDT.) | |
| ToString |
Convert to string
(Inherited from IDT.) |
See Also