Skip to content

FallbackRowFieldsProvider class

namespace: Serenity.Data   assemblySerenity.Net.Services

Fallback row fields provider for cases where a IServiceProvider is not available.

public class FallbackRowFieldsProvider : IRowFieldsProvider

Public Members

name description
static Instance The instance
Resolve(…) Resolves the fields instance for the specified fields type.
ResolveWithAlias(…) Resolves the fields instance for the specified fields type with the given alias applied.

See Also