IResourceStrings

Assembly: IO;

Namespace: Prognoz.Platform.Interop.ForeIO;

Description

The IResourceStrings interface is used to work with string elements in the resource editor.

Inheritance Hierarchy

          IResourceItems

          IResourceStrings

Comments

To get string elements of the current resource language, use the IResourceObject.Strings property, to get string elements of a certain language, use the IResourceLocale.Strings property.

Properties

  Property name Brief description
The Value property determines a string of resource editor by identifier.
The ValueByKey property determines a string of resource editor by key.

Properties inherited from IResourceItems

  Property name Brief description
The Count property returns the number of strings or images in the resource editor.
The Id property determines an object identifier with the specified key.
The Key property returns the object key with the specified index.

Methods inherited from IResourceItems

  Method name Brief description
The Add method adds an object to the resource editor.
The Clear method removes all objects of the resource editor.
The FindById method searches for a resource editor object key by the specified object identifier.
The FindByKey method searches for resource editor object index by the specified object key.
The Remove method removes a resource editor object by the specified index.
The RemoveById method removes an object of the resource editor by the specified identifier.
The RemoveByKey method removes a resource editor object by the specified key.

See also:

IO Assembly Interfaces