mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Library >> Localization >> SampleClass_LocalizationInfo

SampleClass_LocalizationInfo Class



Localization class holds all the standard terms utilized by the SampleClass class


Namespace: SobekCM.Library.Localization
Assembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public class SampleClass_LocalizationInfo : baseLocalizationInfo

Inheritance Hierarchy

System..::..Object
  SobekCM.Library.Localization..::..baseLocalizationInfo
    SobekCM.Library.Localization..::..SampleClass_LocalizationInfo

Constructors

  NameDescription
Public methodSampleClass_LocalizationInfo
Constructor for a new instance of the SampleClass_Localization class

Methods

  NameDescription
Public methodAdd_Localization_String
Adds a localization string ( with key and value ) to this localization class
(Overrides baseLocalizationInfo..::..Add_Localization_String(String, String).)
Protected methodWrite_Localization_XML
Writes the localization string information to the localization XML file being built
(Inherited from baseLocalizationInfo.)

Fields

  NameDescription
Protected fieldClassName
Name of the class this localization file serves
(Inherited from baseLocalizationInfo.)
Protected fieldOtherValues
Dictionary to hold all the values
(Inherited from baseLocalizationInfo.)

Properties

  NameDescription
Public propertyAccess_Restricted
Text used when displaying an access-restricted item in the results list
Public propertyItem
Return any value from the dictionary of terms within this localization class
(Inherited from baseLocalizationInfo.)
Public propertyMissing_Thumnbnail
'MISSING THUMBNAIL' localization string

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )