コード例 #1
0
 public override void Initialize()
 {
     base.Initialize();
     this._Year                = 0;
     this._SenderNumber        = "";
     this._Abstract            = "";
     this._OfficialCode        = "";
     this._LetterDate          = "";
     this._Text                = "";
     this._CentralOfficialCode = "";
     this._References          = "";
     this._Sender              = new Personnel();
     this._LetterType          = new BasicInfoDetail();
     this._FlowLetter          = new Letter();
     this._ReceiptType         = new BasicInfoDetail();
     this._ReferenceLetter     = new Letter();
     this._Recipients          = new LetterRecipients();
     this._Sensitivity         = new BasicInfoDetail();
     this._LetterPictures      = new LetterPictures();
     this._WordDoc             = new GeneralDocument();
     this._OfficialType        = new BasicInfoDetail();
     this._CorrelateOffer      = new Offer();
     this._ActionType          = new BasicInfoDetail();
     this._Attachments         = new LetterAttachments();
     this._CoOffers            = new Offers();
     this.LetterNO             = "";
 }
コード例 #2
0
        public override void Initialize()
        {
            base.Initialize();
            this._SessionDate           = "";
            this._Duration              = "";
            this._StartTime             = "";
            this._FinishTime            = "";
            this._SessionTime           = "";
            this._LocationAddress       = "";
            this._CorrelateCommission   = new BasicInfoDetail();
            this._CorrelateOffers       = new OfferCommissions();
            this._Members               = new CommissionSessionMembers();
            this._SessionOrder          = new CommissionSessionOrder();
            this._CancelSessionOrder    = new CancelCommissionSessionOrder();
            this._CommissionSessionType = new BasicInfoDetail();
            this._IsCanceled            = SbnBoolean.OutOfValue;
            this._CoLetters             = new Letters();

            this._WordDoc                = new GeneralDocument();
            this._CancelWordDoc          = new GeneralDocument();
            this._CommissionSessionVoice = null;
            // this._Extension = "";

            this.Sensitivity = new BasicInfoDetail();
        }
        public override void Initialize()
        {
            base.Initialize();
            this._SessionDate        = "";
            this._SessionTime        = "";
            this._FinishTime         = "";
            this._StartTime          = "";
            this._LocationAddress    = "";
            this._Members            = new GovSessionMembers();
            this._Catalogues         = new Sbn.Products.GEP.GEPObject.Catalogues();
            this._CorrelateOffers    = new Offers();
            this._SessionOrder       = new GovernmentSessionOrder();
            this._IsCanceled         = SbnBoolean.OutOfValue;
            this._PreOrders          = new PreSessionOrders();
            this._Presentations      = new Sbn.Products.GEP.GEPObject.Presentations();
            this._GovPresents        = new Sbn.Products.GEP.GEPObject.GovPresentations();
            this._OrganAnnouncement  = new Sbn.Products.GEP.GEPObject.Presentations();
            this._CoLetters          = new Letters();
            this._Messages           = new GovSessionMessagings();
            this._CoGeneralDocuments = new GeneralDocuments();

            this._WordDoc = new GeneralDocument();

            this.Sensitivity = new BasicInfoDetail();
        }
コード例 #4
0
        public override SbnObject Clone(string sNodeName)
        {
            GeneralDocument document = new GeneralDocument {
                ID = base.ID,
                CorrelateObjectID = this._CorrelateObjectID,
            };

            if (!object.ReferenceEquals(this.DocumentType, null))
            {
                document.DocumentType = (BasicInfoDetail)this.DocumentType.Clone(sNodeName);
            }
            if (!object.ReferenceEquals(this.CorrelateOffer, null))
            {
                document.CorrelateOffer = (Offer)this.CorrelateOffer.Clone(sNodeName);
            }
            if (!object.ReferenceEquals(this.FileVersions, null))
            {
                document.FileVersions = (WordDocuments)this.FileVersions.Clone(sNodeName);
            }
            if (!object.ReferenceEquals(this.Owner, null))
            {
                document.Owner = (WFPerson)this.Owner.Clone(sNodeName);
            }
            if (!object.ReferenceEquals(this.CorrelateFolder, null))
            {
                document.CorrelateFolder = (PersonalFolder)this.CorrelateFolder.Clone(sNodeName);
            }
            document.IsLocked    = this.IsLocked;
            document.IsHidden    = this.IsHidden;
            document.IsProtected = this.IsProtected;
            document.IsZipped    = this.IsZipped;
            document.Extension   = this.Extension;
            return(document);
        }
 public override void Initialize()
 {
     base.Initialize();
     this._TextContent          = "";
     this._CorrelateEngineering = new Engineering();
     this._CorrelateOffer       = new Offer();
     this._Pictures             = new OfferCommissionReportPics();
     this._WordDoc           = new GeneralDocument();
     this._CoOfferCommission = new OfferCommission();
     this._ComSessionType    = new BasicInfoDetail();
 }
コード例 #6
0
 public override void Initialize()
 {
     base.Initialize();
     this._OpportunityDate          = "";
     this._Text                     = "";
     this._ResponseAbstract         = "";
     this._Responses                = new InquiryResponses();
     this._CorrelateOffer           = new Offer();
     this._CorrelateLetter          = new Letter();
     this._CorrelateExpert          = new CommissionExpert();
     this._CorrelateOfferCommission = new OfferCommission();
     this._WordDoc                  = new GeneralDocument();
     this._Pursuits                 = new InquiryPursuits();
     this.Sensitivity               = new BasicInfoDetail();
 }
コード例 #7
0
 public override void Initialize()
 {
     base.Initialize();
     this._Title = "";
     this._ParticularDescription = "";
     this._JustificationReasons  = "";
     this._ConsiderationText     = "";
     this._ApprovalArchive       = "";
     this._Opinion1           = "";
     this._Opinion2           = "";
     this._Opinion3           = "";
     this._CoWordDocument     = new GeneralDocument();
     this._CoOffer            = new Offer();
     this._CoCommissionExpert = new CommissionExpert();
     this._Pics     = new PreObservationPics();
     this._CoLetter = new Letter();
 }
コード例 #8
0
        public override void Initialize()
        {
            base.Initialize();
            this._OrderInCatalogue         = 0;
            this._OfficialCode             = "";
            this._VicePresidentReceiptdate = "";
            this._VicePresidentLetterID    = "";
            this._GovOfficeReceiptDate     = "";
            this._RegisterDate             = "";
            this._OfferComment             = "";
            this._GovSessionTitle          = "";
            this._OtherLetters             = new Letters();
            this._ApprovalLetters          = new Sbn.Products.GEP.GEPObject.ApprovalLetters();
            this._GovernReports            = new GovernmentReports();
            this._Inquiries              = new Sbn.Products.GEP.GEPObject.Inquiries();
            this._Status                 = new BasicInfoDetail();
            this._GovMemberOpinions      = new GovSessionMemberOpinions();
            this._Commissions            = new OfferCommissions();
            this._Engineerings           = new Sbn.Products.GEP.GEPObject.Engineerings();
            this._LawDocuments           = new ExpertLawDocuments();
            this._CorrelateOrgans        = new OfferOrgUnits();
            this._OfferAbstract          = new Sbn.Products.GEP.GEPObject.OfferAbstract();
            this._OfferCommuniqueText    = new Sbn.Products.GEP.GEPObject.OfferCommuniqueText();
            this._Urgency                = new BasicInfoDetail();
            this._OfferLetter            = new Letter();
            this._Security               = new BasicInfoDetail();
            this._Complication           = new BasicInfoDetail();
            this._Importance             = new BasicInfoDetail();
            this._OfferType              = new BasicInfoDetail();
            this._StatusInGovOrderOffice = new BasicInfoDetail();
            this._Subjects               = new OfferSubjects();
            this._CommissionReports      = new OfferCommissionReports();
            this._PreObservation         = new Sbn.Products.GEP.GEPObject.PreObservation();
            this._OwnerOrgan             = new OfferOrgUnit();
            this._ActiveCommission       = new OfferCommission();
            this._CommuniqueStatus       = new BasicInfoDetail();
            this._OfferRelations         = new OfferRelations();

            this._IsPublishable   = PublishableState.None;
            this._PublishableDate = "";
            this._WordDoc         = new GeneralDocument();
        }
 public override void Initialize()
 {
     base.Initialize();
     this._EditionDate  = "";
     this._CorrelateDoc = new GeneralDocument();
 }