📄 reference.cs
字号:
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行库版本:2.0.50727.1433
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace WFwork.WcfDataDBManager {
using System.Runtime.Serialization;
using System;
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="组列表", Namespace="http://schemas.datacontract.org/2004/07/DataDBServer")]
[System.SerializableAttribute()]
public partial class 组列表 : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string 组名Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string 组税明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 组名 {
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("组税明");
}
}
}
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.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="用户列表", Namespace="http://schemas.datacontract.org/2004/07/DataDBServer")]
[System.SerializableAttribute()]
public partial class 用户列表 : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string 用户信息Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string 用户名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 用户信息 {
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("用户名");
}
}
}
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.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="用户组", Namespace="http://schemas.datacontract.org/2004/07/DataDBServer")]
[System.SerializableAttribute()]
public partial class 用户组 : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int 流水号Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string 用户名Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string 组名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 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 string 组名 {
get {
return this.组名Field;
}
set {
if ((object.ReferenceEquals(this.组名Field, 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="WcfDataDBManager.IDataDBManager")]
public interface IDataDBManager {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataDBManager/GetGroups", ReplyAction="http://tempuri.org/IDataDBManager/GetGroupsResponse")]
WFwork.WcfDataDBManager.组列表[] GetGroups(string Group);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataDBManager/GetUsers", ReplyAction="http://tempuri.org/IDataDBManager/GetUsersResponse")]
WFwork.WcfDataDBManager.用户列表[] GetUsers(string UserName);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataDBManager/GetUsersGroups", ReplyAction="http://tempuri.org/IDataDBManager/GetUsersGroupsResponse")]
WFwork.WcfDataDBManager.用户组[] GetUsersGroups(string UserName, string Group);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataDBManager/AddGroup", ReplyAction="http://tempuri.org/IDataDBManager/AddGroupResponse")]
int AddGroup(WFwork.WcfDataDBManager.组列表 Group);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataDBManager/AddUser", ReplyAction="http://tempuri.org/IDataDBManager/AddUserResponse")]
int AddUser(WFwork.WcfDataDBManager.用户列表 User);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataDBManager/AddUserToGroup", ReplyAction="http://tempuri.org/IDataDBManager/AddUserToGroupResponse")]
int AddUserToGroup(WFwork.WcfDataDBManager.用户组 UserGroup);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataDBManager/DeleteGroup", ReplyAction="http://tempuri.org/IDataDBManager/DeleteGroupResponse")]
int DeleteGroup(WFwork.WcfDataDBManager.组列表 Group);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataDBManager/DeleteUser", ReplyAction="http://tempuri.org/IDataDBManager/DeleteUserResponse")]
int DeleteUser(WFwork.WcfDataDBManager.用户列表 User);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataDBManager/RemoveUserFromGroup", ReplyAction="http://tempuri.org/IDataDBManager/RemoveUserFromGroupResponse")]
int RemoveUserFromGroup(string UserName, string GroupName);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataDBManager/UpDateGroup", ReplyAction="http://tempuri.org/IDataDBManager/UpDateGroupResponse")]
int UpDateGroup(WFwork.WcfDataDBManager.组列表 Group);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDataDBManager/UpDateUser", ReplyAction="http://tempuri.org/IDataDBManager/UpDateUserResponse")]
int UpDateUser(WFwork.WcfDataDBManager.用户列表 User);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
public interface IDataDBManagerChannel : WFwork.WcfDataDBManager.IDataDBManager, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
public partial class DataDBManagerClient : System.ServiceModel.ClientBase<WFwork.WcfDataDBManager.IDataDBManager>, WFwork.WcfDataDBManager.IDataDBManager {
public DataDBManagerClient() {
}
public DataDBManagerClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public DataDBManagerClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public DataDBManagerClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public DataDBManagerClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public WFwork.WcfDataDBManager.组列表[] GetGroups(string Group) {
return base.Channel.GetGroups(Group);
}
public WFwork.WcfDataDBManager.用户列表[] GetUsers(string UserName) {
return base.Channel.GetUsers(UserName);
}
public WFwork.WcfDataDBManager.用户组[] GetUsersGroups(string UserName, string Group) {
return base.Channel.GetUsersGroups(UserName, Group);
}
public int AddGroup(WFwork.WcfDataDBManager.组列表 Group) {
return base.Channel.AddGroup(Group);
}
public int AddUser(WFwork.WcfDataDBManager.用户列表 User) {
return base.Channel.AddUser(User);
}
public int AddUserToGroup(WFwork.WcfDataDBManager.用户组 UserGroup) {
return base.Channel.AddUserToGroup(UserGroup);
}
public int DeleteGroup(WFwork.WcfDataDBManager.组列表 Group) {
return base.Channel.DeleteGroup(Group);
}
public int DeleteUser(WFwork.WcfDataDBManager.用户列表 User) {
return base.Channel.DeleteUser(User);
}
public int RemoveUserFromGroup(string UserName, string GroupName) {
return base.Channel.RemoveUserFromGroup(UserName, GroupName);
}
public int UpDateGroup(WFwork.WcfDataDBManager.组列表 Group) {
return base.Channel.UpDateGroup(Group);
}
public int UpDateUser(WFwork.WcfDataDBManager.用户列表 User) {
return base.Channel.UpDateUser(User);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -