Show / Hide Table of Contents

Class BizCardResult

Inheritance
object
BizCardResult
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Util
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class BizCardResult

Constructors

BizCardResult()

Declaration
public BizCardResult()

Properties

Business

Declaration
public BusinessRecordData Business { get; set; }
Property Value
Type Description
BusinessRecordData

Category

Declaration
public CategoryRecordData Category { get; set; }
Property Value
Type Description
CategoryRecordData

CompanyName

Declaration
public string CompanyName { get; set; }
Property Value
Type Description
string

CompanyPhone

Declaration
public string CompanyPhone { get; set; }
Property Value
Type Description
string

Country

Declaration
public CountryRecordData Country { get; set; }
Property Value
Type Description
CountryRecordData

Department

Declaration
public string Department { get; set; }
Property Value
Type Description
string

DirectPhone

Declaration
public string DirectPhone { get; set; }
Property Value
Type Description
string

Email

Declaration
public string Email { get; set; }
Property Value
Type Description
string

Fax

Declaration
public string Fax { get; set; }
Property Value
Type Description
string

Firstname

Declaration
public string Firstname { get; set; }
Property Value
Type Description
string

JobTitle

Declaration
public string JobTitle { get; set; }
Property Value
Type Description
string

Lastname

Declaration
public string Lastname { get; set; }
Property Value
Type Description
string

Middlename

Declaration
public string Middlename { get; set; }
Property Value
Type Description
string

MobilePhone

Declaration
public string MobilePhone { get; set; }
Property Value
Type Description
string

OrganizationNumber

Declaration
public string OrganizationNumber { get; set; }
Property Value
Type Description
string

PersonalEmail

Declaration
public string PersonalEmail { get; set; }
Property Value
Type Description
string

Position

Declaration
public PersPosRecordData Position { get; set; }
Property Value
Type Description
PersPosRecordData

Postal

Declaration
public AddressRecordData Postal { get; set; }
Property Value
Type Description
AddressRecordData

Salutation

Declaration
public string Salutation { get; set; }
Property Value
Type Description
string

Street

Declaration
public AddressRecordData Street { get; set; }
Property Value
Type Description
AddressRecordData

Website

Declaration
public string Website { get; set; }
Property Value
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top