Exemplo n.º 1
0
        /// <summary>
        ///
        /// </summary>
        /// <param name="ownerActivity"></param>
        /// <param name="transferParams"></param>
        /// <returns></returns>
        public IWfOperation CreateOperation(IWfAnchorActivity ownerActivity, WfBranchesTransferParams transferParams)
        {
            WfOperation operation = new WfOperation(ownerActivity, transferParams);

            operation.AutoTransferReceivers.CopyFrom(transferParams.AutoTransferReceivers);

            return(operation);
        }
Exemplo n.º 2
0
        /// <summary>
        /// 
        /// </summary>
        /// <param name="ownerActivity"></param>
        /// <param name="transferParams"></param>
        /// <returns></returns>
		public IWfOperation CreateOperation(IWfAnchorActivity ownerActivity, WfBranchesTransferParams transferParams)
		{
			WfOperation operation = new WfOperation(ownerActivity, transferParams);

			operation.AutoTransferReceivers.CopyFrom(transferParams.AutoTransferReceivers);

			return operation;
		}