Table of Contents

Class AddMembershipReason

Namespace
InSite.Application.Memberships.Write
Assembly
Shift.Sdk.dll
public class AddMembershipReason : Command, ICommand
Inheritance
AddMembershipReason
Implements
Inherited Members
Extension Methods

Constructors

AddMembershipReason(Guid, Guid, string, string, DateTimeOffset, DateTimeOffset?, string)

public AddMembershipReason(Guid membershipIdentifier, Guid reasonIdentifier, string type, string subtype, DateTimeOffset effective, DateTimeOffset? expiry, string personOccupation)

Parameters

membershipIdentifier Guid
reasonIdentifier Guid
type string
subtype string
effective DateTimeOffset
expiry DateTimeOffset?
personOccupation string

Properties

Effective

public DateTimeOffset Effective { get; }

Property Value

DateTimeOffset

Expiry

public DateTimeOffset? Expiry { get; }

Property Value

DateTimeOffset?

PersonOccupation

public string PersonOccupation { get; }

Property Value

string

ReasonIdentifier

public Guid ReasonIdentifier { get; }

Property Value

Guid

Subtype

public string Subtype { get; }

Property Value

string

Type

public string Type { get; }

Property Value

string