Class ConnectorIOptions<T>
Inheritance
System.Object
ConnectorIOptions<T>
Namespace: Steeltoe.Connector
Assembly: Steeltoe.Connector.ConnectorBase.dll
Syntax
public class ConnectorIOptions<T> : IOptions<T> where T : class, new()
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Edit this page View SourceConnectorIOptions(T)
Declaration
public ConnectorIOptions(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value |
Properties
| Edit this page View SourceValue
Declaration
public T Value { get; protected set; }
Property Value
Type | Description |
---|---|
T |