Skip to main content

Class ResourceOverride

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ResourceOverride. Override specifications for resources/labels

Inheritance

objectCarrierResourceOverride

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ResourceOverride()

Default constructor - defaults any enum props to 0.

Properties

Culture

.NET-style culture code, such as NB-NO or EN-UK

Property Value

string

IsActive

Is this override active

Property Value

bool

ResourceName

The name of the resource, without any brackets or braces - example: SR_CONTACT

Property Value

string

ResourceValue

The value of the resource in the given culture

Property Value

string

See Also

ResourceAgent