Class DBC.ResourceOverrideFields
Fields for ResourceOverride, Generic mechanism for overriding (or even defining new) text resources, in multiple languages
Inheritance
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ResourceOverrideFields : Object
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 |
---|---|
System.String |
IsActive
ResourceOverride.IsActive: Is this override active
Declaration
public const string IsActive = "IsActive"
Field Value
Type | Description |
---|---|
System.String |
Registered
ResourceOverride.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
System.String |
RegisteredAssociateId
ResourceOverride.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
ResourceOverrideId
ResourceOverride.ResourceOverrideId: Primary key
Declaration
public const string ResourceOverrideId = "resourceoverride_id"
Field Value
Type | Description |
---|---|
System.String |
ResourceValue
ResourceOverride.ResourceValue: The value of the resource in the given culture
Declaration
public const string ResourceValue = "ResourceValue"
Field Value
Type | Description |
---|---|
System.String |
Updated
ResourceOverride.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
System.String |
UpdatedAssociateId
ResourceOverride.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
System.String |
UpdatedCount
ResourceOverride.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
System.String |