Search Results for

    Show / Hide Table of Contents

    Class RepresentativeGroupManager

    Manager for the Representative Groups

    Inheritance
    System.Object
    RepresentativeGroupManager
    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 sealed class RepresentativeGroupManager

    Properties

    | Improve this Doc View Source

    Singleton

    Gets the only instance of this class

    Declaration
    public static RepresentativeGroupManager Singleton { get; }
    Property Value
    Type Description
    RepresentativeGroupManager

    Methods

    | Improve this Doc View Source

    Delete(RepresentativeGroup)

    Deletes passed repgroup

    Declaration
    public void Delete(RepresentativeGroup repgroup)
    Parameters
    Type Name Description
    RepresentativeGroup repgroup

    The group to be deleted

    | Improve this Doc View Source

    Get(Guid)

    Gets the representative Group by the passed Id

    Declaration
    public RepresentativeGroup Get(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Unique id of the group

    Returns
    Type Description
    RepresentativeGroup

    Returns a RepresentativeGroup when existing, else null

    | Improve this Doc View Source

    New()

    Creates a new Instance of RepresentativeGroup

    Declaration
    public RepresentativeGroup New()
    Returns
    Type Description
    RepresentativeGroup
    | Improve this Doc View Source

    RepresentativeGroupInUse(Guid)

    Return true if the representativeGroup is in use and false if not

    Declaration
    public bool RepresentativeGroupInUse(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Save(RepresentativeGroup)

    Saves passed repgroup

    Declaration
    public void Save(RepresentativeGroup repgroup)
    Parameters
    Type Name Description
    RepresentativeGroup repgroup

    The group to be saved

    | Improve this Doc View Source

    Update(Guid, Guid)

    Updates all contacts with the old representative group to a new representative group

    Declaration
    public void Update(Guid oldId, Guid newId)
    Parameters
    Type Name Description
    System.Guid oldId
    System.Guid newId
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx