Click or drag to resize
ISourceConnection Interface
An interface to a stream of data source is required to read a model. This interface would give the functionality to access to a source of a model

Namespace: FlexRule.Core.Model.SourceConnections
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface ISourceConnection

The ISourceConnection type exposes the following members.

Methods
  NameDescription
Public methodClose
Close the stream and cleans up the resources
Public methodOpen
Opens a link to a physical location
Public methodReadSource
Retrieve a stream to read a model
Top
See Also