Interface IInterface
Defines an Interface than can be implemented by other Classes
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IInterface : IClassifier, IType, IPackageableElement, IParameterableElement, INamespace, IRedefinableElement, INamedElement, ITemplateableElement, IElement, IElementsObservable, IProperties, IDiagram, INotifyPropertyChanged
Properties
OwnedOperations
All the operations owned by the class
Declaration
IEnumerable<IOperation> OwnedOperations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IOperation> |
OwnedProperties
Properties owned by this interface
Declaration
IEnumerable<IProperty> OwnedProperties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IProperty> |