Table of Contents

Class MembershipStartedNotification

Namespace
InSite.Domain.Messages
Assembly
Shift.Sdk.dll
public class MembershipStartedNotification : Notification
Inheritance
MembershipStartedNotification
Inherited Members
Extension Methods

Constructors

MembershipStartedNotification()

public MembershipStartedNotification()

Properties

AppUrl

public string AppUrl { get; set; }

Property Value

string

EditPersonUrl

public string EditPersonUrl { get; set; }

Property Value

string

GroupIdentifier

public Guid GroupIdentifier { get; set; }

Property Value

Guid

GroupName

public string GroupName { get; set; }

Property Value

string

Reason

public string Reason { get; set; }

Property Value

string

UserEmail

public string UserEmail { get; set; }

Property Value

string

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid

UserName

public string UserName { get; set; }

Property Value

string