C# 클래스 StaffBrokerFunctions, AgapeConnect1

Summary description for StaffBrokerFunctions
파일 보기 프로젝트 열기: AgapeEurope/AgapeConnect1 1 사용 예제들

공개 메소드들

메소드 설명
AddProfileValue ( int PortalId, int staffId, string propertyName, string propertyValue, int Type ) : void
ChangeUsername ( string OldUsername, string NewUsername ) : void
CreateStaffMember ( int PortalId, DotNetNuke User1in, DotNetNuke User2in, short staffTypeIn ) : AP_StaffBroker_Staff
CreateStaffMember ( int PortalId, DotNetNuke User1in, short staffTypeIn = 1 ) : AP_StaffBroker_Staff
CreateStaffMember ( int PortalId, DotNetNuke User1in, string SpouseName, DateTime SpouseDOB, short staffTypeIn = 1 ) : AP_StaffBroker_Staff
CreateUniqueFileName ( IFolderInfo theFolder, string ext ) : string
CreateUser ( int PortalId, String GCXUsername, String FirstName, String LastName ) : DotNetNuke.Entities.Users.UserInfo
CurrencyConvert ( decimal amount, string fromCurrency, string toCurrency ) : decimal
GetDepartments ( int UserId ) : List
GetDeptGiveToURL ( int PortalId, int costCenter ) : String
GetFormattedCurrency ( int PortalId, string Value ) : string
GetLeaders ( int UserId, Boolean includeDelegates = true ) : List
GetLeadersDetailed ( int UserId, int PortalId ) : List
GetReportsTo ( int UserId ) : List
GetSetting ( string SettingName, int portalId ) : string
GetSpouseId ( int UserId ) : int
GetStaff ( ) : IQueryable
GetStaffExcl ( int PortalId ) : IQueryable
GetStaffIncl ( int PortalId ) : IQueryable
GetStaffJointPhoto ( int staffID ) : string
GetStaffMember ( int UserId ) : AP_StaffBroker_Staff
GetStaffProfileProperty ( AP_StaffBroker_Staff &Staffin, string propertyName ) : string
GetStaffProfileProperty ( int staffId, string propertyName ) : string
GetStaffbyStaffId ( int StaffId ) : AP_StaffBroker_Staff
GetTeam ( int LeaderId ) : List
GetTemplate ( string templateName, int PortalId ) : string
IsDept ( int PortalId, string costCenter ) : Boolean
SetSetting ( string SettingName, string value, int portalId ) : void
SetUserProfileProperty ( int PortalId, int UserId, String PropertyName, String PropertyValue, int DataType = 349 ) : void
StaffBrokerFunctions ( ) : System
ValidateAccountCode ( string AccountCode, int PortalId ) : String
ValidateCostCenter ( string CostCenter, int PortalId ) : String
VerifyAccountCode ( int PortalId, string AccountCode ) : Boolean
VerifyCostCenter ( int PortalId, string costCenter ) : Boolean

메소드 상세

AddProfileValue() 공개 정적인 메소드

public static AddProfileValue ( int PortalId, int staffId, string propertyName, string propertyValue, int Type ) : void
PortalId int
staffId int
propertyName string
propertyValue string
Type int
리턴 void

ChangeUsername() 공개 정적인 메소드

public static ChangeUsername ( string OldUsername, string NewUsername ) : void
OldUsername string
NewUsername string
리턴 void

CreateStaffMember() 공개 정적인 메소드

public static CreateStaffMember ( int PortalId, DotNetNuke User1in, DotNetNuke User2in, short staffTypeIn ) : AP_StaffBroker_Staff
PortalId int
User1in DotNetNuke
User2in DotNetNuke
staffTypeIn short
리턴 AP_StaffBroker_Staff

CreateStaffMember() 공개 정적인 메소드

public static CreateStaffMember ( int PortalId, DotNetNuke User1in, short staffTypeIn = 1 ) : AP_StaffBroker_Staff
PortalId int
User1in DotNetNuke
staffTypeIn short
리턴 AP_StaffBroker_Staff

CreateStaffMember() 공개 정적인 메소드

public static CreateStaffMember ( int PortalId, DotNetNuke User1in, string SpouseName, DateTime SpouseDOB, short staffTypeIn = 1 ) : AP_StaffBroker_Staff
PortalId int
User1in DotNetNuke
SpouseName string
SpouseDOB DateTime
staffTypeIn short
리턴 AP_StaffBroker_Staff

CreateUniqueFileName() 공개 정적인 메소드

public static CreateUniqueFileName ( IFolderInfo theFolder, string ext ) : string
theFolder IFolderInfo
ext string
리턴 string

CreateUser() 공개 정적인 메소드

public static CreateUser ( int PortalId, String GCXUsername, String FirstName, String LastName ) : DotNetNuke.Entities.Users.UserInfo
PortalId int
GCXUsername String
FirstName String
LastName String
리턴 DotNetNuke.Entities.Users.UserInfo

CurrencyConvert() 공개 정적인 메소드

public static CurrencyConvert ( decimal amount, string fromCurrency, string toCurrency ) : decimal
amount decimal
fromCurrency string
toCurrency string
리턴 decimal

GetDepartments() 공개 정적인 메소드

public static GetDepartments ( int UserId ) : List
UserId int
리턴 List

GetDeptGiveToURL() 공개 정적인 메소드

public static GetDeptGiveToURL ( int PortalId, int costCenter ) : String
PortalId int
costCenter int
리턴 String

GetFormattedCurrency() 공개 정적인 메소드

public static GetFormattedCurrency ( int PortalId, string Value ) : string
PortalId int
Value string
리턴 string

GetLeaders() 공개 정적인 메소드

public static GetLeaders ( int UserId, Boolean includeDelegates = true ) : List
UserId int
includeDelegates Boolean
리턴 List

GetLeadersDetailed() 공개 정적인 메소드

public static GetLeadersDetailed ( int UserId, int PortalId ) : List
UserId int
PortalId int
리턴 List

GetReportsTo() 공개 정적인 메소드

public static GetReportsTo ( int UserId ) : List
UserId int
리턴 List

GetSetting() 공개 정적인 메소드

public static GetSetting ( string SettingName, int portalId ) : string
SettingName string
portalId int
리턴 string

GetSpouseId() 공개 정적인 메소드

public static GetSpouseId ( int UserId ) : int
UserId int
리턴 int

GetStaff() 공개 정적인 메소드

public static GetStaff ( ) : IQueryable
리턴 IQueryable

GetStaffExcl() 공개 정적인 메소드

public static GetStaffExcl ( int PortalId ) : IQueryable
PortalId int
리턴 IQueryable

GetStaffIncl() 공개 정적인 메소드

public static GetStaffIncl ( int PortalId ) : IQueryable
PortalId int
리턴 IQueryable

GetStaffJointPhoto() 공개 정적인 메소드

public static GetStaffJointPhoto ( int staffID ) : string
staffID int
리턴 string

GetStaffMember() 공개 정적인 메소드

public static GetStaffMember ( int UserId ) : AP_StaffBroker_Staff
UserId int
리턴 AP_StaffBroker_Staff

GetStaffProfileProperty() 공개 정적인 메소드

public static GetStaffProfileProperty ( AP_StaffBroker_Staff &Staffin, string propertyName ) : string
Staffin AP_StaffBroker_Staff
propertyName string
리턴 string

GetStaffProfileProperty() 공개 정적인 메소드

public static GetStaffProfileProperty ( int staffId, string propertyName ) : string
staffId int
propertyName string
리턴 string

GetStaffbyStaffId() 공개 정적인 메소드

public static GetStaffbyStaffId ( int StaffId ) : AP_StaffBroker_Staff
StaffId int
리턴 AP_StaffBroker_Staff

GetTeam() 공개 정적인 메소드

public static GetTeam ( int LeaderId ) : List
LeaderId int
리턴 List

GetTemplate() 공개 정적인 메소드

public static GetTemplate ( string templateName, int PortalId ) : string
templateName string
PortalId int
리턴 string

IsDept() 공개 정적인 메소드

public static IsDept ( int PortalId, string costCenter ) : Boolean
PortalId int
costCenter string
리턴 Boolean

SetSetting() 공개 정적인 메소드

public static SetSetting ( string SettingName, string value, int portalId ) : void
SettingName string
value string
portalId int
리턴 void

SetUserProfileProperty() 공개 정적인 메소드

public static SetUserProfileProperty ( int PortalId, int UserId, String PropertyName, String PropertyValue, int DataType = 349 ) : void
PortalId int
UserId int
PropertyName String
PropertyValue String
DataType int
리턴 void

StaffBrokerFunctions() 공개 메소드

public StaffBrokerFunctions ( ) : System
리턴 System

ValidateAccountCode() 공개 정적인 메소드

public static ValidateAccountCode ( string AccountCode, int PortalId ) : String
AccountCode string
PortalId int
리턴 String

ValidateCostCenter() 공개 정적인 메소드

public static ValidateCostCenter ( string CostCenter, int PortalId ) : String
CostCenter string
PortalId int
리턴 String

VerifyAccountCode() 공개 정적인 메소드

public static VerifyAccountCode ( int PortalId, string AccountCode ) : Boolean
PortalId int
AccountCode string
리턴 Boolean

VerifyCostCenter() 공개 정적인 메소드

public static VerifyCostCenter ( int PortalId, string costCenter ) : Boolean
PortalId int
costCenter string
리턴 Boolean