Class RuntimeModelElementConstructorMetadata
Metadata for model element constructors.
Inheritance
System.Object
System.Dynamic.DynamicObject
RuntimeModelElementConstructorMetadata
Inherited Members
System.Dynamic.DynamicObject.GetMetaObject(System.Linq.Expressions.Expression)
System.Dynamic.DynamicObject.TryBinaryOperation(System.Dynamic.BinaryOperationBinder, System.Object, System.Object)
System.Dynamic.DynamicObject.TryConvert(System.Dynamic.ConvertBinder, System.Object)
System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TryDeleteIndex(System.Dynamic.DeleteIndexBinder, System.Object[])
System.Dynamic.DynamicObject.TryDeleteMember(System.Dynamic.DeleteMemberBinder)
System.Dynamic.DynamicObject.TryGetIndex(System.Dynamic.GetIndexBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TryInvoke(System.Dynamic.InvokeBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TrySetIndex(System.Dynamic.SetIndexBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TryUnaryOperation(System.Dynamic.UnaryOperationBinder, System.Object)
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)
Namespace: Kephas.Model.Runtime.Construction.Composition
Assembly: Kephas.Model.dll
Syntax
public class RuntimeModelElementConstructorMetadata : AppServiceMetadata, IExpando, IDynamicMetaObjectProvider, IIndexable
Constructors
| Improve this Doc View SourceRuntimeModelElementConstructorMetadata(IDictionary<String, Object>)
Initializes a new instance of the RuntimeModelElementConstructorMetadata class.
Declaration
public RuntimeModelElementConstructorMetadata(IDictionary<string, object> metadata)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> | metadata | The metadata. |
RuntimeModelElementConstructorMetadata(Type, Type, Type, Int32, Int32)
Initializes a new instance of the RuntimeModelElementConstructorMetadata class.
Declaration
public RuntimeModelElementConstructorMetadata(Type modelType, Type modelContractType, Type runtimeType, int processingPriority = 0, int overridePriority = 0)
Parameters
Type | Name | Description |
---|---|---|
System.Type | modelType | Type of the element information. |
System.Type | modelContractType | The type of the model contract. |
System.Type | runtimeType | Type of the runtime information. |
System.Int32 | processingPriority | The processing priority. |
System.Int32 | overridePriority | The override priority. |
Properties
| Improve this Doc View SourceModelContractType
Gets the type of the model contract (the interface).
Declaration
public Type ModelContractType { get; }
Property Value
Type | Description |
---|---|
System.Type | The type of the model contract. |
ModelType
Gets the type of the concrete implementation.
Declaration
public Type ModelType { get; }
Property Value
Type | Description |
---|---|
System.Type | The type of the concrete implementation. |
RuntimeType
Gets the type of the runtime definition.
Declaration
public Type RuntimeType { get; }
Property Value
Type | Description |
---|---|
System.Type | The type of the runtime definition. |
Implements
System.Dynamic.IDynamicMetaObjectProvider