Exemplo n.º 1
0
 /// <summary>
 /// Get reference attribute associated to specified object type
 /// </summary>
 /// <param name="refType">Type of reference</param>
 /// <returns>Reference attribute found, else null</returns>
 public Reference GetReference(Type refType)
 {
     return(_syncEntity.GetReference(refType));
 }