Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews BizTalk Server Interviews:Biztalk AdapterBiztalk ApplicationBiztalk BamBiztalk Business Rule EngineBiztalk DatabaseBiztalk EdiBiztalk Esb ToolkitBiztalk FunctoidBiztalk Helper ClassBiztalk Hl7Biztalk MapBiztalk OrchestrationBiztalk PipelineBiztalk SchemaBiztalk Visual StudioBiztalk Xslt
Copyright © 2018. All Rights Reserved
Biztalk Pipeline Interview Question:
Please explain why attributes are added to class while developing a custom component?
Submitted by: MuhammadTo indicate that the component is a custom pipeline component and in which stage it can be used, couple of attributes are added to the class.
[ComponentCategory(CategoryTypes.CATID_PipelineComponent)] -- This attribute tells that the component is cutom pipeline component
[ComponentCategory(CategoryTypes.CATID_Any)] -- This attribute tells that the component can be used at any stage
OR
[ComponentCategory(CategoryTypes.CATID_DisassemblingParser)] -- This attribute tells that the component can be used only on Disassemble stage
Submitted by: Muhammad
[ComponentCategory(CategoryTypes.CATID_PipelineComponent)] -- This attribute tells that the component is cutom pipeline component
[ComponentCategory(CategoryTypes.CATID_Any)] -- This attribute tells that the component can be used at any stage
OR
[ComponentCategory(CategoryTypes.CATID_DisassemblingParser)] -- This attribute tells that the component can be used only on Disassemble stage
Submitted by: Muhammad
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.