Struct EbicsOrderInfoDescription
Description (Type and Text) inside of a HVTOrderInfo element.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public struct EbicsOrderInfoDescription
Remarks
The EbicsOrderInfo holds a collection of descriptions in its Descriptions property.
Constructors
EbicsOrderInfoDescription(String, String)
Declaration
public EbicsOrderInfoDescription(string sType, string sDescription)
Parameters
Type | Name | Description |
---|---|---|
System.String | sType | |
System.String | sDescription |
Properties
Description
Declaration
public readonly string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public readonly string Type { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
"Purpose", "Details" or "Comment"
Methods
Comment(String)
Declaration
public static EbicsOrderInfoDescription Comment(string sDescription)
Parameters
Type | Name | Description |
---|---|---|
System.String | sDescription |
Returns
Type | Description |
---|---|
EbicsOrderInfoDescription |
Details(String)
Declaration
public static EbicsOrderInfoDescription Details(string sDescription)
Parameters
Type | Name | Description |
---|---|---|
System.String | sDescription |
Returns
Type | Description |
---|---|
EbicsOrderInfoDescription |
Purpose(String)
Declaration
public static EbicsOrderInfoDescription Purpose(string sDescription)
Parameters
Type | Name | Description |
---|---|---|
System.String | sDescription |
Returns
Type | Description |
---|---|
EbicsOrderInfoDescription |