Class GroupOutlineItem
- Namespace
- InSite.Application.Contacts.Read
- Assembly
- Shift.Sdk.dll
public class GroupOutlineItem
- Inheritance
-
GroupOutlineItem
- Inherited Members
-
- Extension Methods
-
Constructors
public GroupOutlineItem()
Properties
public int GroupActionCount { get; set; }
Property Value
- int
public string GroupCode { get; set; }
Property Value
- string
public Guid GroupIdentifier { get; set; }
Property Value
- Guid
public string GroupName { get; set; }
Property Value
- string
public string GroupType { get; set; }
Property Value
- string
public int MemberCount { get; set; }
Property Value
- int
public Guid? ParentGroupIdentifier { get; set; }
Property Value
- Guid?