Class OrganizationViewModel
Inheritance
System.Object
OrganizationViewModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class OrganizationViewModel : Object, IExtendedProperties
Constructors
OrganizationViewModel()
Declaration
public OrganizationViewModel()
Properties
Addresses
Declaration
public IEnumerable<AddressViewModel> Addresses { get; set; }
Property Value
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<OrganizationViewModel> Children { get; set; }
Property Value
Declaration
public IEnumerable<ContactDetailViewModel> Contacts { get; set; }
Property Value
Created
Declaration
public Nullable<DateTime> Created { get; set; }
Property Value
Type |
Description |
System.Nullable<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 |
|
DetailExtendedProperties
Declaration
public List<EntityObjectProperty> DetailExtendedProperties { get; set; }
Property Value
ExtendedProperties
Declaration
public List<PropertyViewModel> ExtendedProperties { get; set; }
Property Value
Modified
Declaration
public Nullable<DateTime> Modified { get; set; }
Property Value
Type |
Description |
System.Nullable<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 |
|
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> |
|
Parent
Declaration
public string Parent { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentId
Declaration
public Nullable<Guid> ParentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public string PrimaryContact { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<Guid> PrimaryContactId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Implements