⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reference.cs

📁 工作流相关资料及源码,包含NETBPM,非常具有参考价值.
💻 CS
📖 第 1 页 / 共 2 页
字号:
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string 办理人Field;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string 发起人Field;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private int 状态Field;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string 结果Field;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private int 自动编号Field;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private int 讨论意见状态Field;
        
        [global::System.ComponentModel.BrowsableAttribute(false)]
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
            get {
                return this.extensionDataField;
            }
            set {
                this.extensionDataField = value;
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string GUID {
            get {
                return this.GUIDField;
            }
            set {
                if ((object.ReferenceEquals(this.GUIDField, value) != true)) {
                    this.GUIDField = value;
                    this.RaisePropertyChanged("GUID");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string 内容 {
            get {
                return this.内容Field;
            }
            set {
                if ((object.ReferenceEquals(this.内容Field, value) != true)) {
                    this.内容Field = value;
                    this.RaisePropertyChanged("内容");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string 办理人 {
            get {
                return this.办理人Field;
            }
            set {
                if ((object.ReferenceEquals(this.办理人Field, value) != true)) {
                    this.办理人Field = value;
                    this.RaisePropertyChanged("办理人");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string 发起人 {
            get {
                return this.发起人Field;
            }
            set {
                if ((object.ReferenceEquals(this.发起人Field, value) != true)) {
                    this.发起人Field = value;
                    this.RaisePropertyChanged("发起人");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int 状态 {
            get {
                return this.状态Field;
            }
            set {
                if ((this.状态Field.Equals(value) != true)) {
                    this.状态Field = value;
                    this.RaisePropertyChanged("状态");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string 结果 {
            get {
                return this.结果Field;
            }
            set {
                if ((object.ReferenceEquals(this.结果Field, value) != true)) {
                    this.结果Field = value;
                    this.RaisePropertyChanged("结果");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int 自动编号 {
            get {
                return this.自动编号Field;
            }
            set {
                if ((this.自动编号Field.Equals(value) != true)) {
                    this.自动编号Field = value;
                    this.RaisePropertyChanged("自动编号");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int 讨论意见状态 {
            get {
                return this.讨论意见状态Field;
            }
            set {
                if ((this.讨论意见状态Field.Equals(value) != true)) {
                    this.讨论意见状态Field = value;
                    this.RaisePropertyChanged("讨论意见状态");
                }
            }
        }
        
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
        
        protected void RaisePropertyChanged(string propertyName) {
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
            if ((propertyChanged != null)) {
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
            }
        }
    }
    
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
    [System.ServiceModel.ServiceContractAttribute(ConfigurationName="wf.IWFManager")]
    public interface IWFManager {
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IWFManager/CreateInstance", ReplyAction="http://tempuri.org/IWFManager/CreateInstanceResponse")]
        [System.ServiceModel.ServiceKnownTypeAttribute(typeof(WFwork.wf.讨论意见[]))]
        [System.ServiceModel.ServiceKnownTypeAttribute(typeof(WFwork.wf.讨论意见))]
        [System.ServiceModel.ServiceKnownTypeAttribute(typeof(WFwork.wf.讨论流程[]))]
        [System.ServiceModel.ServiceKnownTypeAttribute(typeof(WFwork.wf.讨论流程))]
        [System.ServiceModel.ServiceKnownTypeAttribute(typeof(WFwork.wf.流程视图[]))]
        [System.ServiceModel.ServiceKnownTypeAttribute(typeof(WFwork.wf.流程视图))]
        [System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))]
        string CreateInstance(string StartPerson, string Title, object[] ls, object[] messageSend);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IWFManager/getPartakeFlow", ReplyAction="http://tempuri.org/IWFManager/getPartakeFlowResponse")]
        WFwork.wf.讨论意见[] getPartakeFlow(string PartakeName, int v);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IWFManager/getStartFlow", ReplyAction="http://tempuri.org/IWFManager/getStartFlowResponse")]
        WFwork.wf.讨论流程[] getStartFlow(string StartPerson, int v);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IWFManager/StaticRuntime", ReplyAction="http://tempuri.org/IWFManager/StaticRuntimeResponse")]
        int StaticRuntime();
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IWFManager/Vote", ReplyAction="http://tempuri.org/IWFManager/VoteResponse")]
        int Vote(string Id, string PartakeName, string Result);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IWFManager/getPartakeFlowView", ReplyAction="http://tempuri.org/IWFManager/getPartakeFlowViewResponse")]
        WFwork.wf.流程视图[] getPartakeFlowView(string PartakeName, int v);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IWFManager/getPartakeFlowView2", ReplyAction="http://tempuri.org/IWFManager/getPartakeFlowView2Response")]
        WFwork.wf.流程视图[] getPartakeFlowView2(string guid);
    }
    
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
    public interface IWFManagerChannel : WFwork.wf.IWFManager, System.ServiceModel.IClientChannel {
    }
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
    public partial class WFManagerClient : System.ServiceModel.ClientBase<WFwork.wf.IWFManager>, WFwork.wf.IWFManager {
        
        public WFManagerClient() {
        }
        
        public WFManagerClient(string endpointConfigurationName) : 
                base(endpointConfigurationName) {
        }
        
        public WFManagerClient(string endpointConfigurationName, string remoteAddress) : 
                base(endpointConfigurationName, remoteAddress) {
        }
        
        public WFManagerClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : 
                base(endpointConfigurationName, remoteAddress) {
        }
        
        public WFManagerClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : 
                base(binding, remoteAddress) {
        }
        
        public string CreateInstance(string StartPerson, string Title, object[] ls, object[] messageSend) {
            return base.Channel.CreateInstance(StartPerson, Title, ls, messageSend);
        }
        
        public WFwork.wf.讨论意见[] getPartakeFlow(string PartakeName, int v) {
            return base.Channel.getPartakeFlow(PartakeName, v);
        }
        
        public WFwork.wf.讨论流程[] getStartFlow(string StartPerson, int v) {
            return base.Channel.getStartFlow(StartPerson, v);
        }
        
        public int StaticRuntime() {
            return base.Channel.StaticRuntime();
        }
        
        public int Vote(string Id, string PartakeName, string Result) {
            return base.Channel.Vote(Id, PartakeName, Result);
        }
        
        public WFwork.wf.流程视图[] getPartakeFlowView(string PartakeName, int v) {
            return base.Channel.getPartakeFlowView(PartakeName, v);
        }
        
        public WFwork.wf.流程视图[] getPartakeFlowView2(string guid) {
            return base.Channel.getPartakeFlowView2(guid);
        }
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -