Search Results for

    Show / Hide Table of Contents

    Class RepresentativeGroup

    Reprensents a set of users which builds a representative group for contacts and sales areas

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

    Constructors

    | Improve this Doc View Source

    RepresentativeGroup()

    Initialize a new reprensentative group

    Declaration
    public RepresentativeGroup()

    Properties

    | Improve this Doc View Source

    Description

    Gets or sets the description of the group

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Id

    Gets or sets the unique id of the group

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Name

    Gets or sets the name for the Representative group

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Users

    Gets a list of users which are a member of the group

    Declaration
    public IList<int> Users { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Int32>
    | Improve this Doc View Source

    ZipcodeFrom

    Gets or sets the zip code which will be used for automatic assigning when entering the zipcode in a contact

    Declaration
    public string ZipcodeFrom { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ZipcodeTo

    Gets or sets the zip code which will be used for automatic assigning when entering the zipcode in a contact

    Declaration
    public string ZipcodeTo { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx