DmViewFactory
Namespace: MJCZone.DapperMatic.Models
Assembly: MJCZone.DapperMatic
Summary
Factory class for creating and caching instances of DmView.
static public
Contents
Methods (5)
Methods
GetView
Returns an instance of a DmView for the given type. If the type is not a valid DmView, denoted by the use of a DmViewAttribute on the class, this method returns null.
csharp
DmView? GetView(Type type)Parameters
- type (Type) - .
Returns
Type: DmView?
An instance of if the type is valid; otherwise, null.
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()