![]() |
ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Attribute used to automatically bind a field or property to a specific type. More...
Public Member Functions | |
AutoBindAttribute (System.Type type) | |
Initializes a new instance of the AutoBindAttribute class with the specified type. | |
AutoBindAttribute () | |
Initializes a new instance of the AutoBindAttribute class with no specific type. | |
Properties | |
System.Type | Type [get] |
Gets the type to which the field or property should be bound. | |
Attribute used to automatically bind a field or property to a specific type.
XmobiTea.Bean.Attributes.AutoBindAttribute.AutoBindAttribute | ( | System.Type | type | ) |
Initializes a new instance of the AutoBindAttribute class with the specified type.
type | The type to bind to. |