Search Results for

    Show / Hide Table of Contents

    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 Source

    Generator

    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 Source

    SetAccountNumbers(PersonalAccount)

    Sets the account numbers for a given account

    Declaration
    public static void SetAccountNumbers(PersonalAccount account)
    Parameters
    Type Name Description
    PersonalAccount account

    Account instance

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx