public override object Clone(string sNodeName)
        {
            AnnotationPictures pictures = new AnnotationPictures();

            foreach (AnnotationPicture picture in this)
            {
                pictures.Add((AnnotationPicture)picture.Clone(sNodeName));
            }
            return(pictures);
        }
예제 #2
0
 public override void Initialize()
 {
     base.Initialize();
     this._OpinionDescription = "";
     this._CorrelateSession   = new CommissionSession();
     this._CorrelateMember    = new CommissionSessionMember();
     this._CorrelateOffer     = new Offer();
     this._OpinionType        = new BasicInfoDetail();
     this._AnnotationPics     = new AnnotationPictures();
     this._OfferCommission    = new Sbn.Products.GEP.GEPObject.OfferCommission();
 }
 public override void Initialize()
 {
     base.Initialize();
     this._FileType    = "";
     this._Annotations = new AnnotationPictures();
 }