TypeMemberModel Class

Namespace
Kampute.DocToolkit.Models
Assembly
  • Kampute.DocToolkit.dll

Definition

Represents a documentation model for a type member.
public abstract class TypeMemberModel : MemberModel<ITypeMember>
Inheritance
Inherited by

Remarks

The TypeMemberModel class provides a foundation for documenting type members such as constructors, methods, properties, events, operators, and fields.

Constructors

TypeMemberModel(TypeModel, ITypeMember)Initializes a new instance of the TypeMemberModel class.

Properties

AssemblyGets the assembly that contains the member.
DeclaringTypeGets the declaring type of the member.
HierarchyPathGets the hierarchy of parent document models that lead to this member.
MemberNameQualifierGets the name qualifier to use for formatting the member's name.

Methods

ToString()Returns a string that represents the current object.