Class MembershipReason
- Namespace
- InSite.Domain.Contacts
- Assembly
- Shift.Sdk.dll
public class MembershipReason
- Inheritance
-
MembershipReason
- Inherited Members
-
- Extension Methods
-
Constructors
MembershipReason()
public MembershipReason()
Properties
Effective
public DateTimeOffset Effective { get; set; }
Property Value
- DateTimeOffset
Expiry
public DateTimeOffset? Expiry { get; set; }
Property Value
- DateTimeOffset?
Identifier
public Guid Identifier { get; set; }
Property Value
- Guid
PersonOccupation
public string PersonOccupation { get; set; }
Property Value
- string
Subtype
public string Subtype { get; set; }
Property Value
- string
Type
public string Type { get; set; }
Property Value
- string