Class PersonalAccountNumberFactory
Account number factory, which contains everything that is important to generate personal account numbers
Inheritance
System.Object
PersonalAccountNumberFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public static class PersonalAccountNumberFactory
Properties
| Improve this Doc View SourceGenerator
Gets or sets a generator to create account numbers
Declaration
public static IPersonalAccountNumberGenerator Generator { get; set; }
Property Value
Type | Description |
---|---|
IPersonalAccountNumberGenerator |
Methods
| Improve this Doc View SourceSetAccountNumbers(PersonalAccount)
Sets the account numbers for a given account
Declaration
public static void SetAccountNumbers(PersonalAccount account)
Parameters
Type | Name | Description |
---|---|---|
PersonalAccount | account | Account instance |