Class CreateMembershipReason
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class CreateMembershipReason
- Inheritance
-
CreateMembershipReason
- Inherited Members
-
- Extension Methods
-
Constructors
CreateMembershipReason()
public CreateMembershipReason()
Properties
Created
public DateTimeOffset? Created { get; set; }
Property Value
- DateTimeOffset?
CreatedBy
public Guid? CreatedBy { get; set; }
Property Value
- Guid?
LastChangeType
public string LastChangeType { get; set; }
Property Value
- string
MembershipIdentifier
public Guid MembershipIdentifier { get; set; }
Property Value
- Guid
Modified
public DateTimeOffset? Modified { get; set; }
Property Value
- DateTimeOffset?
ModifiedBy
public Guid? ModifiedBy { 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