ObjectMember Members
Contains information about a member of an object data source.Constructors
Name | Description |
---|---|
ObjectMember(PropertyDescriptor) | Initializes a new instance of the ObjectMember class with the specified property descriptor. |
ObjectMember(MemberInfo) | Initializes a new instance of the ObjectMember class with the specified member information. |
Properties
Name | Description |
---|---|
Attributes | Obtains a collection of attributes assigned to a member. |
HasParams | Indicates whether or not a member is a method with parameters. |
Highlighted | Indicates whether or not the HighlightedMemberAttribute is assigned to a method. |
IsMethod | Indicates whether or not a member is a method. |
IsProperty | Indidcates whether or not a member is a property. |
IsStatic | Indicates whether or not a member is static. |
MemberInfo | Obtains a MemberInfo object containing information about the current member. |
MemberType | Obtains the type of the current member. |
Name | Indicates the name of an object member. |
Parameters | Obtains a collection of constructor parameters. |
Pd | Provides access to a property descriptor containing information about a property of an object data source. |
ReturnType | Obtains the return type of the current member. |
Methods
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