cohtml.Net.ListModelData
On this page
Inherits from cohtml.Net.ArrayModelData, cohtml.Net.ModelData, IDisposable
Additional inherited members
Public Functions inherited from cohtml.Net.ArrayModelData
| Name | |
|---|---|
| void | SetTypeInfo(ref ArrayInfo arrayInfo) Updates the ArrayInfo object with the model settings. |
| virtual override bool | BindModel(IntPtr binderPtr) Bind the model of the array by reference with the registered key. |
Protected Functions inherited from cohtml.Net.ArrayModelData
| Name | |
|---|---|
| void | OnBinderCallbackStatic(IntPtr binderPtr, IntPtr arrayModelKey, UIntPtr index) |
| void | OnReaderCallbackStatic(IntPtr binderPtr, IntPtr arrayModelKey, UIntPtr index) |
| ulong | OnGetLengthCallbackStatic(IntPtr arrayModelKey) |
| IntPtr | OnGetElementCallbackStatic(IntPtr arrayModelKey, UIntPtr index) |
| virtual override void | Dispose(bool disposing) |
Protected Attributes inherited from cohtml.Net.ArrayModelData
| Name | |
|---|---|
| readonly Dictionary< IntPtr, WeakReference< ArrayModelData > > | m_Instances |
Public Functions inherited from cohtml.Net.ModelData
| Name | |
|---|---|
| virtual bool | BindModel(IntPtr binderPtr) Binds the object model to the Cohtml Binder. |
| void | SetTypeInfo(ref ObjectInfo objectInfo) Sets up the ObjectInfo based on the model’s information. |
| ElementType | DotNetTypeToCohtmlType(string typeName) Convert .Net type name to Cohtml type name |
| void | Dispose() |
Protected Functions inherited from cohtml.Net.ModelData
| Name | |
|---|---|
| virtual void | Dispose(bool disposing) |