Table of Contents

Class Individual

Namespace
Shift.Toolbox.Integration.DirectAccess
Assembly
Shift.Toolbox.dll
public class Individual
Inheritance
Individual
Inherited Members
Extension Methods

Constructors

Individual()

public Individual()

Properties

AboriginalIdentity

public string AboriginalIdentity { get; set; }

Property Value

string

AboriginalIndicator

public string AboriginalIndicator { get; set; }

Property Value

string

AddressCity

public string AddressCity { get; set; }

Property Value

string

AddressLine1

public string AddressLine1 { get; set; }

Property Value

string

AddressLine2

public string AddressLine2 { get; set; }

Property Value

string

AddressPostalCode

public string AddressPostalCode { get; set; }

Property Value

string

AddressProvince

public string AddressProvince { get; set; }

Property Value

string

Birthdate

public DateTime? Birthdate { get; set; }

Property Value

DateTime?

ContactIdentifier

public Guid? ContactIdentifier { get; set; }

Property Value

Guid?

CrmIdentifier

public Guid? CrmIdentifier { get; set; }

Property Value

Guid?

Email

public string Email { get; set; }

Property Value

string

FirstName

public string FirstName { get; set; }

Property Value

string

Gender

public string Gender { get; set; }

Property Value

string

HashCode

public string HashCode { get; set; }

Property Value

string

IndividualKey

public int IndividualKey { get; set; }

Property Value

int

IsActive

public string IsActive { get; set; }

Property Value

string

IsDeceased

public string IsDeceased { get; set; }

Property Value

string

IsMerged

public string IsMerged { get; set; }

Property Value

string

IsNew

public bool IsNew { get; set; }

Property Value

bool

LastName

public string LastName { get; set; }

Property Value

string

MiddleName

public string MiddleName { get; set; }

Property Value

string

Mobile

public string Mobile { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

PersonalEducationNumber

public int? PersonalEducationNumber { get; set; }

Property Value

int?

Phone

public string Phone { get; set; }

Property Value

string

ProgramType

public string ProgramType { get; set; }

Property Value

string

Refreshed

public DateTimeOffset Refreshed { get; set; }

Property Value

DateTimeOffset

RefreshedBy

public Guid RefreshedBy { get; set; }

Property Value

Guid

Methods

ByteArrayToHex(byte[], uint[])

public static string ByteArrayToHex(byte[] value, uint[] mappings)

Parameters

value byte[]
mappings uint[]

Returns

string

MD5(string)

public static string MD5(string str)

Parameters

str string

Returns

string

PrepareForSerialization()

public void PrepareForSerialization()

Serialize()

public string Serialize()

Returns

string