예제 #1
0
 public MetaDataCommonInfoBase(MetaDataCommonInfoBase rhs)
 {
     ItemType  = rhs.ItemType;
     Name      = rhs.Name;
     Comment   = rhs.Comment;
     FileID    = rhs.FileID;
     ClientID  = rhs.ClientID;
     IFC       = rhs.IFC;
     ClientNVS = rhs.ClientNVS;
 }
예제 #2
0
 public GroupPointInfo(MetaDataCommonInfoBase rhs) : base(rhs)
 {
 }
예제 #3
0
 public OccurrenceInfo(MetaDataCommonInfoBase rhs) : base(rhs)
 {
 }