Exemplo n.º 1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="EntityScanTarget" /> class.
 /// </summary>
 /// <param name="entityReference">
 ///     The entity reference.
 /// </param>
 /// <param name="key">
 ///     The entity key.
 /// </param>
 internal EntityScanTarget(EntityReference entityReference, object key)
     : this(entityReference, entityReference.GetKeyFromObject(key, true))
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EntityScanTarget"/> class.
 /// </summary>
 /// <param name="entityReference">
 /// The entity reference.
 /// </param>
 /// <param name="key">
 /// The entity key.
 /// </param>
 internal EntityScanTarget(EntityReference entityReference, object key)
     : this(entityReference, entityReference.GetKeyFromObject(key, true))
 {
 }