Class FinBuildingSavingsInfos
Specialized order for building-savings account information inquiries (DKBKU).
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.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinBuildingSavingsInfos : FinOrder
Constructors
FinBuildingSavingsInfos()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinBuildingSavingsInfos()
FinBuildingSavingsInfos(FinSegment)
Declaration
public FinBuildingSavingsInfos(FinSegment aDKBKU)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aDKBKU |
Properties
BuildingSavingsInfos
Declaration
public FinBuildingSavingsInfo[] BuildingSavingsInfos { get; }
Property Value
Type | Description |
---|---|
FinBuildingSavingsInfo[] |
Methods
InsertScrollRef(String)
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
System.String | sScrollRef |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
OnExecuteComplete(FinDialog)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |