Interface IClass
A class defines a collection of Properties and Operations that are owned by the class.
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IClass : IClassifier, IDiagram, IType, IPackageableElement, IParameterableElement, INamespace, IRedefinableElement, INamedElement, ITemplateableElement, IElement, IElementsObservable, INotifyPropertyChanged, IProperties
Properties
OwnedOperations
All the operations owned by the class
Declaration
IEnumerable<IOperation> OwnedOperations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IOperation> |
OwnedProperties
All the properties owned by the class
Declaration
IEnumerable<IProperty> OwnedProperties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IProperty> |