Table of Contents

Class PersonSecretAdded

Namespace
InSite.Domain.Contacts
Assembly
Shift.Sdk.dll
public class PersonSecretAdded : Change, IChange
Inheritance
PersonSecretAdded
Implements
Inherited Members
Extension Methods

Constructors

PersonSecretAdded(Guid, string, string, string, DateTimeOffset, int?)

public PersonSecretAdded(Guid personId, string type, string name, string value, DateTimeOffset expiry, int? lifetime)

Parameters

personId Guid
type string
name string
value string
expiry DateTimeOffset
lifetime int?

Properties

Expiry

public DateTimeOffset Expiry { get; set; }

Property Value

DateTimeOffset

Lifetime

public int? Lifetime { get; set; }

Property Value

int?

Name

public string Name { get; set; }

Property Value

string

PersonId

public Guid PersonId { get; set; }

Property Value

Guid

Type

public string Type { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string