ObjectMember Methods
Contains information about a member of an object data source.| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetParameters(IEnumerable<Parameter>) | Gets the specified parameters of the current method. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Invoke(Object, Object[]) | Invokes the method or constructor represented by the current instance, using the specified parameters. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the textual representation of an ObjectMember. |
See Also