Class OrganizationModel
Inheritance
System.Object
OrganizationModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class OrganizationModel : Object
Constructors
OrganizationModel()
Declaration
public OrganizationModel()
Properties
Addresses
Declaration
public IEnumerable<AddressModel> Addresses { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<AddressModel> |
|
BusinessCategory
Declaration
public string BusinessCategory { get; set; }
Property Value
Type |
Description |
System.String |
|
BusinessCategoryId
Declaration
public Nullable<int> BusinessCategoryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Children
Declaration
public List<string> Children { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
public IEnumerable<ContactViewModel> Contacts { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
ExtendedProperties
Declaration
public List<EntityObjectProperty> ExtendedProperties { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OrganizationCustomerGroup
Declaration
public string OrganizationCustomerGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
OrganizationCustomerGroupId
Declaration
public Nullable<int> OrganizationCustomerGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
OrganizationId
Declaration
public Nullable<Guid> OrganizationId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
OrganizationType
Declaration
public string OrganizationType { get; set; }
Property Value
Type |
Description |
System.String |
|
OrganizationTypeId
Declaration
public Nullable<int> OrganizationTypeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ParentId
Declaration
public Nullable<Guid> ParentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|