C# 클래스 SenseNet.ContentRepository.Storage.Caching.DistributedActions.PortletChangedAction

상속: SenseNet.Communication.Messaging.DistributedAction
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 프로퍼티들

프로퍼티 타입 설명
PortletID string

공개 메소드들

메소드 설명
DoAction ( bool onRemote, bool isFromMe ) : void
PortletChangedAction ( ) : System
PortletChangedAction ( string portletID ) : System
ToString ( ) : string

메소드 상세

DoAction() 공개 메소드

public DoAction ( bool onRemote, bool isFromMe ) : void
onRemote bool
isFromMe bool
리턴 void

PortletChangedAction() 공개 메소드

public PortletChangedAction ( ) : System
리턴 System

PortletChangedAction() 공개 메소드

public PortletChangedAction ( string portletID ) : System
portletID string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

PortletID 공개적으로 프로퍼티

public string PortletID
리턴 string