ExtensionsFactory<ModelType>.MemoFor Method
| Name | Parameters | Description |
|---|---|---|
| MemoFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<MemoSettings>) | expression, method | Creates a Memo. |
| MemoFor<ValueType>(Expression<Func<ModelType, ValueType>>) | expression | Creates a Memo. |