Ejemplo n.º 1
0
 // This is used only by the factory methods (on IdentifyMap) that create one.
 static internal ICmObjectId FromGuid(Guid guid, IdentityMap map)
 {
     return(map.GetCanonicalID(new CmObjectId(guid)));
 }
Ejemplo n.º 2
0
 int ICmObjectOrIdInternal.GetHvo(IdentityMap map)
 {
     return(GetHvoUsing(map));
 }
Ejemplo n.º 3
0
 /// <summary>
 /// The point of this subclass is to do this efficiently!
 /// </summary>
 protected override int GetHvoUsing(IdentityMap identityMap)
 {
     return(Hvo);
 }