C# Class SenseNet.ContentRepository.Storage.Caching.DistributedActions.PortletChangedAction

Inheritance: SenseNet.Communication.Messaging.DistributedAction
显示文件 Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
PortletID string

Public Methods

Method Description
DoAction ( bool onRemote, bool isFromMe ) : void
PortletChangedAction ( ) : System
PortletChangedAction ( string portletID ) : System
ToString ( ) : string

Method Details

DoAction() public method

public DoAction ( bool onRemote, bool isFromMe ) : void
onRemote bool
isFromMe bool
return void

PortletChangedAction() public method

public PortletChangedAction ( ) : System
return System

PortletChangedAction() public method

public PortletChangedAction ( string portletID ) : System
portletID string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

PortletID public_oe property

public string PortletID
return string