Class EbicsServiceMapRecord

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Details of an entry of the EBICS service mapping table.

public class EbicsServiceMapRecord
Inheritance
EbicsServiceMapRecord
Inherited Members

Constructors

EbicsServiceMapRecord(string, EbicsTransferType, string, string, string, string, string, string, string)

public EbicsServiceMapRecord(string sOrderType, EbicsTransferType nTransferType, string sServiceName, string sServiceScopes, string sServiceOptions, string sMsgName, string sContainerType = null, string sMsgVersion = null, string sMsgVariant = null)

Parameters

sOrderType string
nTransferType EbicsTransferType
sServiceName string
sServiceScopes string

List of alternative Service Scopes that all map to the same sOrderType. The list entries must be separated by a pipe '|' character. The list may contain empty entries. For example, the value "|GLB" indicates that the Service Scope may be empty or contain "GLB". This parameter may be null.

sServiceOptions string

List of alternative Service Options that all map to the same sOrderType. The list entries must be separated by a pipe '|' character. The list may contain empty entries. For example, the value "|VOO" indicates that the Service Option may be empty or contain "VOO". This parameter may be null.

sMsgName string
sContainerType string
sMsgVersion string
sMsgVariant string

Properties

ContainerType

public string ContainerType { get; }

Property Value

string

MsgName

public string MsgName { get; }

Property Value

string

MsgVariant

public string MsgVariant { get; }

Property Value

string

MsgVersion

Optional ISO message version.

public string MsgVersion { get; }

Property Value

string

Value must consist of exactly two digits, or must be null.

OrderType

public string OrderType { get; }

Property Value

string

ServiceName

public string ServiceName { get; }

Property Value

string

ServiceOption

Returns the first Service Option of this record entry.

public string ServiceOption { get; }

Property Value

string

ServiceScope

Returns the first Service Scope of this record entry.

public string ServiceScope { get; }

Property Value

string

TransferType

public EbicsTransferType TransferType { get; }

Property Value

EbicsTransferType