Ejemplo n.º 1
0
 /// <summary>
 /// Creates a new <see cref="ReceivePort"/>
 /// </summary>
 public ReceivePort()
 {
     this.receiveLocations    = new BizTalkBaseObjectCollectionEx();
     this.outboundMaps        = new NameIdPairCollection();
     this.inboundMaps         = new NameIdPairCollection();
     this.boundOrchestrations = new NameIdPairCollection();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates a new <see cref="Host"/>
 /// </summary>
 public Host()
 {
     this.hostInstances          = new BizTalkBaseObjectCollectionEx();
     this.hostedReceiveLocations = new NameIdPairCollection();
     this.hostedOrchestrations   = new NameIdPairCollection();
     this.hostedSendPorts        = new NameIdPairCollection();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Creates a new <see cref="BizTalkAssembly"/>
 /// </summary>
 public BizTalkAssembly()
 {
     this.schemas        = new NameIdPairCollection();
     this.maps           = new NameIdPairCollection();
     this.pipelines      = new NameIdPairCollection();
     this.orchestrations = new NameIdPairCollection();
 }
 /// <summary>
 /// Creates a new <see cref="SendPort"/>
 /// </summary>
 public SendPort()
 {
     this.priority            = 5;
     this.filterGroups        = new BizTalkBaseObjectCollectionEx();
     this.outboundMaps        = new NameIdPairCollection();
     this.inboundMaps         = new NameIdPairCollection();
     this.parentGroups        = new NameIdPairCollection();
     this.boundOrchestrations = new NameIdPairCollection();
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Constructor
 /// </summary>
 public BizTalkApplication()
 {
     this.schemas                    = new BizTalkBaseObjectCollectionEx();
     this.assemblies                 = new BizTalkBaseObjectCollectionEx();
     this.pipelines                  = new BizTalkBaseObjectCollectionEx();
     this.sendPorts                  = new BizTalkBaseObjectCollectionEx();
     this.sendPortGroups             = new BizTalkBaseObjectCollectionEx();
     this.receivePorts               = new BizTalkBaseObjectCollectionEx();
     this.maps                       = new BizTalkBaseObjectCollectionEx();
     this.orchestrations             = new BizTalkBaseObjectCollectionEx();
     this.referencedApplications     = new NameIdPairCollection();
     this.backReferencedApplications = new NameIdPairCollection();
     this.roleLinks                  = new BizTalkBaseObjectCollectionEx();
 }
Ejemplo n.º 6
0
 public Orchestration()
 {
     this.ports = new BizTalkBaseObjectCollectionEx();
     this.invokedOrchestrations = new BizTalkBaseObjectCollectionEx();
     this.variables             = new BizTalkBaseObjectCollectionEx();
     this.messages            = new BizTalkBaseObjectCollectionEx();
     this.correlationSets     = new BizTalkBaseObjectCollectionEx();
     this.correlationSetTypes = new BizTalkBaseObjectCollectionEx();
     this.calledRules         = new ArrayList();
     this.transforms          = new NameIdPairCollection();
     this.shapeMap            = new ArrayList();
     this.coverageShapes      = new Hashtable();
     this.trackedShapeIds     = new ArrayList();
     this.orchestrationErrors = new ArrayList();
     this.multiPartMessages   = new BizTalkBaseObjectCollectionEx();
     this.roleLinks           = new BizTalkBaseObjectCollectionEx();
 }
 public Protocol()
 {
     this.sendPorts        = new NameIdPairCollection();
     this.receiveLocations = new NameIdPairCollection();
 }
Ejemplo n.º 8
0
 /// <summary>
 /// Creates a new <see cref="Pipeline"/>
 /// </summary>
 public Pipeline()
 {
     this.receiveLocations = new NameIdPairCollection();
 }
 public Transform()
 {
     this.sendPorts      = new NameIdPairCollection();
     this.receivePorts   = new NameIdPairCollection();
     this.orchestrations = new NameIdPairCollection();
 }
Ejemplo n.º 10
0
 /// <summary>
 ///
 /// </summary>
 public Party()
 {
     this.aliases   = new BizTalkBaseObjectCollectionEx();
     this.roleLinks = new NameIdPairCollection();
     this.sendPorts = new NameIdPairCollection();
 }
Ejemplo n.º 11
0
        //private string qualifier;
        //private string value;

        /// <summary>
        ///
        /// </summary>
        public Role()
        {
            this.enlistedParties = new NameIdPairCollection();
        }
Ejemplo n.º 12
0
 public SendPortGroup()
 {
     sendPorts                = new NameIdPairCollection();
     this.filterGroups        = new BizTalkBaseObjectCollectionEx();
     this.boundOrchestrations = new NameIdPairCollection();
 }