/// <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(); }
/// <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(); }
/// <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(); }
/// <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(); }
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(); }
/// <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(); }
/// <summary> /// /// </summary> public Party() { this.aliases = new BizTalkBaseObjectCollectionEx(); this.roleLinks = new NameIdPairCollection(); this.sendPorts = new NameIdPairCollection(); }
//private string qualifier; //private string value; /// <summary> /// /// </summary> public Role() { this.enlistedParties = new NameIdPairCollection(); }
public SendPortGroup() { sendPorts = new NameIdPairCollection(); this.filterGroups = new BizTalkBaseObjectCollectionEx(); this.boundOrchestrations = new NameIdPairCollection(); }