public IElement PackageType()
 {
     return(_stereotype.GetProperty <IElement>("Package Type"));
 }
 public bool NamespaceProvider()
 {
     return(_stereotype.GetProperty <bool>("Namespace Provider"));
 }
Example #3
0
 public string LegacyVersionIdentifier()
 {
     return(_stereotype.GetProperty <string>("Legacy Version Identifier"));
 }
 public IIconModel Icon()
 {
     return(_stereotype.GetProperty <IIconModel>("Icon"));
 }
Example #5
0
 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"));
 }
Example #9
0
 public bool IsReference()
 {
     return(_stereotype.GetProperty <bool>("Is Reference"));
 }
Example #10
0
 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"));
 }
Example #18
0
 public IElement OptionsSource()
 {
     return(_stereotype.GetProperty <IElement>("Options Source"));
 }
Example #19
0
 public string Text()
 {
     return(_stereotype.GetProperty <string>("Text"));
 }
Example #20
0
 public string PrimaryLabel()
 {
     return(_stereotype.GetProperty <string>("Primary Label"));
 }
 public string Roles()
 {
     return(_stereotype.GetProperty <string>("Roles"));
 }
Example #22
0
 public string Path()
 {
     return(_stereotype.GetProperty <string>("Path"));
 }
 public string X()
 {
     return(_stereotype.GetProperty <string>("X"));
 }
Example #24
0
 public string Location()
 {
     return(_stereotype.GetProperty <string>("Location"));
 }
            public DesignerModel Designer()
            {
                var designerElement = _stereotype.GetProperty <IElement>("Designer");

                return(designerElement != null ? new DesignerModel(designerElement) : null);
            }
Example #26
0
 public bool IsReadOnly()
 {
     return(_stereotype.GetProperty <bool>("Is Read Only"));
 }