Show / Hide Table of Contents

Class XRoadServiceIdentifier

Represents identifiers of services.

Inheritance
System.Object
XRoadServiceIdentifier
Namespace: XRoad
Assembly: XRoadProvider.dll
Syntax
[<AllowNullLiteral>]
type XRoadServiceIdentifier (xRoadInstance:string, memberClass:string, memberCode:string, subsystemCode:string, serviceCode:string, serviceVersion:string)
Parameters
Type Name Description
string xRoadInstance
string memberClass
string memberCode
string subsystemCode
string serviceCode
string serviceVersion

Constructors

new: string * string * string * string * string * string -> XRoadServiceIdentifier

Implicit constructor.

Declaration
new: xRoadInstance:string * memberClass:string * memberCode:string * subsystemCode:string * serviceCode:string * serviceVersion:string -> XRoadServiceIdentifier
Parameters
Type Name Description
string xRoadInstance
string memberClass
string memberCode
string subsystemCode
string serviceCode
string serviceVersion
Returns
Type Description
XRoadServiceIdentifier

new: unit -> XRoadServiceIdentifier

Declaration
new: unit -> XRoadServiceIdentifier
Returns
Type Description
XRoadServiceIdentifier

Properties

property MemberClass: string

Code identifying the member class (e.g., government agency, private enterprise, physical person).

Declaration
property MemberClass: string with get, set
Property Value
Type Description
string

property MemberCode: string

Member code that uniquely identifies the given X-Road member within its member class.

Declaration
property MemberCode: string with get, set
Property Value
Type Description
string

property ServiceCode: string

The service code is chosen by the service provider.

Declaration
property ServiceCode: string with get, set
Property Value
Type Description
string

property ServiceVersion: string

Version is optional and can be used to distinguish between technically incompatible versions of the same basic service.

Declaration
property ServiceVersion: string with get, set
Property Value
Type Description
string

property SubsystemCode: string

Subsystem code is chosen by the X-Road member and it must be unique among the subsystems of this member.

Declaration
property SubsystemCode: string with get, set
Property Value
Type Description
string

property XRoadInstance: string

Code identifying the instance of the X-Road system.

Declaration
property XRoadInstance: string with get, set
Property Value
Type Description
string
Back to top Generated by DocFX