The FakePropertyMeta type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ShareableBase Equals(Object).) | |
| FormatNameForPath | Returns the name of this member formatted as a string for use within a Vision property path. | |
| GetDeclaringType | Get a Meta instance describing the type which declares this member. | |
| GetHashCode | Returns the hash code of this object. (Overrides ShareableBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| GetValue | Returns the value of this property. | |
| IsPropertyForIndexer | Returns true if this is a FakeProperty to expose an indexer for a collection's "Item" method. | |
| IsPropertyForMethod | Return true if this is a FakeProperty for a "normal" method which is not an indexer for a collection's "Item" method. | |
| SetValue | Sets the value of this property. | |
| ToString | Returns a human readable string that represents the object. |
See Also