DefaultRowFieldsProvider class

namespace: Serenity.Data   assemblySerenity.Net.Entity

Default row fields instance provider, that resolves row fields instances using ActivatorUtilities.CreateInstance through a IServiceProvider.

public class DefaultRowFieldsProvider : IRowFieldsProvider

Public Members

name description
DefaultRowFieldsProvider(…) Initializes a new instance of the DefaultRowFieldsProvider class.
Resolve(…) Resolves the specified fields type.
ResolveWithAlias(…) Resolves the with alias.

See Also