Interface IDataType
A DataType is a type whose instances are identified only by their value
Inherited Members
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IDataType : IClassifier, IDiagram, IType, IPackageableElement, IParameterableElement, INamespace, IRedefinableElement, INamedElement, ITemplateableElement, IElement, IElementsObservable
Properties
DataObject
Declaration
object DataObject { get; }
Property Value
Type | Description |
---|---|
System.Object |
Reference
Declaration
bool Reference { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Type
Declaration
string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |