DefaultRowTypeRegistry class
namespace: Serenity.Data assembly: Serenity.Net.Services
Default row type registry
public class DefaultRowTypeRegistry : IRowTypeRegistry
| parameter | description |
|---|---|
| typeSource | The type source. |
Public Members
| name | description |
|---|---|
| DefaultRowTypeRegistry(…) | Default row type registry |
| AllRowTypes { get; } | Gets all row types. |
| ByConnectionKey(…) | Returns row types by the connection key. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | typeSource |
Remarks
Initializes a new instance of the DefaultRowTypeRegistry class.
See Also
- interface IRowTypeRegistry
- Source: DefaultRowTypeRegistry.cs