Class DefaultModelAssemblyAttributeProvider
A default model assembly attribute provider.
Inheritance
System.Object
DefaultModelAssemblyAttributeProvider
Implements
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: Kephas.Model.Runtime.ModelRegistries
Assembly: Kephas.Model.dll
Syntax
[OverridePriority(Priority.Low)]
public class DefaultModelAssemblyAttributeProvider : IModelAssemblyAttributeProvider
Methods
| Improve this Doc View SourceGetModelAssemblyAttributes(Assembly)
Gets the model assembly attributes for the provided assembly.
Declaration
public 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. |