상속: SnoEntry
예제 #1
0
 public CacheAvoidanceEntry(AvoidanceEntry entry)
     : base(entry.SnoId)
 {
     InternalName = entry.InternalName;
     _objectType  = (AvoidanceType)entry.ObjectType;
 }
예제 #2
0
 public CacheAvoidanceEntry(AvoidanceEntry entry)
     : base(entry.SnoId)
 {
     InternalName = entry.InternalName;
     _objectType = (AvoidanceType)entry.ObjectType;
 }