C# 클래스 Profiles.ORNG.Utilities.PeopleListRPCService

상속: ORNGRPCService
파일 보기 프로젝트 열기: ProfilesRNS/ProfilesRNS

공개 프로퍼티들

프로퍼티 타입 설명
REQUEST_PEOPLE_LIST string
REQUEST_PEOPLE_LIST_METADATA string

공개 메소드들

메소드 설명
PeopleListRPCService ( string uri, Page page, bool editMode ) : System
call ( string request ) : string
getPeople ( ) : List
getPeopleListMetadata ( ) : string

비공개 메소드들

메소드 설명
BuildJSONPersonIds ( List uris ) : string
BuildJSONPersonIds ( string uri ) : string
Serialize ( Object obj ) : string

메소드 상세

PeopleListRPCService() 공개 메소드

public PeopleListRPCService ( string uri, Page page, bool editMode ) : System
uri string
page System.Web.UI.Page
editMode bool
리턴 System

call() 공개 메소드

public call ( string request ) : string
request string
리턴 string

getPeople() 공개 추상적인 메소드

public abstract getPeople ( ) : List
리턴 List

getPeopleListMetadata() 공개 추상적인 메소드

public abstract getPeopleListMetadata ( ) : string
리턴 string

프로퍼티 상세

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

public static string REQUEST_PEOPLE_LIST
리턴 string

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

public static string REQUEST_PEOPLE_LIST_METADATA
리턴 string