Class StructureFeature
Inheritance
System.Object
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:System.Dynamic.ExpandoObject
Assembly:SilverDawn.SilverModel.UML.dll
Syntax
public static class StructureFeature
Methods
DataTypeInit(IStructuralFeature, String)
Get the init string for a language
Declaration
public static string DataTypeInit(this IStructuralFeature structuralFeature, string language)
Parameters
Type | Name | Description |
---|---|---|
IStructuralFeature | structuralFeature | |
System.String | language |
Returns
Type | Description |
---|---|
System.String |
DataTypeName(IStructuralFeature, String)
Gets the data type for a language
Declaration
public static string DataTypeName(this IStructuralFeature structuralFeature, string language)
Parameters
Type | Name | Description |
---|---|---|
IStructuralFeature | structuralFeature | |
System.String | language |
Returns
Type | Description |
---|---|
System.String |