Interface IModelAssemblyAttributeProvider
Interface for model assembly attribute provider.
Namespace: Kephas.Model.Runtime.ModelRegistries
Assembly: Kephas.Model.dll
Syntax
[SingletonAppServiceContract]
public interface IModelAssemblyAttributeProvider
Methods
| Improve this Doc View SourceGetModelAssemblyAttributes(Assembly)
Gets the model assembly attributes for the provided assembly.
Declaration
IEnumerable<ModelAssemblyAttribute> GetModelAssemblyAttributes(Assembly assembly)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.Assembly | assembly | The assembly. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ModelAssemblyAttribute> | The model assembly attributes. |