Show / Hide Table of Contents

Class ResourceOverride

Override specifications for resources/labels

Carrier object for ResourceOverride. Services for the ResourceOverride Carrier is available from the Resource Agent.
Inheritance
object
ResourceOverride
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class ResourceOverride : Carrier

Constructors

ResourceOverride()

Default constructor

Declaration
public ResourceOverride()
See Also
IResourceAgent

Properties

Culture

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

Declaration
[DataMember]
public virtual string Culture { get; set; }
Property Value
Type Description
string
See Also
IResourceAgent

IsActive

Is this override active

Declaration
[DataMember]
public virtual bool IsActive { get; set; }
Property Value
Type Description
bool
See Also
IResourceAgent

ResourceName

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

Declaration
[DataMember]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string
See Also
IResourceAgent

ResourceValue

The value of the resource in the given culture

Declaration
[DataMember]
public virtual string ResourceValue { get; set; }
Property Value
Type Description
string
See Also
IResourceAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IResourceAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IResourceAgent

See Also

IResourceAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top