Show / Hide Table of Contents

Class SampleReport

Inheritance
System.Object
SampleReport
Namespace: LymeTemplateApi.Models
Assembly: LymeTemplateApi.Models.dll
Syntax
public class SampleReport : object

Properties

Active

Declaration
public bool? Active { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

DateEntered

Declaration
public DateTime? DateEntered { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

EmailAddress

Declaration
public string? EmailAddress { get; set; }
Property Value
Type Description
System.Nullable<System.String>

FirstName

Declaration
public string? FirstName { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Id

Declaration
public int? Id { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

LastName

Declaration
public string? LastName { get; set; }
Property Value
Type Description
System.Nullable<System.String>

LastSeen

Declaration
public DateTime? LastSeen { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

Phone

Declaration
public string? Phone { get; set; }
Property Value
Type Description
System.Nullable<System.String>

ProviderKey

Declaration
public string? ProviderKey { get; set; }
Property Value
Type Description
System.Nullable<System.String>

ProviderType

Declaration
public string? ProviderType { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Username

Declaration
public string? Username { get; set; }
Property Value
Type Description
System.Nullable<System.String>
In This Article
Back to top Generated by DocFX