Click or drag to resize

ISupportLoadSave Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Objects that support Load and Save

Namespace:  imbSCI.Data.interfaces
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public interface ISupportLoadSave : IObjectWithName
Request Example View Source

The ISupportLoadSave type exposes the following members.

Properties
  NameDescription
Public propertyname
Ime koje je dodeljeno objektu
(Inherited from IObjectWithName.)
Top
Methods
  NameDescription
Public methodLoadFrom
Loads from specified absolute path
Public methodSaveAs
Saves to specified absolute path
Top
See Also