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