SaaS CMS has officially launched! Learn more now.

Class OrganizationEntity

Inheritance
System.Object
OrganizationEntity
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Customers
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class OrganizationEntity : EntityObject

Constructors

OrganizationEntity()

Declaration
public OrganizationEntity()

OrganizationEntity(PrimaryKeyId)

Declaration
public OrganizationEntity(PrimaryKeyId primaryKeyId)
Parameters
Type Name Description
PrimaryKeyId primaryKeyId

OrganizationEntity(String)

Declaration
public OrganizationEntity(string metaClassName)
Parameters
Type Name Description
System.String metaClassName

OrganizationEntity(String, PrimaryKeyId)

Declaration
public OrganizationEntity(string metaClassName, PrimaryKeyId primaryKeyId)
Parameters
Type Name Description
System.String metaClassName
PrimaryKeyId primaryKeyId

Fields

ClassName

Declaration
public const string ClassName = "Organization"
Field Value
Type Description
System.String

FieldBusinessCategory

Declaration
public const string FieldBusinessCategory = "BusinessCategory"
Field Value
Type Description
System.String

FieldCreated

Declaration
public const string FieldCreated = "Created"
Field Value
Type Description
System.String

FieldCreatorId

Declaration
public const string FieldCreatorId = "CreatorId"
Field Value
Type Description
System.String

FieldDescription

Declaration
public const string FieldDescription = "Description"
Field Value
Type Description
System.String

FieldModified

Declaration
public const string FieldModified = "Modified"
Field Value
Type Description
System.String

FieldModifierId

Declaration
public const string FieldModifierId = "ModifierId"
Field Value
Type Description
System.String

FieldName

Declaration
public const string FieldName = "Name"
Field Value
Type Description
System.String

FieldOrganizationType

Declaration
public const string FieldOrganizationType = "OrganizationType"
Field Value
Type Description
System.String

FieldOrgCustomerGroup

Declaration
public const string FieldOrgCustomerGroup = "OrgCustomerGroup"
Field Value
Type Description
System.String

FieldParent

Declaration
public const string FieldParent = "Parent"
Field Value
Type Description
System.String

FieldParentId

Declaration
public const string FieldParentId = "ParentId"
Field Value
Type Description
System.String

FieldPrimaryContact

Declaration
public const string FieldPrimaryContact = "PrimaryContact"
Field Value
Type Description
System.String

FieldPrimaryContactId

Declaration
public const string FieldPrimaryContactId = "PrimaryContactId"
Field Value
Type Description
System.String

PrimaryKeyName

Declaration
public const string PrimaryKeyName = "PrimaryKeyId"
Field Value
Type Description
System.String

Properties

BusinessCategory

Declaration
public int? BusinessCategory { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

CreatorId

Declaration
public Guid CreatorId { get; set; }
Property Value
Type Description
System.Guid

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

ExtendedProperties

Declaration
public EntityObjectProperty[] ExtendedProperties { get; set; }
Property Value
Type Description
EntityObjectProperty[]

Modified

Declaration
public DateTime Modified { get; set; }
Property Value
Type Description
System.DateTime

ModifierId

Declaration
public Guid ModifierId { get; set; }
Property Value
Type Description
System.Guid

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

OrganizationType

Declaration
public int? OrganizationType { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

OrgCustomerGroup

Declaration
public int? OrgCustomerGroup { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Parent

Declaration
public string Parent { get; }
Property Value
Type Description
System.String

ParentId

Declaration
public PrimaryKeyId? ParentId { get; set; }
Property Value
Type Description
System.Nullable<PrimaryKeyId>

PrimaryContact

Declaration
public string PrimaryContact { get; }
Property Value
Type Description
System.String

PrimaryContactId

Declaration
public PrimaryKeyId? PrimaryContactId { get; set; }
Property Value
Type Description
System.Nullable<PrimaryKeyId>

Methods

InitializeProperties()

Declaration
protected void InitializeProperties()