Class ReferralGridDataItem
- Namespace
- InSite.Domain.Contacts
- Assembly
- Shift.Sdk.dll
public class ReferralGridDataItem
- Inheritance
-
ReferralGridDataItem
- Inherited Members
-
- Extension Methods
-
Constructors
ReferralGridDataItem()
public ReferralGridDataItem()
Properties
GroupIdentifier
public Guid GroupIdentifier { get; set; }
Property Value
- Guid
GroupName
public string GroupName { get; set; }
Property Value
- string
GroupOrganizationCode
public string GroupOrganizationCode { get; set; }
Property Value
- string
GroupOrganizationIdentifier
public Guid GroupOrganizationIdentifier { get; set; }
Property Value
- Guid
GroupParentIdentifier
public Guid? GroupParentIdentifier { get; set; }
Property Value
- Guid?
GroupParentName
public string GroupParentName { get; set; }
Property Value
- string
GroupParentType
public string GroupParentType { get; set; }
Property Value
- string
MembershipIdentifier
public Guid MembershipIdentifier { get; set; }
Property Value
- Guid
PersonOccupation
public string PersonOccupation { get; set; }
Property Value
- string
ReasonEffective
public DateTimeOffset ReasonEffective { get; set; }
Property Value
- DateTimeOffset
ReasonExpiry
public DateTimeOffset? ReasonExpiry { get; set; }
Property Value
- DateTimeOffset?
ReasonIdentifier
public Guid ReasonIdentifier { get; set; }
Property Value
- Guid
ReasonSubtype
public string ReasonSubtype { get; set; }
Property Value
- string
ReasonType
public string ReasonType { get; set; }
Property Value
- string
UserIdentifier
public Guid UserIdentifier { get; set; }
Property Value
- Guid