Class Organisation
Represents an organisation.
Inheritance
Organisation
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.Organisations
Assembly: BiExcellence.OpenBi.Api.Organisation.dll
Syntax
public class Organisation : IOrganisation, ICustomAttributes
Constructors
Organisation()
Initializes a new instance of the Organisation class with a new id.
Declaration
public Organisation()
Organisation(string)
Initializes a new instance of the Organisation class.
Declaration
public Organisation(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The id. |
Properties
AdditionalInfo1
Gets or sets additional information 1.
Declaration
public string? AdditionalInfo1 { get; set; }
Property Value
Type | Description |
---|---|
string |
AdditionalInfo2
Gets or sets additional information 2.
Declaration
public string? AdditionalInfo2 { get; set; }
Property Value
Type | Description |
---|---|
string |
Address
Gets or sets the address.
Declaration
public string? Address { get; set; }
Property Value
Type | Description |
---|---|
string |
City
Gets or sets the city.
Declaration
public string? City { get; set; }
Property Value
Type | Description |
---|---|
string |
CMSHost
Gets or sets the CMS host.
Declaration
public string? CMSHost { get; set; }
Property Value
Type | Description |
---|---|
string |
CMSPageId
Gets or sets the CMS page id.
Declaration
public string? CMSPageId { get; set; }
Property Value
Type | Description |
---|---|
string |
CMSRoleId
Gets or sets the CMS role id.
Declaration
public string? CMSRoleId { get; set; }
Property Value
Type | Description |
---|---|
string |
Country
Gets or sets the country.
Declaration
public string? Country { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomAttributes
Gets or sets the custom attributes.
Declaration
public IDictionary<string, object?> CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
CustomerNumber
Gets or sets the customer number.
Declaration
public string? CustomerNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Gets or sets the description.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Gets or sets the email.
Declaration
public string? Email { get; set; }
Property Value
Type | Description |
---|---|
string |
Fax
Gets or sets the fax
Declaration
public string? Fax { get; set; }
Property Value
Type | Description |
---|---|
string |
HostHeaderId
Gets or sets the CMS host header id.
Declaration
public string? HostHeaderId { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
string |
IsActive
Determines whether the organisation is active.
Declaration
public bool? IsActive { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Name
Gets or sets the name.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Phone
Gets or sets the phone.
Declaration
public string? Phone { get; set; }
Property Value
Type | Description |
---|---|
string |
PostalCode
Gets or sets the postal code.
Declaration
public string? PostalCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Website
Gets or sets the website.
Declaration
public string? Website { get; set; }
Property Value
Type | Description |
---|---|
string |