Interface IComponentServiceProvider
Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
Namespace: Copper.Common.Interface
Assembly: Copper.Common.dll
Syntax
public interface IComponentServiceProvider : IServiceProvider, IDisposable
Properties
View SourceChildComponentServiceProviders
Gets the child component service providers.
Declaration
IReadOnlyCollection<IComponentServiceProvider> ChildComponentServiceProviders { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyCollection<IComponentServiceProvider> | The child component service providers. |
ComponentType
Gets the component type.
Declaration
Type ComponentType { get; }
Property Value
Type | Description |
---|---|
System.Type | The component type. |