Interface IPrimitiveType
Defines a primate type for usage in modeling
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IPrimitiveType : IClassifier, IRedefinableElement, IDiagram, IType, IPackageableElement, IParameterableElement, INamespace, INamedElement, ITemplateableElement, IElement, IElementsObservable
Properties
DisplayName
Declaration
string DisplayName { get; }
Property Value
Type |
Description |
System.String |
|
Item[String]
Gets the primitive type representation for a computer language
Declaration
string this[string language] { get; }
Parameters
Type |
Name |
Description |
System.String |
language |
|
Property Value
Type |
Description |
System.String |
|
LanguageTypes
Declaration
List<ILanguage> LanguageTypes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<ILanguage> |
|
ParentDataType
Declaration
object ParentDataType { get; set; }
Property Value
Type |
Description |
System.Object |
|
Methods
GetInit(String)
The language init string for this type
Declaration
string GetInit(string language)
Parameters
Type |
Name |
Description |
System.String |
language |
|
Returns
Type |
Description |
System.String |
|
GetNew(String)
///
The language new string for this type
Declaration
string GetNew(string language)
Parameters
Type |
Name |
Description |
System.String |
language |
|
Returns
Type |
Description |
System.String |
|
Extension Methods