Class EbicsServiceMapRecord
Details of an entry of the EBICS service mapping table.
Inheritance
System.Object
EbicsServiceMapRecord
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsServiceMapRecord
Constructors
EbicsServiceMapRecord(String, EbicsTransferType, String, String, String, String, String, String, String)
Declaration
public EbicsServiceMapRecord(string sOrderType, EbicsTransferType nTransferType, string sServiceName, string sServiceScope, string sServiceOption, string sMsgName, string sContainerType = null, string sMsgVersion = null, string sMsgVariant = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | sOrderType | |
EbicsTransferType | nTransferType | |
System.String | sServiceName | |
System.String | sServiceScope | |
System.String | sServiceOption | |
System.String | sMsgName | |
System.String | sContainerType | |
System.String | sMsgVersion | |
System.String | sMsgVariant |
Properties
ContainerType
Declaration
public string ContainerType { get; }
Property Value
Type | Description |
---|---|
System.String |
MsgName
Declaration
public string MsgName { get; }
Property Value
Type | Description |
---|---|
System.String |
MsgVariant
Declaration
public string MsgVariant { get; }
Property Value
Type | Description |
---|---|
System.String |
MsgVersion
Optional ISO message version.
Declaration
public string MsgVersion { get; }
Property Value
Type | Description |
---|---|
System.String | Value must consist of exactly two digits, or must be |
OrderType
Declaration
public string OrderType { get; }
Property Value
Type | Description |
---|---|
System.String |
ServiceName
Declaration
public string ServiceName { get; }
Property Value
Type | Description |
---|---|
System.String |
ServiceOption
Declaration
public string ServiceOption { get; }
Property Value
Type | Description |
---|---|
System.String |
ServiceScope
Declaration
public string ServiceScope { get; }
Property Value
Type | Description |
---|---|
System.String |
TransferType
Declaration
public EbicsTransferType TransferType { get; }
Property Value
Type | Description |
---|---|
EbicsTransferType |