MetaModel Methods
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
| Name | Description | |
|---|---|---|
![]() | CreateTable(TableProvider) | Instantiates a MetaTable object. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetActionPath(String, String, Object) | Returns the action path that is associated with a specific table. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetModel(Type) | Returns the data-model instance for the specified context. |
![]() | GetTable(String) | Returns the metadata that is associated with the specified table. |
![]() | GetTable(String, Type) | Returns the metadata that describes the specified table. |
![]() | GetTable(Type) | Returns the metadata that describes the specified table. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | RegisterContext(DataModelProvider) | Registers a data context instance by using a data-model provider |
![]() | RegisterContext(DataModelProvider, ContextConfiguration) | Registers a data-context instance by using the specified context configuration and by enabling a data-model provider. |
![]() | RegisterContext(Func(Of Object)) | Registers the data context that is specified by a context factory. |
![]() | RegisterContext(Func(Of Object), ContextConfiguration) | Registers a data-context instance by using the specified context configuration and by enabling a custom constructor. |
![]() | RegisterContext(Type) | Registers a data-context instance. |
![]() | RegisterContext(Type, ContextConfiguration) | Registers a data-context instance by using the specified context configuration. |
![]() ![]() | ResetRegistrationException() | Resets any previous context registration error that might have occurred. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TryGetTable(String, MetaTable) | Attempts to get the metadata that is associated with the specified table. |
![]() | TryGetTable(Type, MetaTable) | Attempts to get the metadata that is associated with the specified table. |


