C# Class Profiles.ORNG.Utilities.OpenSocialManager

Show file Open project: ProfilesRNS/ProfilesRNS Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

AddGadget() public method

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

ClearOwnerCache() public method

public ClearOwnerCache ( ) : void
return void

GetAllDBGadgets() public static method

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

GetGadgetByPropertyURI() public static method

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

GetNodeID() public static method

public static GetNodeID ( string uri ) : System.Int64
uri string
return System.Int64

GetOpenSocialManager() public static method

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

GetOpenSocialManager() public static method

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

GetPageName() public method

public GetPageName ( ) : string
return string

GetUnrecognizedGadgets() public method

public GetUnrecognizedGadgets ( ) : List
return List

HasGadgetsAttachingTo() public method

public HasGadgetsAttachingTo ( string chromeId ) : bool
chromeId string
return bool

IsDebug() public method

public IsDebug ( ) : bool
return bool

IsVisible() public method

public IsVisible ( ) : bool
return bool

LoadAssets() public method

public LoadAssets ( ) : void
return void

NoCache() public method

public NoCache ( ) : bool
return bool

PostActivity() public static method

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

PostActivity() public static method

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

PostActivity() public static method

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

RemoveGadget() public method

public RemoveGadget ( string label ) : void
label string
return void

Property Details

NOBODY public static property

public static string NOBODY
return string

ORNG_CONTAINER_CONTROL_ID public static property

public static string ORNG_CONTAINER_CONTROL_ID
return string

ORNG_DEBUG public static property

public static string ORNG_DEBUG
return string

ORNG_GADGETS public static property

public static string ORNG_GADGETS
return string

ORNG_GADGET_CONTROL_ID public static property

public static string ORNG_GADGET_CONTROL_ID
return string

ORNG_GADGET_SPEC_KEY public static property

public static string ORNG_GADGET_SPEC_KEY
return string

ORNG_NOCACHE public static property

public static string ORNG_NOCACHE
return string

ORNG_ONTOLOGY_PREFIX public static property

public static string ORNG_ONTOLOGY_PREFIX
return string

PRIVATE public static property

public static string PRIVATE
return string

PUBLIC public static property

public static string PUBLIC
return string

USERS public static property

public static string USERS
return string