Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class OrganizationDetailViewModel

Inheritance
System.Object
OrganizationDetailViewModel
Namespace: EPiServer.Commerce.UI.Admin.Customers.Internal
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class OrganizationDetailViewModel : Object

Constructors

OrganizationDetailViewModel()

Declaration
public OrganizationDetailViewModel()

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 string Created { get; set; }
Property Value
Type Description
System.String

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 string Modified { get; set; }
Property Value
Type Description
System.String

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>