Class XRoadMemberIdentifier
Represents identifiers that can be used by the service clients, namely X-Road members and subsystems.
Inheritance
System.Object
XRoadMemberIdentifier
Namespace: XRoad
Assembly: XRoadProvider.dll
Syntax
[<AllowNullLiteral>]
type XRoadMemberIdentifier (xRoadInstance:string, memberClass:string, memberCode:string, subsystemCode:string)
Parameters
Type |
Name |
Description |
string |
xRoadInstance |
|
string |
memberClass |
|
string |
memberCode |
|
string |
subsystemCode |
|
Constructors
new: string * string * string * string -> XRoadMemberIdentifier
Declaration
new: xRoadInstance:string * memberClass:string * memberCode:string * subsystemCode:string -> XRoadMemberIdentifier
Parameters
Type |
Name |
Description |
string |
xRoadInstance |
|
string |
memberClass |
|
string |
memberCode |
|
string |
subsystemCode |
|
Returns
new: string * string * string -> XRoadMemberIdentifier
Declaration
new: xRoadInstance:string * memberClass:string * memberCode:string -> XRoadMemberIdentifier
Parameters
Type |
Name |
Description |
string |
xRoadInstance |
|
string |
memberClass |
|
string |
memberCode |
|
Returns
new: unit -> XRoadMemberIdentifier
Declaration
new: unit -> XRoadMemberIdentifier
Returns
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
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
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
property XRoadInstance: string
Code identifying the instance of the X-Road system.
Declaration
property XRoadInstance: string with get, set
Property Value