Example #1
0
 internal void PostSetBoolValue(Item item, Property prop, bool value)
 {
     PostSetTextValue(item, prop, value.ToString());
 }
Example #2
0
 internal bool TryLookUpProperty(string name, out Property property)
 {
     return(GetRoot().TryLookUpProperty(this, name, out property));
 }