Table of Contents

Class Company

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.UIViews
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.dll
public class Company : ICompany, IUIView, IEntityView
Inheritance
Company
Implements
Inherited Members
Extension Methods

Properties

Address

public Address Address { get; set; }

Property Value

Address

Contact

public Contact Contact { get; set; }

Property Value

Contact

ExternalId

public string ExternalId { get; set; }

Property Value

string

Fax

public string Fax { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Phone

public string Phone { get; set; }

Property Value

string