MemoExtension Constructors
Represents an extension object implementing the Memo functionality.| Name | Parameters | Description |
|---|---|---|
| MemoExtension(MemoSettings, ViewContext, ModelMetadata) | settings, viewContext, metadata | Initializes a new instance of the MemoExtension class with the specified settings, the context information about the view, and the model metadata. |
| MemoExtension(MemoSettings, ViewContext) | settings, viewContext | Initializes a new instance of the MemoExtension class with the specified settings and provides the context information about the view. |
| MemoExtension(MemoSettings) | settings | Initializes a new instance of the MemoExtension class with the specified settings. |
See Also