Esempio n. 1
0
 public virtual void AddExternalPropertyValue(OrcaKeyValue PropValue)
 {
     StoreOwnedExternalPropertyValue(PropValue);
 }
Esempio n. 2
0
 private void StoreOwnedExternalPropertyValue(OrcaKeyValue item)
 {
     externalPropertyCache.Store(item.KeyName, item);
     combinedExternalPropertyCache.Store(item.KeyName, item);
 }