BindingMemberInfo Class |
Namespace: CefSharp.ModelBinding
The BindingMemberInfo type exposes the following members.
Name | Description | |
---|---|---|
BindingMemberInfo(FieldInfo) |
Constructs a BindingMemberInfo instance for a field.
| |
BindingMemberInfo(PropertyInfo) |
Constructs a BindingMemberInfo instance for a property.
|
Name | Description | |
---|---|---|
Name |
Gets the name of the property or field represented by this BindingMemberInfo.
| |
Type |
Gets the data type of the property or field represented by this BindingMemberInfo.
|
Name | Description | |
---|---|---|
Collect |
Returns an enumerable sequence of bindable properties for the specified type.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetValue |
Sets the value from a specified object associated with the property or field represented by this BindingMemberInfo.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
(BindingMemberInfo to MemberInfo) |