C# 클래스 Website.Pages.Types

파일 보기 프로젝트 열기: adlnet/3D-Repository

공개 프로퍼티들

프로퍼티 타입 설명
AdministratorsDefault string
AdvancedSearch string
ChangePassword string
Contact string
Default string
ManageAdministrativeUsers string
ManageUsers string
Model string
Profile string
ProfileImageHandlerURL string

공개 메소드들

메소드 설명
FormatEmail ( object emailText ) : string

FormatModel ( string contentObjID ) : string

FormatProfileImageHandler ( string userID, string logoNameString ) : string

This method formats the image handler url

FormatProfileUrl ( object userID ) : string

메소드 상세

FormatEmail() 공개 정적인 메소드

public static FormatEmail ( object emailText ) : string
emailText object
리턴 string

FormatModel() 공개 정적인 메소드

public static FormatModel ( string contentObjID ) : string
contentObjID string
리턴 string

FormatProfileImageHandler() 공개 정적인 메소드

This method formats the image handler url
public static FormatProfileImageHandler ( string userID, string logoNameString ) : string
userID string The UserProfile ID
logoNameString string Either "Developer" or "Sponsor"
리턴 string

FormatProfileUrl() 공개 정적인 메소드

public static FormatProfileUrl ( object userID ) : string
userID object
리턴 string

프로퍼티 상세

AdministratorsDefault 공개적으로 정적으로 프로퍼티

Administrators
public static string AdministratorsDefault
리턴 string

AdvancedSearch 공개적으로 정적으로 프로퍼티

Users
public static string AdvancedSearch
리턴 string

ChangePassword 공개적으로 정적으로 프로퍼티

public static string ChangePassword
리턴 string

Contact 공개적으로 정적으로 프로퍼티

public
public static string Contact
리턴 string

Default 공개적으로 정적으로 프로퍼티

public static string Default
리턴 string

ManageAdministrativeUsers 공개적으로 정적으로 프로퍼티

public static string ManageAdministrativeUsers
리턴 string

ManageUsers 공개적으로 정적으로 프로퍼티

public static string ManageUsers
리턴 string

Model 공개적으로 정적으로 프로퍼티

public static string Model
리턴 string

Profile 공개적으로 정적으로 프로퍼티

public static string Profile
리턴 string

ProfileImageHandlerURL 공개적으로 정적으로 프로퍼티

public static string ProfileImageHandlerURL
리턴 string