XRoadServiceIdentifier
Namespace: XRoadLib.Headers
X-Road service identifier.
Constructors
Constructor | Description |
new()
Signature: unit -> unit
|
Instance members
Instance member | Description |
MemberClass()
Signature: unit -> unit
Modifiers: abstract |
X-Road service provider class. |
MemberCode()
Signature: unit -> unit
Modifiers: abstract |
X-Road service provider code. |
ObjectType()
Signature: unit -> unit
Modifiers: abstract |
X-Road identifier type (SERVICE). |
ServiceCode()
Signature: unit -> unit
Modifiers: abstract |
X-Road service name. |
ServiceVersion()
Signature: unit -> unit
Modifiers: abstract |
X-Road service version. |
SubsystemCode()
Signature: unit -> unit
Modifiers: abstract |
X-Road service provider subsystem code. |
ToFullName()
Signature: unit -> string
|
Convert X-Road service identifier to old service name. |
ToString()
Signature: unit -> string
Modifiers: abstract |
String presentation of the X-Road service identifier. |
Version()
Signature: unit -> unit
|
X-Road service version as number. |
XRoadInstance()
Signature: unit -> unit
Modifiers: abstract |
X-Road instance name. |
Static members
Static member | Description |
FromString(serviceName)
Signature: serviceName:string -> XRoadServiceIdentifier
|
Parse X-Road service identifier from legacy service name. |