Class ResourceOverride
Override specifications for resources/labels
Carrier object for ResourceOverride. Services for the ResourceOverride Carrier is available from the Resource Agent.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
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
IsActive
Is this override active
Declaration
[DataMember]
public virtual bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
bool |
See Also
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
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
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The carrier contents. |
See Also
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. |