Table of Contents

Class AccountContactInfo

Namespace
CMS.ContactManagement
Assembly
CMS.ContactManagement.dll

AccountContactInfo data container class.

public class AccountContactInfo : AbstractInfo<AccountContactInfo, IAccountContactInfoProvider>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject, IInfoWithId
Inheritance
object
AccountContactInfo
Implements
Inherited Members
Extension Methods

Constructors

AccountContactInfo()

Constructor - Creates an empty AccountContactInfo object.

public AccountContactInfo()

AccountContactInfo(DataRow)

Constructor - Creates a new AccountContactInfo object from the given DataRow.

public AccountContactInfo(DataRow dr)

Parameters

dr DataRow

DataRow with the object data

Fields

OBJECT_TYPE

Object type

public const string OBJECT_TYPE = "om.accountcontact"

Field Value

string

TYPEINFO

Type information.

public static ObjectTypeInfo TYPEINFO

Field Value

ObjectTypeInfo

Properties

AccountContactID

Primary key - ID of relation.

public virtual int AccountContactID { get; set; }

Property Value

int

AccountID

Gets or sets the ID of the account.

public virtual int AccountID { get; set; }

Property Value

int

ContactID

Gets or sets the ID of the contact.

public virtual int ContactID { get; set; }

Property Value

int

ContactRoleID

Gets or sets the ID of the contact's role.

public virtual int ContactRoleID { get; set; }

Property Value

int

Methods

DeleteObject()

Deletes the object using appropriate provider.

protected override void DeleteObject()

SetObject()

Updates the object using appropriate provider.

protected override void SetObject()