Exemplo n.º 1
0
 public void SetValues(DataStoreReference otherElement)
 {
     base.SetValues(otherElement);
     dataState      = otherElement.DataState;
     itemSubjectRef = otherElement.ItemSubjectRef;
     dataStoreRef   = otherElement.DataStoreRef;
 }
Exemplo n.º 2
0
        public override BaseElement Clone()
        {
            DataStoreReference clone = new DataStoreReference();

            clone.SetValues(this);
            return(clone);
        }