CompositeTypeModel<T> Class
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Represents a documentation model for a composite .NET type of a specific kind that can have fields and nested types.
public abstract class CompositeTypeModel<T> : CompositeTypeModel
where T : class, ICompositeType- Inheritance
- object
- MemberModel
- MemberModel<IType>
- TypeModel
- TypeModel<ICompositeType>
- CompositeTypeModel
- CompositeTypeModel<T>
- Inherited by
Type Parameters
T- The type of the reflection metadata, which must implement ICompositeType.
Constructors
| CompositeTypeModel<T>(object, T) | Initializes a new instance of the CompositeTypeModel<T> class. |
Properties
| Metadata | Gets the reflection metadata for the type. |
