Show / Hide Table of Contents

Class StartupExtensions

Inheritance
System.Object
StartupExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: STAIExtensions.Core
Assembly: STAIExtensions.Core.dll
Syntax
public static class StartupExtensions

Methods

UseSTAIExtensions(IServiceCollection, Nullable<Func<DataSetCollectionOptions>>, Nullable<Func<ViewCollectionOptions>>)

Declaration
public static IServiceCollection UseSTAIExtensions(this IServiceCollection services, Func<DataSetCollectionOptions>? builderDatasetOptions = null, Func<ViewCollectionOptions>? builderViewCollectionOptions = null)
Parameters
Type Name Description
Microsoft.Extensions.DependencyInjection.IServiceCollection services
System.Nullable<Func<STAIExtensions.Abstractions.Collections.DataSetCollectionOptions>> builderDatasetOptions
System.Nullable<Func<ViewCollectionOptions>> builderViewCollectionOptions
Returns
Type Description
Microsoft.Extensions.DependencyInjection.IServiceCollection
Back to top Copyright © 2022 Trevor Mare