Click or drag to resize

Repository Methods

The Repository type exposes the following members.

Methods
 NameDescription
Public methodCheckFolders Check repository folders and create them if necessary
Public methodStatic memberCreate Creates a basic repository
Public methodCreateFast Creates a basic repository: properties are shared or cloned for performance reasons
Public methodDecryptValue Decrypt a value using the key name and the encryption mode
Public methodEncryptValue Encrypt a value using the key name and the encryption mode
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFindReport Find and load report form its identifier
Public methodStatic memberFindRepository Find the current repository path (normally defined in the .config file)
Public methodFindRepositoryTranslation Find a repository translation from a culture, context, instance and reference
Public methodFlushTranslationUsage 
Public methodGetApplicationKey Get an application key or password
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetInstalledTranslationLanguages 
Public methodGetPersonalFolder Returns the personal folder path of a user
Public methodGetPersonalFolderName Returns the personal folder name of a user
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInit Init the repository from a given path
Public methodLoadRepositoryTranslationsFromDataTable Load repository translations from a data table having columns: Context,Instance,Reference,en,fr,etc.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMustReload True if the configuration or security file has been modified
Public methodReloadConfiguration Forces a configuration reload
Public methodStatic memberReloadInstance Force a reload of the repository Instance
Public methodReloadRepositoryTranslations Force reload of repository translations
Public methodReloadSecurity Forces a security reload for Web
Public methodReplaceRepositoryKeyword Replace the repository keywords in a string
Public methodRepositoryTranslate(String, String, String) Translate a reference text in a repository context with the current culture
Public methodRepositoryTranslate(String, String, String, String) Translate a reference text in a repository context
Public methodSendNotificationEmail Send an Email using the first Notification Email Device.
Public methodSetCultureInfo Set culture from a name, returns true if the change is done.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTranslate(String, String) Translate a reference text in a context
Public methodTranslate(String, String, String) Translate a reference text
Public methodTranslateCategory Translate a Category
Public methodTranslateCategoryPath Translate a full category path
Public methodTranslateColumn Translate an Element
Public methodTranslateConnection Translate a Connection
Public methodTranslateDevice Translate a Device
Public methodTranslateFileName Translate a file name
Public methodTranslateFolderName Translate a folder name
Public methodTranslateFolderPath Translate a full Folder Path
Public methodTranslateReport Translate a reference text in a Report context
Public methodTranslateReportDisplayName Translate a report display name
Public methodTranslateReportToJS Translate a reference text in a Report context for JavaScript use
Public methodTranslateWeb Translate a reference text in a Web context
Public methodTranslateWebJS Translate a reference text in a WebJS context
Top
See Also