C# 클래스 SilverlightMappingToolBasic.RelatedContentPanelUtil

파일 보기 프로젝트 열기: chris-tomich/Glyma

Private Properties

프로퍼티 타입 설명
RelatedContentPanelUtil System

공개 메소드들

메소드 설명
ClearRelatedMaps ( ) : void
InvokeAuthorContextMenuCallback ( string contextMenuItemName, string rootMap, string map, string node ) : void
InvokeReaderContextMenuCallback ( string contextMenuItemName, string rootMap, string map, string node ) : void
IsJavascriptLibraryLoaded ( ) : bool
IsYammerAvailable ( ) : bool

This returns whether or not the Yammer Embed API is available in the currently used page-layout/master-page combination. Note: It is meant to be called where no map is loaded yet in the Management Console and allows setting up of Yammer properties. There is a more thorough test of if a particular root map has Yammer available that is done when a map is loaded, that exists in the RelatedContentPanels logic.

LoadRelatedIframeContent ( string content, int width, int height ) : void
LoadRelatedNodeHtmlContent ( string content, int width, int height ) : void
LoadRelatedVideoContent ( string videoSourceUrl, VideoSize videoSize ) : void
MapLoadedCallback ( bool rootMapLoaded ) : void
ResetAndHidePanels ( ) : void
SetAuthorMode ( ) : void
SetReaderMode ( ) : void
ShowActivityFeeds ( ) : void
ShowRelatedMaps ( string relatedMapsJson ) : void

비공개 메소드들

메소드 설명
RelatedContentPanelUtil ( ) : System

메소드 상세

ClearRelatedMaps() 공개 메소드

public ClearRelatedMaps ( ) : void
리턴 void

InvokeAuthorContextMenuCallback() 공개 메소드

public InvokeAuthorContextMenuCallback ( string contextMenuItemName, string rootMap, string map, string node ) : void
contextMenuItemName string
rootMap string
map string
node string
리턴 void

InvokeReaderContextMenuCallback() 공개 메소드

public InvokeReaderContextMenuCallback ( string contextMenuItemName, string rootMap, string map, string node ) : void
contextMenuItemName string
rootMap string
map string
node string
리턴 void

IsJavascriptLibraryLoaded() 공개 메소드

public IsJavascriptLibraryLoaded ( ) : bool
리턴 bool

IsYammerAvailable() 공개 메소드

This returns whether or not the Yammer Embed API is available in the currently used page-layout/master-page combination. Note: It is meant to be called where no map is loaded yet in the Management Console and allows setting up of Yammer properties. There is a more thorough test of if a particular root map has Yammer available that is done when a map is loaded, that exists in the RelatedContentPanels logic.
public IsYammerAvailable ( ) : bool
리턴 bool

LoadRelatedIframeContent() 공개 메소드

public LoadRelatedIframeContent ( string content, int width, int height ) : void
content string
width int
height int
리턴 void

LoadRelatedNodeHtmlContent() 공개 메소드

public LoadRelatedNodeHtmlContent ( string content, int width, int height ) : void
content string
width int
height int
리턴 void

LoadRelatedVideoContent() 공개 메소드

public LoadRelatedVideoContent ( string videoSourceUrl, VideoSize videoSize ) : void
videoSourceUrl string
videoSize VideoSize
리턴 void

MapLoadedCallback() 공개 메소드

public MapLoadedCallback ( bool rootMapLoaded ) : void
rootMapLoaded bool
리턴 void

ResetAndHidePanels() 공개 메소드

public ResetAndHidePanels ( ) : void
리턴 void

SetAuthorMode() 공개 메소드

public SetAuthorMode ( ) : void
리턴 void

SetReaderMode() 공개 메소드

public SetReaderMode ( ) : void
리턴 void

ShowActivityFeeds() 공개 메소드

public ShowActivityFeeds ( ) : void
리턴 void

ShowRelatedMaps() 공개 메소드

public ShowRelatedMaps ( string relatedMapsJson ) : void
relatedMapsJson string
리턴 void