Controller |
public struct ControllerFilter
The ControllerFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| ControllerFilter | Initializes a new instance of the ControllerFilter class |
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IgnoreController | Ignores the controller. The controller has no effect on this body. | |
| IsControllerIgnored | Determines whether this body ignores the the specified controller. | |
| RestoreController | Restore the controller. The controller affects this body. | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| ControllerCategories |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |