public IElement PackageType() { return(_stereotype.GetProperty <IElement>("Package Type")); }
public bool NamespaceProvider() { return(_stereotype.GetProperty <bool>("Namespace Provider")); }
public string LegacyVersionIdentifier() { return(_stereotype.GetProperty <string>("Legacy Version Identifier")); }
public IIconModel Icon() { return(_stereotype.GetProperty <IIconModel>("Icon")); }
public bool NotEmpty() { return(_stereotype.GetProperty <bool>("Not Empty")); }
public string Shortcut() { return(_stereotype.GetProperty <string>("Shortcut")); }
public string Route() { return(_stereotype.GetProperty <string>("Route")); }
public string LineColor() { return(_stereotype.GetProperty <string>("Line Color")); }
public bool IsReference() { return(_stereotype.GetProperty <bool>("Is Reference")); }
public IElement OnSelectRow() { return(_stereotype.GetProperty <IElement>("On Select Row")); }
public string UniqueKey() { return(_stereotype.GetProperty <string>("UniqueKey")); }
public string Selector() { return(_stereotype.GetProperty <string>("Selector")); }
public int?Precision() { return(_stereotype.GetProperty <int?>("Precision")); }
public bool Identity() { return(_stereotype.GetProperty <bool>("Identity")); }
public string ColumnName() { return(_stereotype.GetProperty <string>("Column Name")); }
public string Type() { return(_stereotype.GetProperty <string>("Type")); }
public string Version() { return(_stereotype.GetProperty <string>("Version")); }
public IElement OptionsSource() { return(_stereotype.GetProperty <IElement>("Options Source")); }
public string Text() { return(_stereotype.GetProperty <string>("Text")); }
public string PrimaryLabel() { return(_stereotype.GetProperty <string>("Primary Label")); }
public string Roles() { return(_stereotype.GetProperty <string>("Roles")); }
public string Path() { return(_stereotype.GetProperty <string>("Path")); }
public string X() { return(_stereotype.GetProperty <string>("X")); }
public string Location() { return(_stereotype.GetProperty <string>("Location")); }
public DesignerModel Designer() { var designerElement = _stereotype.GetProperty <IElement>("Designer"); return(designerElement != null ? new DesignerModel(designerElement) : null); }
public bool IsReadOnly() { return(_stereotype.GetProperty <bool>("Is Read Only")); }