Пример #1
0
 public override void Initialize()
 {
     base.Initialize();
     this._Title            = "";
     this._OrderInSession   = 0;
     this._CorrelateSession = new GovSession();
 }
 public override void Initialize()
 {
     base.Initialize();
     this._CoOrgan      = new OrgUnit();
     this._CoGovSession = new GovSession();
     this._Attachments  = new AnnouncementAttachs();
 }
        public override SbnObject Clone(string sNodeName)
        {
            GovSession session = new GovSession
            {
                ID = base.ID
            };

            if (this._SessionDate != null)
            {
                session.SessionDate = (string)this._SessionDate.Clone();
            }
            session.SessionTime     = this._SessionTime;
            session.FinishTime      = this._FinishTime;
            session.StartTime       = this._StartTime;
            session.LocationAddress = this._LocationAddress;
            if (!object.ReferenceEquals(this.Members, null))
            {
                session.Members = (GovSessionMembers)this.Members.Clone(sNodeName);
            }
            if (!object.ReferenceEquals(this.Catalogues, null))
            {
                session.Catalogues = (Sbn.Products.GEP.GEPObject.Catalogues) this.Catalogues.Clone(sNodeName);
            }
            if (!object.ReferenceEquals(this.CorrelateOffers, null))
            {
                session.CorrelateOffers = (Offers)this.CorrelateOffers.Clone(sNodeName);
            }
            if (!object.ReferenceEquals(this.SessionOrder, null))
            {
                session.SessionOrder = (GovernmentSessionOrder)this.SessionOrder.Clone(sNodeName);
            }
            session.IsCanceled = this.IsCanceled;
            if (!object.ReferenceEquals(this.PreOrders, null))
            {
                session.PreOrders = (PreSessionOrders)this.PreOrders.Clone(sNodeName);
            }
            if (!object.ReferenceEquals(this.Presentations, null))
            {
                session.Presentations = (Sbn.Products.GEP.GEPObject.Presentations) this.Presentations.Clone(sNodeName);
            }
            if (!object.ReferenceEquals(this.CoLetters, null))
            {
                session.CoLetters = (Letters)this.CoLetters.Clone(sNodeName);
            }
            if (!object.ReferenceEquals(this.CoGeneralDocuments, null))
            {
                session.CoGeneralDocuments = (GeneralDocuments)this.CoGeneralDocuments.Clone(sNodeName);
            }
            if (!object.ReferenceEquals(this.WordDoc, null))
            {
                session.WordDoc = (GeneralDocument)this.WordDoc.Clone(sNodeName);
            }
            if (!object.ReferenceEquals(this.Sensitivity, null))
            {
                session.Sensitivity = (BasicInfoDetail)this.Sensitivity.Clone(sNodeName);
            }

            return(session);
        }
 public override void Initialize()
 {
     base.Initialize();
     this._CorrelateSession       = new GovSession();
     this._CorrelateOffer         = new Offer();
     this._CorrelateSessionMember = new GovSessionMember();
     this._AnnotationPictures     = new Sbn.Products.GEP.GEPObject.AnnotationPictures();
 }
 public override void Initialize()
 {
     base.Initialize();
     this._EnterTime        = "";
     this._CorrelateSession = new GovSession();
     this._Opinions         = new GovSessionMemberOpinions();
     this._CoInterdict      = new PersonnelInterdict();
     this._IsPresent        = SbnBoolean.OutOfValue;
     this._Justifiable      = SbnBoolean.OutOfValue;
     this._IsStatic         = SbnBoolean.OutOfValue;
 }
 public override void Initialize()
 {
     base.Initialize();
     this._OrderInSession       = 0;
     this._RegistraterDate      = "";
     this._OfficialCode         = "";
     this._Title                = "";
     this._Description          = "";
     this._CorrelateGovSession  = new GovSession();
     this._CatalogueUrgencyType = GEPOfferUrgencyType.OutOfValue;
     this._Offers               = new Sbn.Products.GEP.GEPObject.Offers();
 }
 public override void Initialize()
 {
     base.Initialize();
     this._Title            = "";
     this._Description      = "";
     this._OrderInSession   = 0;
     this._CorrelateSession = new GovSession();
     this._Attachments      = new PresentationAttachs();
     this._OwnerOrgan       = new OrgUnit();
     this._CoLetter         = new Letter();
     this._SensitivityType  = new BasicInfoDetail();
     this._PresentType      = new BasicInfoDetail();
     this._DocAttachments   = new LetterAttachments();
     this._CoSessions       = new GovSessions();
 }