Class ModelElementExtensions
Extensions for IModelElement.
Inheritance
System.Object
ModelElementExtensions
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
Assembly: Kephas.Model.dll
Syntax
public static class ModelElementExtensions
Methods
| Improve this Doc View SourceGetDeclaredMembers(IModelElement)
Gets the model element's own members, excluding those declared by the base element or mixins.
Declaration
public static IEnumerable<INamedElement> GetDeclaredMembers(this IModelElement modelElement)
Parameters
Type | Name | Description |
---|---|---|
IModelElement | modelElement | The model element. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<INamedElement> | The members declared exclusively at the element level. |