//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
namespace GSMarketSys.nsRightsServiceSSO {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="nsRightsServiceSSO.RightsServiceSSOSoap")]
public interface RightsServiceSSOSoap {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ChangePassword", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult ChangePassword(string userNo, string oldPassword, string newPassword);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ChangePassword", ReplyAction="*")]
System.Threading.Tasks.Task ChangePasswordAsync(string userNo, string oldPassword, string newPassword);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetAppList", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult4Apps GetAppList(string guid, string userNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetAppList", ReplyAction="*")]
System.Threading.Tasks.Task GetAppListAsync(string guid, string userNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/LoginToSSO", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult LoginToSSO(string userNo, string password);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/LoginToSSO", ReplyAction="*")]
System.Threading.Tasks.Task LoginToSSOAsync(string userNo, string password);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IsValidUser", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
bool IsValidUser(string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IsValidUser", ReplyAction="*")]
System.Threading.Tasks.Task IsValidUserAsync(string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetBeProxyFuncs", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult4StringList GetBeProxyFuncs(string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetBeProxyFuncs", ReplyAction="*")]
System.Threading.Tasks.Task GetBeProxyFuncsAsync(string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetBeProxyUsers", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult4StringList GetBeProxyUsers(string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetBeProxyUsers", ReplyAction="*")]
System.Threading.Tasks.Task GetBeProxyUsersAsync(string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetBeProxyRoles", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult4StringList GetBeProxyRoles(string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetBeProxyRoles", ReplyAction="*")]
System.Threading.Tasks.Task GetBeProxyRolesAsync(string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetChildDeptList", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult4Depts GetChildDeptList(string guid, string appNo, string deptNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetChildDeptList", ReplyAction="*")]
System.Threading.Tasks.Task GetChildDeptListAsync(string guid, string appNo, string deptNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetDeptInfo", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult4Depts GetDeptInfo(string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetDeptInfo", ReplyAction="*")]
System.Threading.Tasks.Task GetDeptInfoAsync(string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetFunctions", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult4Functions GetFunctions(string modelNo, bool isAuthorized, string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetFunctions", ReplyAction="*")]
System.Threading.Tasks.Task GetFunctionsAsync(string modelNo, bool isAuthorized, string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetUserFunList", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult4StringList GetUserFunList(string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetUserFunList", ReplyAction="*")]
System.Threading.Tasks.Task GetUserFunListAsync(string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetModule", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult4Menus GetModule(decimal id, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetModule", ReplyAction="*")]
System.Threading.Tasks.Task GetModuleAsync(decimal id, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetNavigatorMenu", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult4Menus GetNavigatorMenu(decimal parentID, string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetNavigatorMenu", ReplyAction="*")]
System.Threading.Tasks.Task GetNavigatorMenuAsync(decimal parentID, string userNo, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IsLoginedToSSO", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
bool IsLoginedToSSO(string userNo, string guid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IsLoginedToSSO", ReplyAction="*")]
System.Threading.Tasks.Task IsLoginedToSSOAsync(string userNo, string guid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/UpdateStyle", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult UpdateStyle(string userNo, string extend1, string extend2, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/UpdateStyle", ReplyAction="*")]
System.Threading.Tasks.Task UpdateStyleAsync(string userNo, string extend1, string extend2, string guid, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/LoginToApp", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseEntity))]
GSMarketSys.nsRightsServiceSSO.OperationResult LoginToApp(string userNo, string password, string appNo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/LoginToApp", ReplyAction="*")]
System.Threading.Tasks.Task LoginToAppAsync(string userNo, string password, string appNo);
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OperationResult4Menus))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OperationResult4Functions))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OperationResult4Depts))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OperationResult4StringList))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(OperationResult4Apps))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1064.2")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
public partial class OperationResult : object, System.ComponentModel.INotifyPropertyChanged {
private int errorCodeField;
private bool flagField;
private string messageField;
private string detailMessageField;
private object tagField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public int ErrorCode {
get {
return this.errorCodeField;
}
set {
this.errorCodeField = value;
this.RaisePropertyChanged("ErrorCode");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public bool Flag {
get {
return this.flagField;
}
set {
this.flagField = value;
this.RaisePropertyChanged("Flag");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string Message {
get {
return this.messageField;
}
set {
this.messageField = value;
this.RaisePropertyChanged("Message");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string DetailMessage {
get {
return this.detailMessageField;
}
set {
this.detailMessageField = value;
this.RaisePropertyChanged("DetailMessage");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public object Tag {
get {
return this.tagField;
}
set {
this.tagField = value;
this.RaisePropertyChanged("Tag");
}
}
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.Xml.Serialization.XmlIncludeAttribute(typeof(SYSTEM_TMODULEEntity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ZSICT1_FUNCTIONEntity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ZSICT1_DEPTEntity))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ZSICT1_APPEntity))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1064.2")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
public abstract partial class BaseEntity : object, System.ComponentModel.INotifyPropertyChanged {
private string[] haveSetColValuesField;
private string[] dbNullColsField;
private string connectionKeyField;
///
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
public string[] HaveSetColValues {
get {
return this.haveSetColValuesField;
}
set {
this.haveSetColValuesField = value;
this.RaisePropertyChanged("HaveSetColValues");
}
}
///
[System.Xml.Serialization.XmlArrayAttribute(Order=1)]
public string[] DbNullCols {
get {
return this.dbNullColsField;
}
set {
this.dbNullColsField = value;
this.RaisePropertyChanged("DbNullCols");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string ConnectionKey {
get {
return this.connectionKeyField;
}
set {
this.connectionKeyField = value;
this.RaisePropertyChanged("ConnectionKey");
}
}
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.Xml", "4.6.1064.2")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
public partial class SYSTEM_TMODULEEntity : BaseEntity {
private decimal idField;
private string fCODEField;
private string fMAINALIASField;
private string fAUXIALALIASField;
private decimal fSUPERIDField;
private decimal fORDERINDEXField;
private decimal fAUTHORITYIDField;
private string fSTRINGSCOPEField;
private string fICOSCOPEField;
private string fBMPSCOPEField;
private string fMESSAGESCOPEField;
private decimal fGROUPINDEXField;
private string fBOOLEANCONFIGField;
private decimal fSONHASTABLESField;
private string lASTOPERATEDATEField;
private string eNCRYPTIONKEYField;
private string fTSYSTEMIDField;
private decimal m_LEVELField;
private string m_SHOWINDEXField;
private string m_LINKField;
private string m_ICONField;
private decimal m_ISNEEDLINEField;
private decimal m_ISSHOWField;
private string m_TARGETField;
private string w_NAMESPACEField;
private string w_PATHField;
private string w_MAINFORMNAMEField;
private string wIN_ICONPATHField;
private string wIN_IMAGEPATHField;
private string w_MENULINKField;
private bool hasChildrenField;
private SYSTEM_TMODULEEntity[] childrenField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public decimal ID {
get {
return this.idField;
}
set {
this.idField = value;
this.RaisePropertyChanged("ID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string FCODE {
get {
return this.fCODEField;
}
set {
this.fCODEField = value;
this.RaisePropertyChanged("FCODE");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string FMAINALIAS {
get {
return this.fMAINALIASField;
}
set {
this.fMAINALIASField = value;
this.RaisePropertyChanged("FMAINALIAS");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string FAUXIALALIAS {
get {
return this.fAUXIALALIASField;
}
set {
this.fAUXIALALIASField = value;
this.RaisePropertyChanged("FAUXIALALIAS");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public decimal FSUPERID {
get {
return this.fSUPERIDField;
}
set {
this.fSUPERIDField = value;
this.RaisePropertyChanged("FSUPERID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
public decimal FORDERINDEX {
get {
return this.fORDERINDEXField;
}
set {
this.fORDERINDEXField = value;
this.RaisePropertyChanged("FORDERINDEX");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
public decimal FAUTHORITYID {
get {
return this.fAUTHORITYIDField;
}
set {
this.fAUTHORITYIDField = value;
this.RaisePropertyChanged("FAUTHORITYID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
public string FSTRINGSCOPE {
get {
return this.fSTRINGSCOPEField;
}
set {
this.fSTRINGSCOPEField = value;
this.RaisePropertyChanged("FSTRINGSCOPE");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
public string FICOSCOPE {
get {
return this.fICOSCOPEField;
}
set {
this.fICOSCOPEField = value;
this.RaisePropertyChanged("FICOSCOPE");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
public string FBMPSCOPE {
get {
return this.fBMPSCOPEField;
}
set {
this.fBMPSCOPEField = value;
this.RaisePropertyChanged("FBMPSCOPE");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=10)]
public string FMESSAGESCOPE {
get {
return this.fMESSAGESCOPEField;
}
set {
this.fMESSAGESCOPEField = value;
this.RaisePropertyChanged("FMESSAGESCOPE");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=11)]
public decimal FGROUPINDEX {
get {
return this.fGROUPINDEXField;
}
set {
this.fGROUPINDEXField = value;
this.RaisePropertyChanged("FGROUPINDEX");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=12)]
public string FBOOLEANCONFIG {
get {
return this.fBOOLEANCONFIGField;
}
set {
this.fBOOLEANCONFIGField = value;
this.RaisePropertyChanged("FBOOLEANCONFIG");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=13)]
public decimal FSONHASTABLES {
get {
return this.fSONHASTABLESField;
}
set {
this.fSONHASTABLESField = value;
this.RaisePropertyChanged("FSONHASTABLES");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=14)]
public string LASTOPERATEDATE {
get {
return this.lASTOPERATEDATEField;
}
set {
this.lASTOPERATEDATEField = value;
this.RaisePropertyChanged("LASTOPERATEDATE");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=15)]
public string ENCRYPTIONKEY {
get {
return this.eNCRYPTIONKEYField;
}
set {
this.eNCRYPTIONKEYField = value;
this.RaisePropertyChanged("ENCRYPTIONKEY");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=16)]
public string FTSYSTEMID {
get {
return this.fTSYSTEMIDField;
}
set {
this.fTSYSTEMIDField = value;
this.RaisePropertyChanged("FTSYSTEMID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=17)]
public decimal M_LEVEL {
get {
return this.m_LEVELField;
}
set {
this.m_LEVELField = value;
this.RaisePropertyChanged("M_LEVEL");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=18)]
public string M_SHOWINDEX {
get {
return this.m_SHOWINDEXField;
}
set {
this.m_SHOWINDEXField = value;
this.RaisePropertyChanged("M_SHOWINDEX");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=19)]
public string M_LINK {
get {
return this.m_LINKField;
}
set {
this.m_LINKField = value;
this.RaisePropertyChanged("M_LINK");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=20)]
public string M_ICON {
get {
return this.m_ICONField;
}
set {
this.m_ICONField = value;
this.RaisePropertyChanged("M_ICON");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=21)]
public decimal M_ISNEEDLINE {
get {
return this.m_ISNEEDLINEField;
}
set {
this.m_ISNEEDLINEField = value;
this.RaisePropertyChanged("M_ISNEEDLINE");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=22)]
public decimal M_ISSHOW {
get {
return this.m_ISSHOWField;
}
set {
this.m_ISSHOWField = value;
this.RaisePropertyChanged("M_ISSHOW");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=23)]
public string M_TARGET {
get {
return this.m_TARGETField;
}
set {
this.m_TARGETField = value;
this.RaisePropertyChanged("M_TARGET");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=24)]
public string W_NAMESPACE {
get {
return this.w_NAMESPACEField;
}
set {
this.w_NAMESPACEField = value;
this.RaisePropertyChanged("W_NAMESPACE");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=25)]
public string W_PATH {
get {
return this.w_PATHField;
}
set {
this.w_PATHField = value;
this.RaisePropertyChanged("W_PATH");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=26)]
public string W_MAINFORMNAME {
get {
return this.w_MAINFORMNAMEField;
}
set {
this.w_MAINFORMNAMEField = value;
this.RaisePropertyChanged("W_MAINFORMNAME");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=27)]
public string WIN_ICONPATH {
get {
return this.wIN_ICONPATHField;
}
set {
this.wIN_ICONPATHField = value;
this.RaisePropertyChanged("WIN_ICONPATH");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=28)]
public string WIN_IMAGEPATH {
get {
return this.wIN_IMAGEPATHField;
}
set {
this.wIN_IMAGEPATHField = value;
this.RaisePropertyChanged("WIN_IMAGEPATH");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=29)]
public string W_MENULINK {
get {
return this.w_MENULINKField;
}
set {
this.w_MENULINKField = value;
this.RaisePropertyChanged("W_MENULINK");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=30)]
public bool HasChildren {
get {
return this.hasChildrenField;
}
set {
this.hasChildrenField = value;
this.RaisePropertyChanged("HasChildren");
}
}
///
[System.Xml.Serialization.XmlArrayAttribute(Order=31)]
public SYSTEM_TMODULEEntity[] Children {
get {
return this.childrenField;
}
set {
this.childrenField = value;
this.RaisePropertyChanged("Children");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1064.2")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
public partial class ZSICT1_FUNCTIONEntity : BaseEntity {
private string aPPNOField;
private string fUNCNAMEField;
private decimal fUNCTYPEField;
private string rEMARKField;
private decimal fLAGField;
private System.DateTime lASTMODIFIEDTIMEField;
private decimal mODIDField;
private string lASTMODIFIEDERField;
private string fUNCNOField;
private string mODNOField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string APPNO {
get {
return this.aPPNOField;
}
set {
this.aPPNOField = value;
this.RaisePropertyChanged("APPNO");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string FUNCNAME {
get {
return this.fUNCNAMEField;
}
set {
this.fUNCNAMEField = value;
this.RaisePropertyChanged("FUNCNAME");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public decimal FUNCTYPE {
get {
return this.fUNCTYPEField;
}
set {
this.fUNCTYPEField = value;
this.RaisePropertyChanged("FUNCTYPE");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string REMARK {
get {
return this.rEMARKField;
}
set {
this.rEMARKField = value;
this.RaisePropertyChanged("REMARK");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public decimal FLAG {
get {
return this.fLAGField;
}
set {
this.fLAGField = value;
this.RaisePropertyChanged("FLAG");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
public System.DateTime LASTMODIFIEDTIME {
get {
return this.lASTMODIFIEDTIMEField;
}
set {
this.lASTMODIFIEDTIMEField = value;
this.RaisePropertyChanged("LASTMODIFIEDTIME");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
public decimal MODID {
get {
return this.mODIDField;
}
set {
this.mODIDField = value;
this.RaisePropertyChanged("MODID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
public string LASTMODIFIEDER {
get {
return this.lASTMODIFIEDERField;
}
set {
this.lASTMODIFIEDERField = value;
this.RaisePropertyChanged("LASTMODIFIEDER");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
public string FUNCNO {
get {
return this.fUNCNOField;
}
set {
this.fUNCNOField = value;
this.RaisePropertyChanged("FUNCNO");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
public string MODNO {
get {
return this.mODNOField;
}
set {
this.mODNOField = value;
this.RaisePropertyChanged("MODNO");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1064.2")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
public partial class ZSICT1_DEPTEntity : BaseEntity {
private string dEPTNOField;
private string dEPTNAMEField;
private decimal dEEPField;
private string iSROOTField;
private string rEMARKField;
private decimal fLAGField;
private System.DateTime lASTMODIFIEDTIMEField;
private string rOOTDEPTField;
private string dEPT_TELEField;
private string lASTMODIFIEDERField;
private string fATHERNOField;
private string eXTEND1Field;
private string eXTEND2Field;
private string eXTEND3Field;
private string eXTEND4Field;
private string eXTEND5Field;
private string eXTEND6Field;
private string eXTEND7Field;
private string eXTEND8Field;
private decimal eXTEND9Field;
private decimal eXTEND10Field;
private decimal eXTEND11Field;
private decimal eXTEND12Field;
private System.DateTime eXTEND13Field;
private System.DateTime eXTEND14Field;
private System.DateTime eXTEND15Field;
private System.DateTime eXTEND16Field;
private byte[] bLOB1Field;
private byte[] bLOB2Field;
private byte[] bLOB3Field;
private byte[] bLOB4Field;
private byte[] bLOB5Field;
private string fILENAME_4_BLOB1Field;
private string fILENAME_4_BLOB2Field;
private string fILENAME_4_BLOB3Field;
private string fILENAME_4_BLOB4Field;
private string fILENAME_4_BLOB5Field;
private string mIME_TYPE_4_BLOB1Field;
private string mIME_TYPE_4_BLOB2Field;
private string mIME_TYPE_4_BLOB3Field;
private string mIME_TYPE_4_BLOB4Field;
private string mIME_TYPE_4_BLOB5Field;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string DEPTNO {
get {
return this.dEPTNOField;
}
set {
this.dEPTNOField = value;
this.RaisePropertyChanged("DEPTNO");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string DEPTNAME {
get {
return this.dEPTNAMEField;
}
set {
this.dEPTNAMEField = value;
this.RaisePropertyChanged("DEPTNAME");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public decimal DEEP {
get {
return this.dEEPField;
}
set {
this.dEEPField = value;
this.RaisePropertyChanged("DEEP");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string ISROOT {
get {
return this.iSROOTField;
}
set {
this.iSROOTField = value;
this.RaisePropertyChanged("ISROOT");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public string REMARK {
get {
return this.rEMARKField;
}
set {
this.rEMARKField = value;
this.RaisePropertyChanged("REMARK");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
public decimal FLAG {
get {
return this.fLAGField;
}
set {
this.fLAGField = value;
this.RaisePropertyChanged("FLAG");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
public System.DateTime LASTMODIFIEDTIME {
get {
return this.lASTMODIFIEDTIMEField;
}
set {
this.lASTMODIFIEDTIMEField = value;
this.RaisePropertyChanged("LASTMODIFIEDTIME");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
public string ROOTDEPT {
get {
return this.rOOTDEPTField;
}
set {
this.rOOTDEPTField = value;
this.RaisePropertyChanged("ROOTDEPT");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
public string DEPT_TELE {
get {
return this.dEPT_TELEField;
}
set {
this.dEPT_TELEField = value;
this.RaisePropertyChanged("DEPT_TELE");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
public string LASTMODIFIEDER {
get {
return this.lASTMODIFIEDERField;
}
set {
this.lASTMODIFIEDERField = value;
this.RaisePropertyChanged("LASTMODIFIEDER");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=10)]
public string FATHERNO {
get {
return this.fATHERNOField;
}
set {
this.fATHERNOField = value;
this.RaisePropertyChanged("FATHERNO");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=11)]
public string EXTEND1 {
get {
return this.eXTEND1Field;
}
set {
this.eXTEND1Field = value;
this.RaisePropertyChanged("EXTEND1");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=12)]
public string EXTEND2 {
get {
return this.eXTEND2Field;
}
set {
this.eXTEND2Field = value;
this.RaisePropertyChanged("EXTEND2");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=13)]
public string EXTEND3 {
get {
return this.eXTEND3Field;
}
set {
this.eXTEND3Field = value;
this.RaisePropertyChanged("EXTEND3");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=14)]
public string EXTEND4 {
get {
return this.eXTEND4Field;
}
set {
this.eXTEND4Field = value;
this.RaisePropertyChanged("EXTEND4");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=15)]
public string EXTEND5 {
get {
return this.eXTEND5Field;
}
set {
this.eXTEND5Field = value;
this.RaisePropertyChanged("EXTEND5");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=16)]
public string EXTEND6 {
get {
return this.eXTEND6Field;
}
set {
this.eXTEND6Field = value;
this.RaisePropertyChanged("EXTEND6");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=17)]
public string EXTEND7 {
get {
return this.eXTEND7Field;
}
set {
this.eXTEND7Field = value;
this.RaisePropertyChanged("EXTEND7");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=18)]
public string EXTEND8 {
get {
return this.eXTEND8Field;
}
set {
this.eXTEND8Field = value;
this.RaisePropertyChanged("EXTEND8");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=19)]
public decimal EXTEND9 {
get {
return this.eXTEND9Field;
}
set {
this.eXTEND9Field = value;
this.RaisePropertyChanged("EXTEND9");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=20)]
public decimal EXTEND10 {
get {
return this.eXTEND10Field;
}
set {
this.eXTEND10Field = value;
this.RaisePropertyChanged("EXTEND10");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=21)]
public decimal EXTEND11 {
get {
return this.eXTEND11Field;
}
set {
this.eXTEND11Field = value;
this.RaisePropertyChanged("EXTEND11");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=22)]
public decimal EXTEND12 {
get {
return this.eXTEND12Field;
}
set {
this.eXTEND12Field = value;
this.RaisePropertyChanged("EXTEND12");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=23)]
public System.DateTime EXTEND13 {
get {
return this.eXTEND13Field;
}
set {
this.eXTEND13Field = value;
this.RaisePropertyChanged("EXTEND13");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=24)]
public System.DateTime EXTEND14 {
get {
return this.eXTEND14Field;
}
set {
this.eXTEND14Field = value;
this.RaisePropertyChanged("EXTEND14");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=25)]
public System.DateTime EXTEND15 {
get {
return this.eXTEND15Field;
}
set {
this.eXTEND15Field = value;
this.RaisePropertyChanged("EXTEND15");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=26)]
public System.DateTime EXTEND16 {
get {
return this.eXTEND16Field;
}
set {
this.eXTEND16Field = value;
this.RaisePropertyChanged("EXTEND16");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=27)]
public byte[] BLOB1 {
get {
return this.bLOB1Field;
}
set {
this.bLOB1Field = value;
this.RaisePropertyChanged("BLOB1");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=28)]
public byte[] BLOB2 {
get {
return this.bLOB2Field;
}
set {
this.bLOB2Field = value;
this.RaisePropertyChanged("BLOB2");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=29)]
public byte[] BLOB3 {
get {
return this.bLOB3Field;
}
set {
this.bLOB3Field = value;
this.RaisePropertyChanged("BLOB3");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=30)]
public byte[] BLOB4 {
get {
return this.bLOB4Field;
}
set {
this.bLOB4Field = value;
this.RaisePropertyChanged("BLOB4");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=31)]
public byte[] BLOB5 {
get {
return this.bLOB5Field;
}
set {
this.bLOB5Field = value;
this.RaisePropertyChanged("BLOB5");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=32)]
public string FILENAME_4_BLOB1 {
get {
return this.fILENAME_4_BLOB1Field;
}
set {
this.fILENAME_4_BLOB1Field = value;
this.RaisePropertyChanged("FILENAME_4_BLOB1");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=33)]
public string FILENAME_4_BLOB2 {
get {
return this.fILENAME_4_BLOB2Field;
}
set {
this.fILENAME_4_BLOB2Field = value;
this.RaisePropertyChanged("FILENAME_4_BLOB2");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=34)]
public string FILENAME_4_BLOB3 {
get {
return this.fILENAME_4_BLOB3Field;
}
set {
this.fILENAME_4_BLOB3Field = value;
this.RaisePropertyChanged("FILENAME_4_BLOB3");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=35)]
public string FILENAME_4_BLOB4 {
get {
return this.fILENAME_4_BLOB4Field;
}
set {
this.fILENAME_4_BLOB4Field = value;
this.RaisePropertyChanged("FILENAME_4_BLOB4");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=36)]
public string FILENAME_4_BLOB5 {
get {
return this.fILENAME_4_BLOB5Field;
}
set {
this.fILENAME_4_BLOB5Field = value;
this.RaisePropertyChanged("FILENAME_4_BLOB5");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=37)]
public string MIME_TYPE_4_BLOB1 {
get {
return this.mIME_TYPE_4_BLOB1Field;
}
set {
this.mIME_TYPE_4_BLOB1Field = value;
this.RaisePropertyChanged("MIME_TYPE_4_BLOB1");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=38)]
public string MIME_TYPE_4_BLOB2 {
get {
return this.mIME_TYPE_4_BLOB2Field;
}
set {
this.mIME_TYPE_4_BLOB2Field = value;
this.RaisePropertyChanged("MIME_TYPE_4_BLOB2");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=39)]
public string MIME_TYPE_4_BLOB3 {
get {
return this.mIME_TYPE_4_BLOB3Field;
}
set {
this.mIME_TYPE_4_BLOB3Field = value;
this.RaisePropertyChanged("MIME_TYPE_4_BLOB3");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=40)]
public string MIME_TYPE_4_BLOB4 {
get {
return this.mIME_TYPE_4_BLOB4Field;
}
set {
this.mIME_TYPE_4_BLOB4Field = value;
this.RaisePropertyChanged("MIME_TYPE_4_BLOB4");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=41)]
public string MIME_TYPE_4_BLOB5 {
get {
return this.mIME_TYPE_4_BLOB5Field;
}
set {
this.mIME_TYPE_4_BLOB5Field = value;
this.RaisePropertyChanged("MIME_TYPE_4_BLOB5");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1064.2")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
public partial class ZSICT1_APPEntity : BaseEntity {
private string aPPNOField;
private string aPPNAMEField;
private decimal fLAGField;
private string rEMARKField;
private System.DateTime lASTMODIFIEDTIMEField;
private string lASTMODIFIEDERField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string APPNO {
get {
return this.aPPNOField;
}
set {
this.aPPNOField = value;
this.RaisePropertyChanged("APPNO");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string APPNAME {
get {
return this.aPPNAMEField;
}
set {
this.aPPNAMEField = value;
this.RaisePropertyChanged("APPNAME");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public decimal FLAG {
get {
return this.fLAGField;
}
set {
this.fLAGField = value;
this.RaisePropertyChanged("FLAG");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string REMARK {
get {
return this.rEMARKField;
}
set {
this.rEMARKField = value;
this.RaisePropertyChanged("REMARK");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public System.DateTime LASTMODIFIEDTIME {
get {
return this.lASTMODIFIEDTIMEField;
}
set {
this.lASTMODIFIEDTIMEField = value;
this.RaisePropertyChanged("LASTMODIFIEDTIME");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
public string LASTMODIFIEDER {
get {
return this.lASTMODIFIEDERField;
}
set {
this.lASTMODIFIEDERField = value;
this.RaisePropertyChanged("LASTMODIFIEDER");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1064.2")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
public partial class OperationResult4Menus : OperationResult {
private SYSTEM_TMODULEEntity[] listField;
///
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
public SYSTEM_TMODULEEntity[] List {
get {
return this.listField;
}
set {
this.listField = value;
this.RaisePropertyChanged("List");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1064.2")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
public partial class OperationResult4Functions : OperationResult {
private ZSICT1_FUNCTIONEntity[] listField;
///
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
public ZSICT1_FUNCTIONEntity[] List {
get {
return this.listField;
}
set {
this.listField = value;
this.RaisePropertyChanged("List");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1064.2")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
public partial class OperationResult4Depts : OperationResult {
private ZSICT1_DEPTEntity[] listField;
///
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
public ZSICT1_DEPTEntity[] List {
get {
return this.listField;
}
set {
this.listField = value;
this.RaisePropertyChanged("List");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1064.2")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
public partial class OperationResult4StringList : OperationResult {
private string[] listField;
///
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
public string[] List {
get {
return this.listField;
}
set {
this.listField = value;
this.RaisePropertyChanged("List");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1064.2")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
public partial class OperationResult4Apps : OperationResult {
private ZSICT1_APPEntity[] listField;
///
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
public ZSICT1_APPEntity[] List {
get {
return this.listField;
}
set {
this.listField = value;
this.RaisePropertyChanged("List");
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface RightsServiceSSOSoapChannel : GSMarketSys.nsRightsServiceSSO.RightsServiceSSOSoap, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class RightsServiceSSOSoapClient : System.ServiceModel.ClientBase, GSMarketSys.nsRightsServiceSSO.RightsServiceSSOSoap {
public RightsServiceSSOSoapClient() {
}
public RightsServiceSSOSoapClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public RightsServiceSSOSoapClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public RightsServiceSSOSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public RightsServiceSSOSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public GSMarketSys.nsRightsServiceSSO.OperationResult ChangePassword(string userNo, string oldPassword, string newPassword) {
return base.Channel.ChangePassword(userNo, oldPassword, newPassword);
}
public System.Threading.Tasks.Task ChangePasswordAsync(string userNo, string oldPassword, string newPassword) {
return base.Channel.ChangePasswordAsync(userNo, oldPassword, newPassword);
}
public GSMarketSys.nsRightsServiceSSO.OperationResult4Apps GetAppList(string guid, string userNo) {
return base.Channel.GetAppList(guid, userNo);
}
public System.Threading.Tasks.Task GetAppListAsync(string guid, string userNo) {
return base.Channel.GetAppListAsync(guid, userNo);
}
public GSMarketSys.nsRightsServiceSSO.OperationResult LoginToSSO(string userNo, string password) {
return base.Channel.LoginToSSO(userNo, password);
}
public System.Threading.Tasks.Task LoginToSSOAsync(string userNo, string password) {
return base.Channel.LoginToSSOAsync(userNo, password);
}
public bool IsValidUser(string guid, string appNo) {
return base.Channel.IsValidUser(guid, appNo);
}
public System.Threading.Tasks.Task IsValidUserAsync(string guid, string appNo) {
return base.Channel.IsValidUserAsync(guid, appNo);
}
public GSMarketSys.nsRightsServiceSSO.OperationResult4StringList GetBeProxyFuncs(string userNo, string guid, string appNo) {
return base.Channel.GetBeProxyFuncs(userNo, guid, appNo);
}
public System.Threading.Tasks.Task GetBeProxyFuncsAsync(string userNo, string guid, string appNo) {
return base.Channel.GetBeProxyFuncsAsync(userNo, guid, appNo);
}
public GSMarketSys.nsRightsServiceSSO.OperationResult4StringList GetBeProxyUsers(string userNo, string guid, string appNo) {
return base.Channel.GetBeProxyUsers(userNo, guid, appNo);
}
public System.Threading.Tasks.Task GetBeProxyUsersAsync(string userNo, string guid, string appNo) {
return base.Channel.GetBeProxyUsersAsync(userNo, guid, appNo);
}
public GSMarketSys.nsRightsServiceSSO.OperationResult4StringList GetBeProxyRoles(string userNo, string guid, string appNo) {
return base.Channel.GetBeProxyRoles(userNo, guid, appNo);
}
public System.Threading.Tasks.Task GetBeProxyRolesAsync(string userNo, string guid, string appNo) {
return base.Channel.GetBeProxyRolesAsync(userNo, guid, appNo);
}
public GSMarketSys.nsRightsServiceSSO.OperationResult4Depts GetChildDeptList(string guid, string appNo, string deptNo) {
return base.Channel.GetChildDeptList(guid, appNo, deptNo);
}
public System.Threading.Tasks.Task GetChildDeptListAsync(string guid, string appNo, string deptNo) {
return base.Channel.GetChildDeptListAsync(guid, appNo, deptNo);
}
public GSMarketSys.nsRightsServiceSSO.OperationResult4Depts GetDeptInfo(string userNo, string guid, string appNo) {
return base.Channel.GetDeptInfo(userNo, guid, appNo);
}
public System.Threading.Tasks.Task GetDeptInfoAsync(string userNo, string guid, string appNo) {
return base.Channel.GetDeptInfoAsync(userNo, guid, appNo);
}
public GSMarketSys.nsRightsServiceSSO.OperationResult4Functions GetFunctions(string modelNo, bool isAuthorized, string userNo, string guid, string appNo) {
return base.Channel.GetFunctions(modelNo, isAuthorized, userNo, guid, appNo);
}
public System.Threading.Tasks.Task GetFunctionsAsync(string modelNo, bool isAuthorized, string userNo, string guid, string appNo) {
return base.Channel.GetFunctionsAsync(modelNo, isAuthorized, userNo, guid, appNo);
}
public GSMarketSys.nsRightsServiceSSO.OperationResult4StringList GetUserFunList(string userNo, string guid, string appNo) {
return base.Channel.GetUserFunList(userNo, guid, appNo);
}
public System.Threading.Tasks.Task GetUserFunListAsync(string userNo, string guid, string appNo) {
return base.Channel.GetUserFunListAsync(userNo, guid, appNo);
}
public GSMarketSys.nsRightsServiceSSO.OperationResult4Menus GetModule(decimal id, string guid, string appNo) {
return base.Channel.GetModule(id, guid, appNo);
}
public System.Threading.Tasks.Task GetModuleAsync(decimal id, string guid, string appNo) {
return base.Channel.GetModuleAsync(id, guid, appNo);
}
public GSMarketSys.nsRightsServiceSSO.OperationResult4Menus GetNavigatorMenu(decimal parentID, string userNo, string guid, string appNo) {
return base.Channel.GetNavigatorMenu(parentID, userNo, guid, appNo);
}
public System.Threading.Tasks.Task GetNavigatorMenuAsync(decimal parentID, string userNo, string guid, string appNo) {
return base.Channel.GetNavigatorMenuAsync(parentID, userNo, guid, appNo);
}
public bool IsLoginedToSSO(string userNo, string guid) {
return base.Channel.IsLoginedToSSO(userNo, guid);
}
public System.Threading.Tasks.Task IsLoginedToSSOAsync(string userNo, string guid) {
return base.Channel.IsLoginedToSSOAsync(userNo, guid);
}
public GSMarketSys.nsRightsServiceSSO.OperationResult UpdateStyle(string userNo, string extend1, string extend2, string guid, string appNo) {
return base.Channel.UpdateStyle(userNo, extend1, extend2, guid, appNo);
}
public System.Threading.Tasks.Task UpdateStyleAsync(string userNo, string extend1, string extend2, string guid, string appNo) {
return base.Channel.UpdateStyleAsync(userNo, extend1, extend2, guid, appNo);
}
public GSMarketSys.nsRightsServiceSSO.OperationResult LoginToApp(string userNo, string password, string appNo) {
return base.Channel.LoginToApp(userNo, password, appNo);
}
public System.Threading.Tasks.Task LoginToAppAsync(string userNo, string password, string appNo) {
return base.Channel.LoginToAppAsync(userNo, password, appNo);
}
}
}