void IPersistPropertyBag.Load(IPropertyBag propertyBag, int errorLog) { object obj1 = PcHelper.ReadPropertyBag(propertyBag, "RootNode"); if (obj1 != null) { Rootnode = (string)obj1; } }
void IPersistPropertyBag.Load(IPropertyBag propertyBag, int errorLog) { object obj1 = PcHelper.ReadPropertyBag(propertyBag, "TypeName"); if (obj1 != null) { TypeName = (string)obj1; } }
void IPersistPropertyBag.Load(IPropertyBag propertyBag, int errorLog) { object obj1 = PcHelper.ReadPropertyBag(propertyBag, "RemoveAtTheRateChar"); if (obj1 != null) { RemoveAtTheRateChar = (bool)obj1; } obj1 = PcHelper.ReadPropertyBag(propertyBag, "OmitRootObject"); if (obj1 != null) { OmitRootObject = (bool)obj1; } }