Show / Hide Table of Contents

Class DBC.ResourceOverrideFields

Fields for ResourceOverride, Generic mechanism for overriding (or even defining new) text resources, in multiple languages

Inheritance
object
DBC.ResourceOverrideFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ResourceOverrideFields

Fields

Culture

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

Declaration
public const string Culture = "Culture"
Field Value
Type Description
string

IsActive

ResourceOverride.IsActive: Is this override active

Declaration
public const string IsActive = "IsActive"
Field Value
Type Description
string

Registered

ResourceOverride.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

ResourceOverride.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

ResourceName

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

Declaration
public const string ResourceName = "ResourceName"
Field Value
Type Description
string

ResourceOverrideId

ResourceOverride.ResourceOverrideId: Primary key

Declaration
public const string ResourceOverrideId = "resourceoverride_id"
Field Value
Type Description
string

ResourceValue

ResourceOverride.ResourceValue: The value of the resource in the given culture

Declaration
public const string ResourceValue = "ResourceValue"
Field Value
Type Description
string

Updated

ResourceOverride.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

ResourceOverride.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

ResourceOverride.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top