public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(SFTPScope), categoryAttribute);
            builder.AddCustomAttributes(typeof(SFTPScope), new DesignerAttribute(typeof(SFTPScopeDesigner)));
            builder.AddCustomAttributes(typeof(SFTPScope), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(Download), categoryAttribute);
            builder.AddCustomAttributes(typeof(Download), new DesignerAttribute(typeof(DownloadDesigner)));
            builder.AddCustomAttributes(typeof(Download), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(Upload), categoryAttribute);
            builder.AddCustomAttributes(typeof(Upload), new DesignerAttribute(typeof(UploadDesigner)));
            builder.AddCustomAttributes(typeof(Upload), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(Delete), categoryAttribute);
            builder.AddCustomAttributes(typeof(Delete), new DesignerAttribute(typeof(DeleteDesigner)));
            builder.AddCustomAttributes(typeof(Delete), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GetFiles), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetFiles), new DesignerAttribute(typeof(GetFilesDesigner)));
            builder.AddCustomAttributes(typeof(GetFiles), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #2
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            builder.AddCustomAttributes(typeof(IndicoScope), new DesignerAttribute(typeof(IndicoScopeDesigner)));
            builder.AddCustomAttributes(typeof(IndicoScope), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ListDatasets), new DesignerAttribute(typeof(ListDatasetsDesigner)));
            builder.AddCustomAttributes(typeof(ListDatasets), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(DocumentExtraction), new DesignerAttribute(typeof(DocumentExtractionDesigner)));
            builder.AddCustomAttributes(typeof(DocumentExtraction), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ListWorkflows), new DesignerAttribute(typeof(ListWorkflowsDesigner)));
            builder.AddCustomAttributes(typeof(ListWorkflows), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(WorkflowSubmission), new DesignerAttribute(typeof(WorkflowSubmissionDesigner)));
            builder.AddCustomAttributes(typeof(WorkflowSubmission), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(SubmissionResult), new DesignerAttribute(typeof(SubmissionResultDesigner)));
            builder.AddCustomAttributes(typeof(SubmissionResult), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ListSubmissions), new DesignerAttribute(typeof(ListSubmissionsDesigner)));
            builder.AddCustomAttributes(typeof(ListSubmissions), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(SubmitReview), new DesignerAttribute(typeof(SubmitReviewDesigner)));
            builder.AddCustomAttributes(typeof(SubmitReview), new HelpKeywordAttribute(""));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #3
0
        /// <summary>
        ///
        /// </summary>
        public void Register()
        {
            #region Setup

            var builder = new AttributeTableBuilder();
            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            #endregion Setup


            builder.AddCustomAttributes(typeof(GetProcessFromMainWindow), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetProcessFromMainWindow), new DesignerAttribute(typeof(GetProcessFromMainWindowDesigner)));
            builder.AddCustomAttributes(typeof(GetProcessFromMainWindow), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GetCurrentProcess), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetCurrentProcess), new DesignerAttribute(typeof(GetCurrentProcessDesigner)));
            builder.AddCustomAttributes(typeof(GetCurrentProcess), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(SetMonitorProcess), categoryAttribute);
            builder.AddCustomAttributes(typeof(SetMonitorProcess), new DesignerAttribute(typeof(SetMonitorProcessDesigner)));
            builder.AddCustomAttributes(typeof(SetMonitorProcess), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GetMonitoredValue), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetMonitoredValue), new DesignerAttribute(typeof(GetProcessInfoDesigner)));
            builder.AddCustomAttributes(typeof(GetMonitoredValue), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(MonitorProcessInfoScope), categoryAttribute);
            builder.AddCustomAttributes(typeof(MonitorProcessInfoScope), new DesignerAttribute(typeof(MonitorProcessInfoScopeDesigner)));
            builder.AddCustomAttributes(typeof(MonitorProcessInfoScope), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(ZendeskScope), categoryAttribute);
            builder.AddCustomAttributes(typeof(ZendeskScope), new DesignerAttribute(typeof(ZendeskScopeDesigner)));
            builder.AddCustomAttributes(typeof(ZendeskScope), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GetTicket), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetTicket), new DesignerAttribute(typeof(GetTicketDesigner)));
            builder.AddCustomAttributes(typeof(GetTicket), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(UpdateTicket), categoryAttribute);
            builder.AddCustomAttributes(typeof(UpdateTicket), new DesignerAttribute(typeof(UpdateTicketDesigner)));
            builder.AddCustomAttributes(typeof(UpdateTicket), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GetUser), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetUser), new DesignerAttribute(typeof(GetUserDesigner)));
            builder.AddCustomAttributes(typeof(GetUser), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GetUserFields), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetUserFields), new DesignerAttribute(typeof(GetUserFieldsDesigner)));
            builder.AddCustomAttributes(typeof(GetUserFields), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GetTicketFieldOption), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetTicketFieldOption), new DesignerAttribute(typeof(GetTicketFieldOptionDesigner)));
            builder.AddCustomAttributes(typeof(GetTicketFieldOption), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");


            builder.AddCustomAttributes(typeof(BaiduOcrScope), categoryAttribute);
            builder.AddCustomAttributes(typeof(BaiduOcrScope), new DesignerAttribute(typeof(BaiduOcrScopeDesigner)));
            builder.AddCustomAttributes(typeof(BaiduOcrScope), new HelpKeywordAttribute("https://github.com/allenlooplee/BaiduOcrActivitiesPack/blob/master/README.md"));

            builder.AddCustomAttributes(typeof(VatInvoiceActivity), categoryAttribute);
            builder.AddCustomAttributes(typeof(VatInvoiceActivity), new DesignerAttribute(typeof(VatInvoiceActivityDesigner)));
            builder.AddCustomAttributes(typeof(VatInvoiceActivity), new HelpKeywordAttribute("https://github.com/allenlooplee/BaiduOcrActivitiesPack/blob/master/README.md"));

            builder.AddCustomAttributes(typeof(QuotaInvoiceActivity), categoryAttribute);
            builder.AddCustomAttributes(typeof(QuotaInvoiceActivity), new DesignerAttribute(typeof(QuotaInvoiceActivityDesigner)));
            builder.AddCustomAttributes(typeof(QuotaInvoiceActivity), new HelpKeywordAttribute("https://github.com/allenlooplee/BaiduOcrActivitiesPack/blob/master/README.md"));

            builder.AddCustomAttributes(typeof(TaxiReceiptActivity), categoryAttribute);
            builder.AddCustomAttributes(typeof(TaxiReceiptActivity), new DesignerAttribute(typeof(TaxiReceiptActivityDesigner)));
            builder.AddCustomAttributes(typeof(TaxiReceiptActivity), new HelpKeywordAttribute("https://github.com/allenlooplee/BaiduOcrActivitiesPack/blob/master/README.md"));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #6
0
        public void Register()
        {
            #region Setup

            var builder = new AttributeTableBuilder();
            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            #endregion Setup


            builder.AddCustomAttributes(typeof(BitbucketAPIScope), categoryAttribute);
            builder.AddCustomAttributes(typeof(BitbucketAPIScope), new DesignerAttribute(typeof(BitbucketAPIScopeDesigner)));
            builder.AddCustomAttributes(typeof(BitbucketAPIScope), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GetRepositories), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetRepositories), new DesignerAttribute(typeof(GetRepositoriesDesigner)));
            builder.AddCustomAttributes(typeof(GetRepositories), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ManageRepository), categoryAttribute);
            builder.AddCustomAttributes(typeof(ManageRepository), new DesignerAttribute(typeof(ManageRepositoryDesigner)));
            builder.AddCustomAttributes(typeof(ManageRepository), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(CommitFile), categoryAttribute);
            builder.AddCustomAttributes(typeof(CommitFile), new DesignerAttribute(typeof(CommitFileDesigner)));
            builder.AddCustomAttributes(typeof(CommitFile), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GetWorkspaces), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetWorkspaces), new DesignerAttribute(typeof(GetWorkspacesDesigner)));
            builder.AddCustomAttributes(typeof(GetWorkspaces), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");


            builder.AddCustomAttributes(typeof(MLScope), categoryAttribute);
            builder.AddCustomAttributes(typeof(MLScope), new DesignerAttribute(typeof(MLScopeDesigner)));
            builder.AddCustomAttributes(typeof(MLScope), new HelpKeywordAttribute("https://go.uipath.com"));

            builder.AddCustomAttributes(typeof(LoadFromTextFile), categoryAttribute);
            builder.AddCustomAttributes(typeof(LoadFromTextFile), new DesignerAttribute(typeof(LoadFromTextFileDesigner)));
            builder.AddCustomAttributes(typeof(LoadFromTextFile), new HelpKeywordAttribute("https://go.uipath.com"));

            builder.AddCustomAttributes(typeof(SaveToTextFile), categoryAttribute);
            builder.AddCustomAttributes(typeof(SaveToTextFile), new DesignerAttribute(typeof(SaveToTextFileDesigner)));
            builder.AddCustomAttributes(typeof(SaveToTextFile), new HelpKeywordAttribute("https://go.uipath.com"));

            builder.AddCustomAttributes(typeof(SelectColumns), categoryAttribute);
            builder.AddCustomAttributes(typeof(SelectColumns), new DesignerAttribute(typeof(SelectColumnsDesigner)));
            builder.AddCustomAttributes(typeof(SelectColumns), new HelpKeywordAttribute("https://go.uipath.com"));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #8
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(KnowledgebaseSync), categoryAttribute);
            builder.AddCustomAttributes(typeof(KnowledgebaseSync), new DesignerAttribute(typeof(SyncKnowledgebaseDesigner)));
            builder.AddCustomAttributes(typeof(KnowledgebaseSync), new HelpKeywordAttribute(""));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            builder.AddCustomAttributes(typeof(CreateFolder), new DesignerAttribute(typeof(CreateFolderDesigner)));
            builder.AddCustomAttributes(typeof(CreateFolder), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(DeleteFolder), new DesignerAttribute(typeof(DeleteFolderDesigner)));
            builder.AddCustomAttributes(typeof(DeleteFolder), new HelpKeywordAttribute(""));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(PositionWindow), categoryAttribute);
            builder.AddCustomAttributes(typeof(PositionWindow), new DesignerAttribute(typeof(PositionWindowDesigner)));
            builder.AddCustomAttributes(typeof(PositionWindow), new HelpKeywordAttribute("https://go.uipath.com"));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #11
0
        public void Register()
        {
            #region Setup

            var builder = new AttributeTableBuilder();
            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            #endregion Setup



            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(AliOcrClientActivity), categoryAttribute);
            builder.AddCustomAttributes(typeof(AliOcrClientActivity), new DesignerAttribute(typeof(AliOcrClientActivityDesigner)));
            builder.AddCustomAttributes(typeof(AliOcrClientActivity), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #13
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(ContractDataRecognition), categoryAttribute);
            builder.AddCustomAttributes(typeof(ContractDataRecognition), new DesignerAttribute(typeof(ContractDataRecognitionDesigner)));
            builder.AddCustomAttributes(typeof(ContractDataRecognition), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #14
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(ProcessXMLForSAPBAPI), categoryAttribute);
            builder.AddCustomAttributes(typeof(ProcessXMLForSAPBAPI), new DesignerAttribute(typeof(ProcessXMLForSAPBAPIDesigner)));
            builder.AddCustomAttributes(typeof(ProcessXMLForSAPBAPI), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #15
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(IsLeapYear), new DesignerAttribute(typeof(IsLeapYearDesigner)));
            builder.AddCustomAttributes(typeof(CreateDate), new DesignerAttribute(typeof(CreateDateDesigner)));
            builder.AddCustomAttributes(typeof(DateToString), new DesignerAttribute(typeof(DateToStringDesigner)));
            builder.AddCustomAttributes(typeof(GetFirstOrLastBusinessDayOfMonth), new DesignerAttribute(typeof(GetFirstOrLastBusinessDayOfMonthDesigner)));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #16
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(AudioVideoCombine), categoryAttribute);
            builder.AddCustomAttributes(typeof(AudioVideoCombine), new DesignerAttribute(typeof(AudioVideoCombineDesigner)));
            builder.AddCustomAttributes(typeof(AudioVideoCombine), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(MultimediaProcess), categoryAttribute);
            builder.AddCustomAttributes(typeof(MultimediaProcess), new DesignerAttribute(typeof(MultimediaProcessDesigner)));
            builder.AddCustomAttributes(typeof(MultimediaProcess), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(VideoDeliveryCodec), categoryAttribute);
            builder.AddCustomAttributes(typeof(VideoDeliveryCodec), new DesignerAttribute(typeof(VideoDeliveryCodecDesigner)));
            builder.AddCustomAttributes(typeof(VideoDeliveryCodec), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(VideoDenoise), categoryAttribute);
            builder.AddCustomAttributes(typeof(VideoDenoise), new DesignerAttribute(typeof(VideoDenoiseDesigner)));
            builder.AddCustomAttributes(typeof(VideoDenoise), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(VideoFolderCombine), categoryAttribute);
            builder.AddCustomAttributes(typeof(VideoFolderCombine), new DesignerAttribute(typeof(VideoFolderCombineDesigner)));
            builder.AddCustomAttributes(typeof(VideoFolderCombine), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(VideoIntermediateCodec), categoryAttribute);
            builder.AddCustomAttributes(typeof(VideoIntermediateCodec), new DesignerAttribute(typeof(VideoIntermediateCodecDesigner)));
            builder.AddCustomAttributes(typeof(VideoIntermediateCodec), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(VideoLUT), categoryAttribute);
            builder.AddCustomAttributes(typeof(VideoLUT), new DesignerAttribute(typeof(VideoLUTDesigner)));
            builder.AddCustomAttributes(typeof(VideoLUT), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(VideoStabilize), categoryAttribute);
            builder.AddCustomAttributes(typeof(VideoStabilize), new DesignerAttribute(typeof(VideoStabilizeDesigner)));
            builder.AddCustomAttributes(typeof(VideoStabilize), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(VideoText), categoryAttribute);
            builder.AddCustomAttributes(typeof(VideoText), new DesignerAttribute(typeof(VideoTextDesigner)));
            builder.AddCustomAttributes(typeof(VideoText), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(BuildFrameworkFolders), categoryAttribute);
            builder.AddCustomAttributes(typeof(BuildFrameworkFolders), new DesignerAttribute(typeof(BuildFrameworkFoldersDesigner)));
            builder.AddCustomAttributes(typeof(BuildFrameworkFolders), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(BuildSystemReserved), categoryAttribute);
            builder.AddCustomAttributes(typeof(BuildSystemReserved), new DesignerAttribute(typeof(BuildSystemReservedDesigner)));
            builder.AddCustomAttributes(typeof(BuildSystemReserved), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(IncrementTransactionNumber), categoryAttribute);
            builder.AddCustomAttributes(typeof(IncrementTransactionNumber), new DesignerAttribute(typeof(IncrementTransactionNumberDesigner)));
            builder.AddCustomAttributes(typeof(IncrementTransactionNumber), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(IncrementRetryNumber), categoryAttribute);
            builder.AddCustomAttributes(typeof(IncrementRetryNumber), new DesignerAttribute(typeof(IncrementRetryNumberDesigner)));
            builder.AddCustomAttributes(typeof(IncrementRetryNumber), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(IncrementInitRetryNumber), categoryAttribute);
            builder.AddCustomAttributes(typeof(IncrementInitRetryNumber), new DesignerAttribute(typeof(IncrementInitRetryNumberDesigner)));
            builder.AddCustomAttributes(typeof(IncrementInitRetryNumber), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(IncrementContinuousRetryNumber), categoryAttribute);
            builder.AddCustomAttributes(typeof(IncrementContinuousRetryNumber), new DesignerAttribute(typeof(IncrementContinuousRetryNumberDesigner)));
            builder.AddCustomAttributes(typeof(IncrementContinuousRetryNumber), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ResetRetryNumber), categoryAttribute);
            builder.AddCustomAttributes(typeof(ResetRetryNumber), new DesignerAttribute(typeof(ResetRetryNumberDesigner)));
            builder.AddCustomAttributes(typeof(ResetRetryNumber), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ResetInitRetryNumber), categoryAttribute);
            builder.AddCustomAttributes(typeof(ResetInitRetryNumber), new DesignerAttribute(typeof(ResetInitRetryNumberDesigner)));
            builder.AddCustomAttributes(typeof(ResetInitRetryNumber), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ResetContinuousRetryNumber), categoryAttribute);
            builder.AddCustomAttributes(typeof(ResetContinuousRetryNumber), new DesignerAttribute(typeof(ResetContinuousRetryNumberDesigner)));
            builder.AddCustomAttributes(typeof(ResetContinuousRetryNumber), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #18
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(SendTemplatedSMTPMail), categoryAttribute);
            builder.AddCustomAttributes(typeof(SendTemplatedSMTPMail), new DesignerAttribute(typeof(SendMailDesigner)));
            builder.AddCustomAttributes(typeof(SendTemplatedSMTPMail), nameof(SendTemplatedSMTPMail.Attachments), new EditorAttribute(typeof(ArgumentCollectionEditor), typeof(DialogPropertyValueEditor)));
            builder.AddCustomAttributes(typeof(SendTemplatedOutlookMail), nameof(SendTemplatedOutlookMail.Attachments), new EditorAttribute(typeof(ArgumentCollectionEditor), typeof(DialogPropertyValueEditor)));
            builder.AddCustomAttributes(typeof(SendTemplatedOutlookMail), categoryAttribute);
            builder.AddCustomAttributes(typeof(SendTemplatedOutlookMail), new DesignerAttribute(typeof(SendMailDesigner)));
            builder.AddCustomAttributes(typeof(SendTemplatedOutlookMail), new HelpKeywordAttribute("https://go.uipath.com"));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(StartLuvalRecording), categoryAttribute);
            builder.AddCustomAttributes(typeof(StartLuvalRecording), new DesignerAttribute(typeof(StartLuvalRecordingDesigner)));
            builder.AddCustomAttributes(typeof(StartLuvalRecording), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(StopLuvalRecording), categoryAttribute);
            builder.AddCustomAttributes(typeof(StopLuvalRecording), new DesignerAttribute(typeof(StopLuvalRecordingDesigner)));
            builder.AddCustomAttributes(typeof(StopLuvalRecording), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");


            builder.AddCustomAttributes(typeof(ParentScope), categoryAttribute);
            builder.AddCustomAttributes(typeof(ParentScope), new DesignerAttribute(typeof(ParentScopeDesigner)));
            builder.AddCustomAttributes(typeof(ParentScope), new HelpKeywordAttribute("https://go.uipath.com"));

            //builder.AddCustomAttributes(typeof(Query), categoryAttribute);
            //builder.AddCustomAttributes(typeof(Query), new DesignerAttribute(typeof(ChildActivityDesigner)));
            //builder.AddCustomAttributes(typeof(Query), new HelpKeywordAttribute("https://go.uipath.com"));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #21
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(ClientScopeActivity), categoryAttribute);
            builder.AddCustomAttributes(typeof(ClientScopeActivity), new DesignerAttribute(typeof(ClientScopeActivityDesigner)));
            builder.AddCustomAttributes(typeof(ClientScopeActivity), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GetProcessInfoActivity), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetProcessInfoActivity), new DesignerAttribute(typeof(GetProcessInfoActivityDesigner)));
            builder.AddCustomAttributes(typeof(GetProcessInfoActivity), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(NamedPipeTriggerV2), categoryAttribute);
            builder.AddCustomAttributes(typeof(NamedPipeTriggerV2), new DesignerAttribute(typeof(NamedPipeTriggerV2Designer)));
            builder.AddCustomAttributes(typeof(NamedPipeTriggerV2), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ServerScopeActivity), categoryAttribute);
            builder.AddCustomAttributes(typeof(ServerScopeActivity), new DesignerAttribute(typeof(ServerScopeActivityDesigner)));
            builder.AddCustomAttributes(typeof(ServerScopeActivity), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GetVariableActivity), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetVariableActivity), new DesignerAttribute(typeof(GetVariableActivityDesigner)));
            builder.AddCustomAttributes(typeof(GetVariableActivity), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(SetVariableActivity), categoryAttribute);
            builder.AddCustomAttributes(typeof(SetVariableActivity), new DesignerAttribute(typeof(SetVariableActivityDesigner)));
            builder.AddCustomAttributes(typeof(SetVariableActivity), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(SendMessageActivity), categoryAttribute);
            builder.AddCustomAttributes(typeof(SendMessageActivity), new DesignerAttribute(typeof(SendMessageActivityDesigner)));
            builder.AddCustomAttributes(typeof(SendMessageActivity), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ReceiveMessageActivity), categoryAttribute);
            builder.AddCustomAttributes(typeof(ReceiveMessageActivity), new DesignerAttribute(typeof(ReceiveMessageActivityDesigner)));
            builder.AddCustomAttributes(typeof(ReceiveMessageActivity), new HelpKeywordAttribute(""));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #22
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute        = new CategoryAttribute($"{Resources.Category}");
            var categoryAttributeExtra   = new CategoryAttribute($"{Resources.Category}.{Resources.Extra}");
            var categoryAttributeRegular = new CategoryAttribute($"{Resources.Category}.{Resources.Regular}");
            var categoryAttributeEqVol   = new CategoryAttribute($"{Resources.Category}.{Resources.EqVol}");
            var categoryAttributeOther   = new CategoryAttribute($"{Resources.Category}.{Resources.Other}");

            //Common
            builder.AddCustomAttributes(typeof(WeatherInfoScope), categoryAttribute);
            builder.AddCustomAttributes(typeof(WeatherInfoScope), new DesignerAttribute(typeof(WeatherInfoScopeDesigner)));
            builder.AddCustomAttributes(typeof(WeatherInfoScope), new HelpKeywordAttribute("https://go.uipath.com"));


            builder.AddCustomAttributes(typeof(GetXml), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetXml), new DesignerAttribute(typeof(GetXmlDesigner)));
            builder.AddCustomAttributes(typeof(GetXml), new HelpKeywordAttribute("https://go.uipath.com"));

            builder.AddCustomAttributes(typeof(GetAtomFeed), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetAtomFeed), new DesignerAttribute(typeof(GetAtomFeedDesigner)));
            builder.AddCustomAttributes(typeof(GetAtomFeed), new HelpKeywordAttribute("https://go.uipath.com"));

            // Extra Feed
            builder.AddCustomAttributes(typeof(GetWarning), categoryAttributeExtra);
            builder.AddCustomAttributes(typeof(GetWarning), new DesignerAttribute(typeof(GetWarningDesigner)));
            builder.AddCustomAttributes(typeof(GetWarning), new HelpKeywordAttribute("https://go.uipath.com"));

            builder.AddCustomAttributes(typeof(GetTyphoonInfo), categoryAttributeExtra);
            builder.AddCustomAttributes(typeof(GetTyphoonInfo), new DesignerAttribute(typeof(GetTyphoonInfoDesigner)));
            builder.AddCustomAttributes(typeof(GetTyphoonInfo), new HelpKeywordAttribute("https://go.uipath.com"));

            // Regular Feed
            builder.AddCustomAttributes(typeof(GetForecast), categoryAttributeRegular);
            builder.AddCustomAttributes(typeof(GetForecast), new DesignerAttribute(typeof(GetForecastDesigner)));
            builder.AddCustomAttributes(typeof(GetForecast), new HelpKeywordAttribute("https://go.uipath.com"));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #23
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(ChangeWallpaper), categoryAttribute);
            builder.AddCustomAttributes(typeof(ChangeWallpaper), new DesignerAttribute(typeof(ChangeWallpaperDesigner)));
            builder.AddCustomAttributes(typeof(ChangeWallpaper), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GenerateWallpaper), categoryAttribute);
            builder.AddCustomAttributes(typeof(GenerateWallpaper), new DesignerAttribute(typeof(GenerateWallpaperDesigner)));
            builder.AddCustomAttributes(typeof(GenerateWallpaper), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GenerateWallpaperWithImageFile), categoryAttribute);
            builder.AddCustomAttributes(typeof(GenerateWallpaperWithImageFile), new DesignerAttribute(typeof(GenerateWallpaperWithImageFileDesigner)));
            builder.AddCustomAttributes(typeof(GenerateWallpaperWithImageFile), new HelpKeywordAttribute(""));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #24
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(TestcaseReportScope), categoryAttribute);
            builder.AddCustomAttributes(typeof(TestcaseReportScope), new DesignerAttribute(typeof(TestcaseReportScopeDesigner)));
            builder.AddCustomAttributes(typeof(TestcaseReportScope), new HelpKeywordAttribute("https://go.uipath.com"));

            builder.AddCustomAttributes(typeof(TestcaseScope), categoryAttribute);
            builder.AddCustomAttributes(typeof(TestcaseScope), new DesignerAttribute(typeof(TestcaseScopeDesigner)));
            builder.AddCustomAttributes(typeof(TestcaseScope), new HelpKeywordAttribute("https://go.uipath.com"));

            builder.AddCustomAttributes(typeof(LogTestStatus), categoryAttribute);
            builder.AddCustomAttributes(typeof(LogTestStatus), new DesignerAttribute(typeof(LogTestStatusDesigner)));
            builder.AddCustomAttributes(typeof(LogTestStatus), new HelpKeywordAttribute("https://go.uipath.com"));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #25
0
        public void Register()
        {
            #region Setup

            var builder = new AttributeTableBuilder();
            builder.ValidateTable();

            var categoryAttribute            = new CategoryAttribute($"{Resources.Category}");
            var recognizersCategoryAttribute = new CategoryAttribute($"{Resources.RecognizersCategory}");

            #endregion Setup

            builder.AddCustomAttributes(typeof(AutoReceiptActivity), recognizersCategoryAttribute);
            builder.AddCustomAttributes(typeof(AutoReceiptActivity), new DesignerAttribute(typeof(AutoReceiptActivityDesigner)));
            builder.AddCustomAttributes(typeof(AutoReceiptActivity), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(CcintOcrClientActivity), categoryAttribute);
            builder.AddCustomAttributes(typeof(CcintOcrClientActivity), new DesignerAttribute(typeof(CcintOcrClientActivityDesigner)));
            builder.AddCustomAttributes(typeof(CcintOcrClientActivity), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #26
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(SSHConnectScope), categoryAttribute);
            builder.AddCustomAttributes(typeof(SSHConnectScope), new DesignerAttribute(typeof(SSHConnectScopeDesigner)));
            builder.AddCustomAttributes(typeof(SSHConnectScope), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(SSHRunShellCommand), categoryAttribute);
            builder.AddCustomAttributes(typeof(SSHRunShellCommand), new DesignerAttribute(typeof(SSHRunShellCommandDesigner)));
            builder.AddCustomAttributes(typeof(SSHRunShellCommand), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(SSHRunCommand), categoryAttribute);
            builder.AddCustomAttributes(typeof(SSHRunCommand), new DesignerAttribute(typeof(SSHRunCommandDesigner)));
            builder.AddCustomAttributes(typeof(SSHRunCommand), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #27
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(SelectFolder), categoryAttribute);
            builder.AddCustomAttributes(typeof(SelectFolder), new DesignerAttribute(typeof(SelectFolderDesigner)));
            builder.AddCustomAttributes(typeof(SelectFolder), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(OpenFileDialog), categoryAttribute);
            builder.AddCustomAttributes(typeof(OpenFileDialog), new DesignerAttribute(typeof(OpenFileDialogDesigner)));
            builder.AddCustomAttributes(typeof(OpenFileDialog), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(SaveFileDialog), categoryAttribute);
            builder.AddCustomAttributes(typeof(SaveFileDialog), new DesignerAttribute(typeof(SaveFileDialogDesigner)));
            builder.AddCustomAttributes(typeof(SaveFileDialog), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #28
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(IndicoScope), categoryAttribute);
            builder.AddCustomAttributes(typeof(IndicoScope), new DesignerAttribute(typeof(IndicoScopeDesigner)));
            builder.AddCustomAttributes(typeof(IndicoScope), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ListDatasets), categoryAttribute);
            builder.AddCustomAttributes(typeof(ListDatasets), new DesignerAttribute(typeof(ListDatasetsDesigner)));
            builder.AddCustomAttributes(typeof(ListDatasets), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(GetModelGroup), categoryAttribute);
            builder.AddCustomAttributes(typeof(GetModelGroup), new DesignerAttribute(typeof(GetModelGroupDesigner)));
            builder.AddCustomAttributes(typeof(GetModelGroup), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var parentScopeCategoryAttribute          = new CategoryAttribute($"{Resources.Category}");
            var lowLevelScopeCategoryAttribute        = new CategoryAttribute(parentScopeCategoryAttribute.Category + "." + $"{Resources.LowLevelScopeCategory}");
            var evaluateScopeCategoryAttribute        = new CategoryAttribute(parentScopeCategoryAttribute.Category + "." + $"{Resources.EvaluateScopeCategory}");
            var expressionScopeCategoryAttribute      = new CategoryAttribute(parentScopeCategoryAttribute.Category + "." + $"{Resources.ExpressionScopeCategory}");
            var kernelScopeCategoryAttribute          = new CategoryAttribute(parentScopeCategoryAttribute.Category + "." + $"{Resources.KernelScopeCategory}");
            var lowLevelPacketScopeCategoryAttribute  = new CategoryAttribute(lowLevelScopeCategoryAttribute.Category + "." + $"{Resources.LowLevelPacketScopeCategory}");
            var lowLevelGetDataScopeCategoryAttribute = new CategoryAttribute(lowLevelScopeCategoryAttribute.Category + "." + $"{Resources.LowLevelGetDataScopeCategory}");
            var lowLevelPutDataScopeCategoryAttribute = new CategoryAttribute(lowLevelScopeCategoryAttribute.Category + "." + $"{Resources.LowLevelPutDataScopeCategory}");

            builder.AddCustomAttributes(typeof(WolframLanguageScope), parentScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(WolframLanguageScope), new DesignerAttribute(typeof(ParentScopeDesigner)));
            builder.AddCustomAttributes(typeof(WolframLanguageScope), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(OpenKernelActivity), kernelScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(OpenKernelActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(OpenKernelActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(CloseKernelActivity), kernelScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(CloseKernelActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(CloseKernelActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(CreateExpressionActivity), expressionScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(CreateExpressionActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(CreateExpressionActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(ApplyExpressionActivity), expressionScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(ApplyExpressionActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(ApplyExpressionActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(EvaluateExprActivity), evaluateScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(EvaluateExprActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(EvaluateExprActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(EvaluateToImageActivity), evaluateScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(EvaluateToImageActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(EvaluateToImageActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(EvaluateToInputFormActivity), evaluateScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(EvaluateToInputFormActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(EvaluateToInputFormActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(EvaluateToOutputFormActivity), evaluateScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(EvaluateToOutputFormActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(EvaluateToOutputFormActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(EndPacketActivity), lowLevelPacketScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(EndPacketActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(EndPacketActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(FlushActivity), lowLevelPacketScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(FlushActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(FlushActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(GetActivity <>), lowLevelGetDataScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(GetActivity <>), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(GetActivity <>), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(GetExpressionActivity), lowLevelGetDataScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(GetExpressionActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(GetExpressionActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(NewPacketActivity), lowLevelPacketScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(NewPacketActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(NewPacketActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(PeekExpressionActivity), lowLevelGetDataScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(PeekExpressionActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(PeekExpressionActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(PutActivity), lowLevelPutDataScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(PutActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(PutActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(PutArgCountActivity), lowLevelPutDataScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(PutArgCountActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(PutArgCountActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(PutDataActivity), lowLevelPutDataScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(PutDataActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(PutDataActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(PutNextActivity), lowLevelPutDataScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(PutNextActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(PutNextActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(PutReferenceActivity), lowLevelPutDataScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(PutReferenceActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(PutReferenceActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(PutSymbolActivity), lowLevelPutDataScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(PutSymbolActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(PutSymbolActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(WaitForPacketActivity), lowLevelPacketScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(WaitForPacketActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(WaitForPacketActivity), new HelpKeywordAttribute("https://troyweb.com"));

            builder.AddCustomAttributes(typeof(PutFunctionActivity), lowLevelPutDataScopeCategoryAttribute);
            builder.AddCustomAttributes(typeof(PutFunctionActivity), new DesignerAttribute(typeof(ChildActivityDesigner)));
            builder.AddCustomAttributes(typeof(PutFunctionActivity), new HelpKeywordAttribute("https://troyweb.com"));

            MetadataStore.AddAttributeTable(builder.CreateTable());
        }
Exemple #30
0
        public void Register()
        {
            var builder = new AttributeTableBuilder();

            builder.ValidateTable();

            var categoryAttribute = new CategoryAttribute($"{Resources.Category}");

            builder.AddCustomAttributes(typeof(SplitTextNewLines), categoryAttribute);
            builder.AddCustomAttributes(typeof(SplitTextNewLines), new DesignerAttribute(typeof(SplitTextNewLinesDesigner)));
            builder.AddCustomAttributes(typeof(SplitTextNewLines), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(TextApplicationScope), categoryAttribute);
            builder.AddCustomAttributes(typeof(TextApplicationScope), new DesignerAttribute(typeof(TextApplicationScopeDesigner)));
            builder.AddCustomAttributes(typeof(TextApplicationScope), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(CountWordsInText), categoryAttribute);
            builder.AddCustomAttributes(typeof(CountWordsInText), new DesignerAttribute(typeof(CountWordsInTextDesigner)));
            builder.AddCustomAttributes(typeof(CountWordsInText), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(RemoveEmptyRows), categoryAttribute);
            builder.AddCustomAttributes(typeof(RemoveEmptyRows), new DesignerAttribute(typeof(RemoveEmptyRowsDesigner)));
            builder.AddCustomAttributes(typeof(RemoveEmptyRows), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(SplitTextRows), categoryAttribute);
            builder.AddCustomAttributes(typeof(SplitTextRows), new DesignerAttribute(typeof(SplitTextRowsDesigner)));
            builder.AddCustomAttributes(typeof(SplitTextRows), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ExtractAllLinesBelowAnchorText), categoryAttribute);
            builder.AddCustomAttributes(typeof(ExtractAllLinesBelowAnchorText), new DesignerAttribute(typeof(ExtractAllLinesBelowAnchorTextDesigner)));
            builder.AddCustomAttributes(typeof(ExtractAllLinesBelowAnchorText), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ExtractTextBelowAnchorWords), categoryAttribute);
            builder.AddCustomAttributes(typeof(ExtractTextBelowAnchorWords), new DesignerAttribute(typeof(ExtractTextBelowAnchorWordsDesigner)));
            builder.AddCustomAttributes(typeof(ExtractTextBelowAnchorWords), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ExtractTextBetweenTwoAnchorWords), categoryAttribute);
            builder.AddCustomAttributes(typeof(ExtractTextBetweenTwoAnchorWords), new DesignerAttribute(typeof(ExtractTextBetweenTwoAnchorWordsDesigner)));
            builder.AddCustomAttributes(typeof(ExtractTextBetweenTwoAnchorWords), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ExtractTextAboveAnchorWords), categoryAttribute);
            builder.AddCustomAttributes(typeof(ExtractTextAboveAnchorWords), new DesignerAttribute(typeof(ExtractTextAboveAnchorWordsDesigner)));
            builder.AddCustomAttributes(typeof(ExtractTextAboveAnchorWords), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ExtractTextUntilBlankLine), categoryAttribute);
            builder.AddCustomAttributes(typeof(ExtractTextUntilBlankLine), new DesignerAttribute(typeof(ExtractTextUntilBlankLineDesigner)));
            builder.AddCustomAttributes(typeof(ExtractTextUntilBlankLine), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(RemoveWords), categoryAttribute);
            builder.AddCustomAttributes(typeof(RemoveWords), new DesignerAttribute(typeof(RemoveWordsDesigner)));
            builder.AddCustomAttributes(typeof(RemoveWords), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(EncryptValue), categoryAttribute);
            builder.AddCustomAttributes(typeof(EncryptValue), new DesignerAttribute(typeof(EncryptValueDesigner)));
            builder.AddCustomAttributes(typeof(EncryptValue), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(DecryptValue), categoryAttribute);
            builder.AddCustomAttributes(typeof(DecryptValue), new DesignerAttribute(typeof(DecryptValueDesigner)));
            builder.AddCustomAttributes(typeof(DecryptValue), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(SplitTextByBlankLines), categoryAttribute);
            builder.AddCustomAttributes(typeof(SplitTextByBlankLines), new DesignerAttribute(typeof(SplitTextByBlankLinesDesigner)));
            builder.AddCustomAttributes(typeof(SplitTextByBlankLines), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ReplaceWords), categoryAttribute);
            builder.AddCustomAttributes(typeof(ReplaceWords), new DesignerAttribute(typeof(ReplaceWordsDesigner)));
            builder.AddCustomAttributes(typeof(ReplaceWords), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ExtractAllCharactersUntilWhiteSpace), categoryAttribute);
            builder.AddCustomAttributes(typeof(ExtractAllCharactersUntilWhiteSpace), new DesignerAttribute(typeof(ExtractAllCharactersUntilWhiteSpaceDesigner)));
            builder.AddCustomAttributes(typeof(ExtractAllCharactersUntilWhiteSpace), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(FindArrayItems), categoryAttribute);
            builder.AddCustomAttributes(typeof(FindArrayItems), new DesignerAttribute(typeof(FindArrayItemsDesigner)));
            builder.AddCustomAttributes(typeof(FindArrayItems), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(MatchItemInArray), categoryAttribute);
            builder.AddCustomAttributes(typeof(MatchItemInArray), new DesignerAttribute(typeof(MatchItemInArrayDesigner)));
            builder.AddCustomAttributes(typeof(MatchItemInArray), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ExtractAllCharactersUntilNextLetter), categoryAttribute);
            builder.AddCustomAttributes(typeof(ExtractAllCharactersUntilNextLetter), new DesignerAttribute(typeof(ExtractAllCharactersUntilNextLetterDesigner)));
            builder.AddCustomAttributes(typeof(ExtractAllCharactersUntilNextLetter), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(ReadTextFileEncondig), categoryAttribute);
            builder.AddCustomAttributes(typeof(ReadTextFileEncondig), new DesignerAttribute(typeof(ReadTextFileEncondigDesigner)));
            builder.AddCustomAttributes(typeof(ReadTextFileEncondig), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(DetectLanguage), categoryAttribute);
            builder.AddCustomAttributes(typeof(DetectLanguage), new DesignerAttribute(typeof(DetectLanguageDesigner)));
            builder.AddCustomAttributes(typeof(DetectLanguage), new HelpKeywordAttribute(""));

            builder.AddCustomAttributes(typeof(DetectSentiment), categoryAttribute);
            builder.AddCustomAttributes(typeof(DetectSentiment), new DesignerAttribute(typeof(DetectSentimentDesigner)));
            builder.AddCustomAttributes(typeof(DetectSentiment), new HelpKeywordAttribute(""));


            MetadataStore.AddAttributeTable(builder.CreateTable());
        }