TypeMemberModel Class
- Namespace
- Kampute.DocToolkit.Models
- Assembly
Definition
Represents a documentation model for a type member.
public abstract class TypeMemberModel : MemberModel<ITypeMember>
- Inheritance
- Inherited by
Constructors
Properties
| Assembly | Gets the assembly that contains the member. |
| DeclaringType | Gets the declaring type of the member. |
| HierarchyPath | Gets the hierarchy of parent document models that lead to this member. |
| MemberNameQualifier | Gets the name qualifier to use for formatting the member's name. |
Methods
| ToString() | Returns a string that represents the current object. |