Show / Hide Table of Contents

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

Implicit constructor.

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

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
Type Description
XRoadMemberIdentifier

new: unit -> XRoadMemberIdentifier

Declaration
new: unit -> XRoadMemberIdentifier
Returns
Type Description
XRoadMemberIdentifier

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 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