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

파일 보기 프로젝트 열기: ProfilesRNS/ProfilesRNS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NOBODY string
ORNG_CONTAINER_CONTROL_ID string
ORNG_DEBUG string
ORNG_GADGETS string
ORNG_GADGET_CONTROL_ID string
ORNG_GADGET_SPEC_KEY string
ORNG_NOCACHE string
ORNG_ONTOLOGY_PREFIX string
PRIVATE string
PUBLIC string
USERS string

공개 메소드들

메소드 설명
AddGadget ( int appId, string view, string optParams ) : PreparedGadget
ClearOwnerCache ( ) : void
GetAllDBGadgets ( bool useCache ) : GadgetSpec>.Dictionary
GetGadgetByPropertyURI ( string propertyURI ) : Profiles.ORNG.Utilities.GadgetSpec
GetNodeID ( string uri ) : System.Int64
GetOpenSocialManager ( string ownerUri, Page page ) : OpenSocialManager
GetOpenSocialManager ( string ownerUri, Page page, bool editMode ) : OpenSocialManager
GetPageName ( ) : string
GetUnrecognizedGadgets ( ) : List
HasGadgetsAttachingTo ( string chromeId ) : bool
IsDebug ( ) : bool
IsVisible ( ) : bool
LoadAssets ( ) : void
NoCache ( ) : bool
PostActivity ( int userId, string title ) : void
PostActivity ( int userId, string title, string body ) : void
PostActivity ( int userId, string title, string body, string xtraId1Type, string xtraId1Value ) : void
RemoveGadget ( string label ) : void

비공개 메소드들

메소드 설명
GetContainerJavascriptSrc ( ) : string
GetGadgetJavascipt ( ) : string
GetGadgetSpecifications ( ) : List
GetGuid ( ) : System.Guid
GetOwnerURI ( ) : string
GetViewerURI ( ) : string
GetVisibleGadgets ( ) : List
OpenSocialManager ( ) : System
OpenSocialManager ( string ownerUri, Page page, bool editMode ) : System

메소드 상세

AddGadget() 공개 메소드

public AddGadget ( int appId, string view, string optParams ) : PreparedGadget
appId int
view string
optParams string
리턴 PreparedGadget

ClearOwnerCache() 공개 메소드

public ClearOwnerCache ( ) : void
리턴 void

GetAllDBGadgets() 공개 정적인 메소드

public static GetAllDBGadgets ( bool useCache ) : GadgetSpec>.Dictionary
useCache bool
리턴 GadgetSpec>.Dictionary

GetGadgetByPropertyURI() 공개 정적인 메소드

public static GetGadgetByPropertyURI ( string propertyURI ) : Profiles.ORNG.Utilities.GadgetSpec
propertyURI string
리턴 Profiles.ORNG.Utilities.GadgetSpec

GetNodeID() 공개 정적인 메소드

public static GetNodeID ( string uri ) : System.Int64
uri string
리턴 System.Int64

GetOpenSocialManager() 공개 정적인 메소드

public static GetOpenSocialManager ( string ownerUri, Page page ) : OpenSocialManager
ownerUri string
page System.Web.UI.Page
리턴 OpenSocialManager

GetOpenSocialManager() 공개 정적인 메소드

public static GetOpenSocialManager ( string ownerUri, Page page, bool editMode ) : OpenSocialManager
ownerUri string
page System.Web.UI.Page
editMode bool
리턴 OpenSocialManager

GetPageName() 공개 메소드

public GetPageName ( ) : string
리턴 string

GetUnrecognizedGadgets() 공개 메소드

public GetUnrecognizedGadgets ( ) : List
리턴 List

HasGadgetsAttachingTo() 공개 메소드

public HasGadgetsAttachingTo ( string chromeId ) : bool
chromeId string
리턴 bool

IsDebug() 공개 메소드

public IsDebug ( ) : bool
리턴 bool

IsVisible() 공개 메소드

public IsVisible ( ) : bool
리턴 bool

LoadAssets() 공개 메소드

public LoadAssets ( ) : void
리턴 void

NoCache() 공개 메소드

public NoCache ( ) : bool
리턴 bool

PostActivity() 공개 정적인 메소드

public static PostActivity ( int userId, string title ) : void
userId int
title string
리턴 void

PostActivity() 공개 정적인 메소드

public static PostActivity ( int userId, string title, string body ) : void
userId int
title string
body string
리턴 void

PostActivity() 공개 정적인 메소드

public static PostActivity ( int userId, string title, string body, string xtraId1Type, string xtraId1Value ) : void
userId int
title string
body string
xtraId1Type string
xtraId1Value string
리턴 void

RemoveGadget() 공개 메소드

public RemoveGadget ( string label ) : void
label string
리턴 void

프로퍼티 상세

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

public static string NOBODY
리턴 string

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

public static string ORNG_CONTAINER_CONTROL_ID
리턴 string

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

public static string ORNG_DEBUG
리턴 string

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

public static string ORNG_GADGETS
리턴 string

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

public static string ORNG_GADGET_CONTROL_ID
리턴 string

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

public static string ORNG_GADGET_SPEC_KEY
리턴 string

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

public static string ORNG_NOCACHE
리턴 string

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

public static string ORNG_ONTOLOGY_PREFIX
리턴 string

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

public static string PRIVATE
리턴 string

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

public static string PUBLIC
리턴 string

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

public static string USERS
리턴 string