ClassModel Class
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Represents a documentation model for a .NET class.
public class ClassModel : CompositeTypeModel<IClassType>- Inheritance
Thread Safety
Constructors
| ClassModel(object, IClassType) | Initializes a new instance of the ClassModel class. |
| ClassModel(AssemblyModel, IClassType) | Initializes a new instance of the ClassModel class as a top-level type. |
| ClassModel(TypeModel, IClassType) | Initializes a new instance of the ClassModel class as a nested type. |
Properties
| ModelType | Gets the type of the documentation model. |

All public members of the type are guaranteed to be thread-safe.