Table of Contents

Class PersonSecretState

Namespace
InSite.Domain.Contacts
Assembly
Shift.Sdk.dll
public class PersonSecretState : AggregateState
Inheritance
PersonSecretState
Inherited Members
Extension Methods

Constructors

PersonSecretState()

public PersonSecretState()

Properties

Expiry

public DateTimeOffset Expiry { get; set; }

Property Value

DateTimeOffset

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Lifetime

public int? Lifetime { get; set; }

Property Value

int?

Name

public string Name { get; set; }

Property Value

string

Person

public Guid Person { get; set; }

Property Value

Guid

Type

public string Type { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string

Methods

When(PersonSecretAdded)

public void When(PersonSecretAdded e)

Parameters

e PersonSecretAdded

When(PersonSecretRemoved)

public void When(PersonSecretRemoved _)

Parameters

_ PersonSecretRemoved