Interface IOrganisation
Represents an organisation.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.Organisations
Assembly: BiExcellence.OpenBi.Api.Organisation.dll
Syntax
[TableAttribute("ORGANISATION")]
public interface IOrganisation : ICustomAttributes
Properties
AdditionalInfo1
Gets or sets additional information 1.
Declaration
[ApiField("ADDITIONALINFO")]
string? AdditionalInfo1 { get; set; }
Property Value
Type | Description |
---|---|
string |
AdditionalInfo2
Gets or sets additional information 2.
Declaration
[ApiField("ADDITIONALINFO2")]
string? AdditionalInfo2 { get; set; }
Property Value
Type | Description |
---|---|
string |
Address
Gets or sets the address.
Declaration
[ApiField("ADDRESS")]
string? Address { get; set; }
Property Value
Type | Description |
---|---|
string |
City
Gets or sets the city.
Declaration
[ApiField("CITY")]
string? City { get; set; }
Property Value
Type | Description |
---|---|
string |
CMSHost
Gets or sets the CMS host.
Declaration
[ApiField("CAMPAIGN_URL")]
string? CMSHost { get; set; }
Property Value
Type | Description |
---|---|
string |
CMSPageId
Gets or sets the CMS page id.
Declaration
[ApiField("ENTRY_PAGE")]
string? CMSPageId { get; set; }
Property Value
Type | Description |
---|---|
string |
CMSRoleId
Gets or sets the CMS role id.
Declaration
[ApiField("CMS_ROLE")]
string? CMSRoleId { get; set; }
Property Value
Type | Description |
---|---|
string |
Country
Gets or sets the country.
Declaration
[ApiField("COUNTRY")]
string? Country { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerNumber
Gets or sets the customer number.
Declaration
[ApiField("CUSTOMERNR")]
string? CustomerNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Gets or sets the description.
Declaration
[ApiField("DESCRIPTION")]
string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Gets or sets the email.
Declaration
[ApiField("EMAIL")]
string? Email { get; set; }
Property Value
Type | Description |
---|---|
string |
Fax
Gets or sets the fax
Declaration
[ApiField("FAX")]
string? Fax { get; set; }
Property Value
Type | Description |
---|---|
string |
HostHeaderId
Gets or sets the CMS host header id.
Declaration
[ApiField("HOST_HEADER")]
string? HostHeaderId { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
[ApiField("ID")]
string Id { get; }
Property Value
Type | Description |
---|---|
string |
IsActive
Determines whether the organisation is active.
Declaration
[ApiField("ACTIVE")]
bool? IsActive { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Name
Gets or sets the name.
Declaration
[ApiField("NAME")]
string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Phone
Gets or sets the phone.
Declaration
[ApiField("PHONE")]
string? Phone { get; set; }
Property Value
Type | Description |
---|---|
string |
PostalCode
Gets or sets the postal code.
Declaration
[ApiField("POSTALCODE")]
string? PostalCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Website
Gets or sets the website.
Declaration
[ApiField("WEBSITE")]
string? Website { get; set; }
Property Value
Type | Description |
---|---|
string |