Class Individual
- Namespace
- Shift.Toolbox.Integration.DirectAccess
- Assembly
- Shift.Toolbox.dll
- Inheritance
-
Individual
- Inherited Members
-
- Extension Methods
-
Constructors
Properties
public string AboriginalIdentity { get; set; }
Property Value
- string
public string AboriginalIndicator { get; set; }
Property Value
- string
public string AddressCity { get; set; }
Property Value
- string
public string AddressLine1 { get; set; }
Property Value
- string
public string AddressLine2 { get; set; }
Property Value
- string
AddressPostalCode
public string AddressPostalCode { get; set; }
Property Value
- string
public string AddressProvince { get; set; }
Property Value
- string
public DateTime? Birthdate { get; set; }
Property Value
- DateTime?
public Guid? ContactIdentifier { get; set; }
Property Value
- Guid?
public Guid? CrmIdentifier { get; set; }
Property Value
- Guid?
public string Email { get; set; }
Property Value
- string
public string FirstName { get; set; }
Property Value
- string
public string Gender { get; set; }
Property Value
- string
public string HashCode { get; set; }
Property Value
- string
public int IndividualKey { get; set; }
Property Value
- int
public string IsActive { get; set; }
Property Value
- string
public string IsDeceased { get; set; }
Property Value
- string
public string IsMerged { get; set; }
Property Value
- string
public bool IsNew { get; set; }
Property Value
- bool
public string LastName { get; set; }
Property Value
- string
public string MiddleName { get; set; }
Property Value
- string
public string Mobile { get; set; }
Property Value
- string
public string Name { get; set; }
Property Value
- string
public int? PersonalEducationNumber { get; set; }
Property Value
- int?
public string Phone { get; set; }
Property Value
- string
public string ProgramType { get; set; }
Property Value
- string
public DateTimeOffset Refreshed { get; set; }
Property Value
- DateTimeOffset
public Guid RefreshedBy { get; set; }
Property Value
- Guid
Methods
public static string ByteArrayToHex(byte[] value, uint[] mappings)
Parameters
value byte[]
mappings uint[]
Returns
- string
public static string MD5(string str)
Parameters
str string
Returns
- string
public void PrepareForSerialization()
public string Serialize()
Returns
- string