Class Configuration
The default implementation of the Configuration class
Inherited Members
Namespace: NMF.Expressions.IncrementalizationConfiguration
Assembly: NMF.Expressions.Configuration.dll
Syntax
[XmlNamespace("http://nmf.codeplex.com/incrementalizationConfig")]
[XmlNamespacePrefix("conf")]
[ModelRepresentationClass("http://nmf.codeplex.com/incrementalizationConfig#//Configuration/")]
public class Configuration : ModelElement, IConfiguration, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Constructors
| Edit this page View SourceConfiguration()
Creates a new instance
Declaration
public Configuration()
Properties
| Edit this page View SourceChildren
Gets the child model elements of this model element
Declaration
public override IEnumerableExpression<IModelElement> Children { get; }
Property Value
Type | Description |
---|---|
IEnumerable |
Overrides
| Edit this page View SourceClassInstance
Gets the Class model for this type
Declaration
public static IClass ClassInstance { get; }
Property Value
Type | Description |
---|---|
IClass |
MethodConfigurations
The methodConfigurations property
Declaration
[XmlElementName("methodConfigurations")]
[XmlAttribute(false)]
[Containment]
public virtual IListExpression<IMethodConfiguration> MethodConfigurations { get; }
Property Value
Type | Description |
---|---|
IList |
ReferencedElements
Gets the referenced model elements of this model element
Declaration
public override IEnumerableExpression<IModelElement> ReferencedElements { get; }
Property Value
Type | Description |
---|---|
IEnumerable |
Overrides
Methods
| Edit this page View SourceGetClass()
Gets the Class for this model element
Declaration
public override IClass GetClass()
Returns
Type | Description |
---|---|
IClass |
Overrides
| Edit this page View SourceGetCollectionForFeature(string)
Gets the Model element collection for the given feature
Declaration
protected override IList GetCollectionForFeature(string feature)
Parameters
Type | Name | Description |
---|---|---|
string | feature | The requested feature |
Returns
Type | Description |
---|---|
IList | A non-generic list of elements |
Overrides
| Edit this page View SourceGetModelElementForReference(string, int)
Resolves the given URI to a child model element
Declaration
protected override IModelElement GetModelElementForReference(string reference, int index)
Parameters
Type | Name | Description |
---|---|---|
string | reference | The requested reference name |
int | index | The index of this reference |
Returns
Type | Description |
---|---|
IModel |
The model element or null if it could not be found |
Overrides
| Edit this page View SourceGetRelativePathForNonIdentifiedChild(IModelElement)
Gets the relative URI fragment for the given child model element
Declaration
protected override string GetRelativePathForNonIdentifiedChild(IModelElement element)
Parameters
Type | Name | Description |
---|---|---|
IModel |
element | The element that should be looked for |
Returns
Type | Description |
---|---|
string | A fragment of the relative URI |