World is now on Opti ID! Learn more

Class OrganizationViewModel

Inheritance
System.Object
OrganizationViewModel
Implements
Namespace: EPiServer.Commerce.UI.Admin.Customers.Internal
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
Type Description
System.Collections.Generic.IEnumerable<AddressViewModel>

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
Type Description
System.Collections.Generic.List<OrganizationViewModel>

Contacts

Declaration
public IEnumerable<ContactDetailViewModel> Contacts { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ContactDetailViewModel>

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
Type Description
System.Collections.Generic.List<EntityObjectProperty>

ExtendedProperties

Declaration
public List<PropertyViewModel> ExtendedProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.List<PropertyViewModel>

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>

PrimaryContact

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

PrimaryContactId

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

Implements