C# Class Profiles.ORNG.Utilities.OpenSocialManager

Afficher le fichier Open project: ProfilesRNS/ProfilesRNS Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AddGadget ( int appId, string view, string optParams ) : PreparedGadget
appId int
view string
optParams string
Résultat PreparedGadget

ClearOwnerCache() public méthode

public ClearOwnerCache ( ) : void
Résultat void

GetAllDBGadgets() public static méthode

public static GetAllDBGadgets ( bool useCache ) : GadgetSpec>.Dictionary
useCache bool
Résultat GadgetSpec>.Dictionary

GetGadgetByPropertyURI() public static méthode

public static GetGadgetByPropertyURI ( string propertyURI ) : Profiles.ORNG.Utilities.GadgetSpec
propertyURI string
Résultat Profiles.ORNG.Utilities.GadgetSpec

GetNodeID() public static méthode

public static GetNodeID ( string uri ) : System.Int64
uri string
Résultat System.Int64

GetOpenSocialManager() public static méthode

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

GetOpenSocialManager() public static méthode

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

GetPageName() public méthode

public GetPageName ( ) : string
Résultat string

GetUnrecognizedGadgets() public méthode

public GetUnrecognizedGadgets ( ) : List
Résultat List

HasGadgetsAttachingTo() public méthode

public HasGadgetsAttachingTo ( string chromeId ) : bool
chromeId string
Résultat bool

IsDebug() public méthode

public IsDebug ( ) : bool
Résultat bool

IsVisible() public méthode

public IsVisible ( ) : bool
Résultat bool

LoadAssets() public méthode

public LoadAssets ( ) : void
Résultat void

NoCache() public méthode

public NoCache ( ) : bool
Résultat bool

PostActivity() public static méthode

public static PostActivity ( int userId, string title ) : void
userId int
title string
Résultat void

PostActivity() public static méthode

public static PostActivity ( int userId, string title, string body ) : void
userId int
title string
body string
Résultat void

PostActivity() public static méthode

public static PostActivity ( int userId, string title, string body, string xtraId1Type, string xtraId1Value ) : void
userId int
title string
body string
xtraId1Type string
xtraId1Value string
Résultat void

RemoveGadget() public méthode

public RemoveGadget ( string label ) : void
label string
Résultat void

Property Details

NOBODY public_oe static_oe property

public static string NOBODY
Résultat string

ORNG_CONTAINER_CONTROL_ID public_oe static_oe property

public static string ORNG_CONTAINER_CONTROL_ID
Résultat string

ORNG_DEBUG public_oe static_oe property

public static string ORNG_DEBUG
Résultat string

ORNG_GADGETS public_oe static_oe property

public static string ORNG_GADGETS
Résultat string

ORNG_GADGET_CONTROL_ID public_oe static_oe property

public static string ORNG_GADGET_CONTROL_ID
Résultat string

ORNG_GADGET_SPEC_KEY public_oe static_oe property

public static string ORNG_GADGET_SPEC_KEY
Résultat string

ORNG_NOCACHE public_oe static_oe property

public static string ORNG_NOCACHE
Résultat string

ORNG_ONTOLOGY_PREFIX public_oe static_oe property

public static string ORNG_ONTOLOGY_PREFIX
Résultat string

PRIVATE public_oe static_oe property

public static string PRIVATE
Résultat string

PUBLIC public_oe static_oe property

public static string PUBLIC
Résultat string

USERS public_oe static_oe property

public static string USERS
Résultat string