Class Mounter<T>
Represents the object to mount registered class property.
Inheritance
System.Object
Mounter<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public abstract class Mounter<T>
Type Parameters
Name | Description |
---|---|
T | Type of the property. |
Properties
Name | Description |
---|---|
DeclaringType | Gets the type which declares this property. |
Name | Gets the name of the property. |
ParentType | Gets the type which the property is member of. |