Interface IUMLProperty
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IUMLProperty
Properties
customProperty
Declaration
bool customProperty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
groupname
Declaration
string groupname { get; set; }
Property Value
Type |
Description |
System.String |
|
key
Declaration
Property Value
Type |
Description |
System.String |
|
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
parent
Declaration
object parent { get; set; }
Property Value
Type |
Description |
System.Object |
|
type
Declaration
string type { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
SetValue(String)
Declaration
void SetValue(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|