Table of Contents

Class PersonComment

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

Constructors

PersonComment()

public PersonComment()

Properties

Author

public Guid Author { get; set; }

Property Value

Guid

AuthorName

public string AuthorName { get; set; }

Property Value

string

Comment

public Guid Comment { get; set; }

Property Value

Guid

Container

public Guid Container { get; set; }

Property Value

Guid

ContainerType

public string ContainerType { get; set; }

Property Value

string

Flag

public string Flag { get; set; }

Property Value

string

IsPrivate

public bool IsPrivate { get; set; }

Property Value

bool

ModifiedBy

public Guid? ModifiedBy { get; set; }

Property Value

Guid?

Organization

public Guid Organization { get; set; }

Property Value

Guid

Posted

public DateTimeOffset Posted { get; set; }

Property Value

DateTimeOffset

Resolved

public DateTimeOffset? Resolved { get; set; }

Property Value

DateTimeOffset?

Revised

public DateTimeOffset? Revised { get; set; }

Property Value

DateTimeOffset?

SubjectType

public string SubjectType { get; set; }

Property Value

string

Text

public string Text { get; set; }

Property Value

string

Topic

public Guid? Topic { get; set; }

Property Value

Guid?

Methods

Clone()

public PersonComment Clone()

Returns

PersonComment