IEntityServiceCollection Interface
Namespace: PTS.EntityLayer.Extensibility
Assembly: PTS.EntityLayer.Extensibility.dll
Syntax
public interface IEntityServiceCollection : IServiceCollection, IList<ServiceDescriptor>, ICollection<ServiceDescriptor>, IEnumerable<ServiceDescriptor>, IEnumerable
Properties
ModelBuilderServices
Declaration
Type[] ModelBuilderServices { get; }
Property Value
Type | Description |
---|---|
System.Type[] |
StartupServices
Declaration
Type[] StartupServices { get; }
Property Value
Type | Description |
---|---|
System.Type[] |
Inherited Members
System.Collections.Generic.IList<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>.IndexOf(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)
System.Collections.Generic.IList<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>.Insert(System.Int32, Microsoft.Extensions.DependencyInjection.ServiceDescriptor)
System.Collections.Generic.IList<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>.RemoveAt(System.Int32)
System.Collections.Generic.IList<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>.Item[System.Int32]
System.Collections.Generic.ICollection<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>.Add(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)
System.Collections.Generic.ICollection<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>.Clear()
System.Collections.Generic.ICollection<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>.Contains(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)
System.Collections.Generic.ICollection<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>.CopyTo(Microsoft.Extensions.DependencyInjection.ServiceDescriptor[], System.Int32)
System.Collections.Generic.ICollection<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>.Remove(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)
System.Collections.Generic.ICollection<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>.Count
System.Collections.Generic.ICollection<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>.IsReadOnly
System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>.GetEnumerator()