Descriptor
constructor in Coherence.Toolkit.Bindings.Descriptor
Constructors
public Descriptor(Type ownerType, MemberInfo memberInfo)
Parameters
Type | Name | Description |
---|---|---|
Type | ownerType | |
MemberInfo | memberInfo |
public Descriptor(Type ownerType, MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
Type | ownerType | |
MethodInfo | methodInfo |
public Descriptor(string name, Type ownerType, Type bindingType, bool required = false)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
Type | ownerType | |
Type | bindingType | |
bool | required |