Skip to main content

XPMemberInfo Methods

Serves as a base for classes that provide access to member metadata.
Name Description
AddAttribute(Attribute) Adds a new attribute to the attribute collection of the type. Inherited from XPTypeInfo.
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.
ExpandId(Object) This member supports the .NET Framework infrastructure and cannot be used directly from your code.
FindAttributeInfo(String) Searches for an attribute with the specified name. Inherited from XPTypeInfo.
FindAttributeInfo(Type) Searches for an attribute of the specified type. Inherited from XPTypeInfo.
GetAssociatedCollectionProperty() Obsolete. This member supports the .NET Framework infrastructure and cannot be used directly from your code.
GetAssociatedMember() This member supports the .NET Framework infrastructure and cannot be used directly from your code.
GetAssociatedProperty() Obsolete. Gets the property metadata which is associated with the current XPMemberInfo object.
GetAttributeInfo(String) Returns the attribute with the specified name. Inherited from XPTypeInfo.
GetAttributeInfo(Type) Returns the attribute of the specified type. Inherited from XPTypeInfo.
GetConst(Object, XPMemberInfo) This member supports the internal infrastructure and is not intended to be used directly from your code.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetMappingClass(XPClassInfo) This member supports the .NET Framework infrastructure and cannot be used directly from your code.
GetModified(Object) Checks whether or not the member is modified.
GetOldValue(Object) Returns the old value of the member.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValue(Object) When implemented in a derived class, returns the property’s value.
HasAttribute(String) Determines whether the type has the specified attribute. Inherited from XPTypeInfo.
HasAttribute(Type) Determines whether the type has an attribute of the specified type. Inherited from XPTypeInfo.
IsMappingClass(XPClassInfo) This member supports the .NET Framework infrastructure and cannot be used directly from your code.
MakeGetExpression(Expression) This method is intended for internal use.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ProcessAssociationRefChange(Session, Object, Object, Object) This member supports the .NET Framework infrastructure and cannot be used directly from your code.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RemoveAttribute(Type) Removes the attribute of the specified type. Inherited from XPTypeInfo.
ResetModified(Object) Resets the member’s modification.
SetModified(Object, Object) Marks the member as modified.
SetValue(Object, Object) When implemented in a derived class, sets the property’s value.
ToString() Returns a string which represents the current object.
See Also