Class BizCardResult
Inheritance
BizCardResult
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class BizCardResult
Constructors
BizCardResult()
Declaration
Properties
Business
Declaration
public BusinessRecordData Business { get; set; }
Property Value
Category
Declaration
public CategoryRecordData Category { get; set; }
Property Value
CompanyName
Declaration
public string CompanyName { get; set; }
Property Value
CompanyPhone
Declaration
public string CompanyPhone { get; set; }
Property Value
Country
Declaration
public CountryRecordData Country { get; set; }
Property Value
Department
Declaration
public string Department { get; set; }
Property Value
DirectPhone
Declaration
public string DirectPhone { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
Fax
Declaration
public string Fax { get; set; }
Property Value
Firstname
Declaration
public string Firstname { get; set; }
Property Value
JobTitle
Declaration
public string JobTitle { get; set; }
Property Value
Lastname
Declaration
public string Lastname { get; set; }
Property Value
Middlename
Declaration
public string Middlename { get; set; }
Property Value
MobilePhone
Declaration
public string MobilePhone { get; set; }
Property Value
OrganizationNumber
Declaration
public string OrganizationNumber { get; set; }
Property Value
PersonalEmail
Declaration
public string PersonalEmail { get; set; }
Property Value
Position
Declaration
public PersPosRecordData Position { get; set; }
Property Value
Postal
Declaration
public AddressRecordData Postal { get; set; }
Property Value
Salutation
Declaration
public string Salutation { get; set; }
Property Value
Street
Declaration
public AddressRecordData Street { get; set; }
Property Value
Website
Declaration
public string Website { get; set; }
Property Value
Extension Methods