IResourceBinaries

Assembly: IO;

Namespace: Prognoz.Platform.Interop.ForeIO;

Description

The IResourceBinaries interface contains properties and methods used to work with images of resource editor.

Inheritance hierarchy

          IResourceItems

          IResourceBinaries

Comments

To get current resource language images, use the IResourceObject.Binaries property, to get certain language images, use the IResourceLocale.Binaries property.

Properties

  Property name Brief description
The Value property determines a resource editor image, which identifier is passed by the Id parameter.
The ValueByKey property determines a resource editor image, which key is passed by the Key parameter.

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 object identifier with the specified key.
The Key property returns object key with the specified index.

Methods

  Method name Brief description
The Load method loads an image with the specified resource key to stream.

Methods inherited from IResourceItems

  Method name Brief description
The Add method adds an object to the resource editor.
The Clear method deletes 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 set index.
The RemoveById method removes an object of the resource editor by the set identifier.
The RemoveByKey method removes a resource editor object by the set key.

See also:

IO Assembly Interfaces