ExtensionBlockModel Class
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Represents a documentation model for an extension block.
public class ExtensionBlockModel : TypeMemberModel<IExtensionBlock>- Inheritance
- object
- MemberModel
- MemberModel<ITypeMember>
- TypeMemberModel
- TypeMemberModel<IExtensionBlock>
- ExtensionBlockModel
Thread Safety
Constructors
| ExtensionBlockModel(TypeModel, IExtensionBlock) | Initializes a new instance of the EventModel class. |
Properties
| Methods | Gets the methods declared by the type and visible within its scope. |
| ModelType | Gets the type of the documentation model. |
| Properties | Gets the properties declared by the type and visible within its scope. |

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