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 SourceRepresentativeGroup()
Initialize a new reprensentative group
Declaration
public RepresentativeGroup()
Properties
| Improve this Doc View SourceDescription
Gets or sets the description of the group
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the unique id of the group
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Gets or sets the name for the Representative group
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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> |
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 |
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 |