C# Class SenseNet.ContentRepository.Storage.Caching.Dependency.NodeTypeDependency

Inheritance: System.Web.Caching.CacheDependency
ファイルを表示 Open project: maxpavlov/FlexNet

Public Methods

Method Description
FireChanged ( int nodeTypeId ) : void
NodeTypeDependency ( int nodeTypeId ) : System

Protected Methods

Method Description
DependencyDispose ( ) : void

Private Methods

Method Description
FireChangedPrivate ( int nodeTypeId ) : void
NodeTypeDependency_NodeTypeChanged ( object sender, EventArgs e ) : void

Method Details

DependencyDispose() protected method

protected DependencyDispose ( ) : void
return void

FireChanged() public static method

public static FireChanged ( int nodeTypeId ) : void
nodeTypeId int
return void

NodeTypeDependency() public method

public NodeTypeDependency ( int nodeTypeId ) : System
nodeTypeId int
return System