public string GetValueFromBag(IUxmlAttributes bag)
 {
     return(bag.GetPropertyString(name, defaultValue));
 }
Ejemplo n.º 2
0
 protected override PackageGroup DoCreate(IUxmlAttributes bag, CreationContext cc)
 {
     return(new PackageGroup(bag.GetPropertyString("name")));
 }
Ejemplo n.º 3
0
 protected override Alert DoCreate(IUxmlAttributes bag, CreationContext cc)
 {
     return(new Alert(bag.GetPropertyString("text")));
 }