Class BufferConnection
Inheritance
System.Object
BufferConnection
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
public abstract class BufferConnection : Connection, IComparable, IConnection, IConnection
Constructors
BufferConnection(BufferConnectionInfo)
Declaration
public BufferConnection(BufferConnectionInfo info)
Parameters
Properties
IAutomatic
Declaration
[PropertyOrder(8)]
[PropertyAttributesProvider("DynamicPropertyConnected")]
public bool IAutomatic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ICurrentSource
Declaration
[PropertyOrder(9)]
[TypeConverter(typeof(BufferConnection.IListDataBlocksConverter))]
public string ICurrentSource { get; set; }
Property Value
Type |
Description |
System.String |
|
IMaximumLength
Declaration
[PropertyOrder(10)]
public string IMaximumLength { get; set; }
Property Value
Type |
Description |
System.String |
|
IMinimumOffset
Declaration
[PropertyOrder(11)]
public string IMinimumOffset { get; set; }
Property Value
Type |
Description |
System.String |
|
OAutomatic
Declaration
[PropertyOrder(8)]
[PropertyAttributesProvider("DynamicPropertyConnected")]
public bool OAutomatic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OCurrentSource
Declaration
[PropertyOrder(9)]
[TypeConverter(typeof(BufferConnection.OListDataBlocksConverter))]
public string OCurrentSource { get; set; }
Property Value
Type |
Description |
System.String |
|
OMaximumLength
Declaration
[PropertyOrder(10)]
public string OMaximumLength { get; set; }
Property Value
Type |
Description |
System.String |
|
OMinimumOffset
Declaration
[PropertyOrder(11)]
public string OMinimumOffset { get; set; }
Property Value
Type |
Description |
System.String |
|
Protocol
Declaration
public override string Protocol { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
Dispose(Boolean)
Called when the connection is deleted
Declaration
public override bool Dispose(bool force)
Parameters
Type |
Name |
Description |
System.Boolean |
force |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements
System.IComparable