C# Class Rsdn.Janus.ObjectModel.Feature

Возможностей (feature). Например, форумы, поиск, outbox...
Inheritance: IFeature, IGetData, IFeatureGui, IDisposable
Show file Open project: rsdn/janus

Private Properties

Property Type Description
IEnumerable IEnumerator

Public Methods

Method Description
Dispose ( ) : void
ToString ( ) : string

Protected Methods

Method Description
CreateGuiControl ( ) : Control
ICollection ( Array array, int index ) : void
IFeatureGui ( ) : void
IGetData ( NodeInfo NodeInfo, CellInfo aryCellData ) : void
this ( int index ) : IFeatureIFeature.System
this ( int id ) : ITreeNodeITreeNode.System

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

CreateGuiControl() protected abstract method

protected abstract CreateGuiControl ( ) : Control
return System.Windows.Forms.Control

Dispose() public method

public Dispose ( ) : void
return void

ICollection() protected method

protected ICollection ( Array array, int index ) : void
array System.Array
index int
return void

IFeatureGui() protected method

protected IFeatureGui ( ) : void
return void

IGetData() protected method

protected IGetData ( NodeInfo NodeInfo, CellInfo aryCellData ) : void
NodeInfo NodeInfo
aryCellData CellInfo
return void

ToString() public method

public ToString ( ) : string
return string

this() protected method

protected this ( int index ) : IFeatureIFeature.System
index int
return IFeatureIFeature.System

this() protected method

protected this ( int id ) : ITreeNodeITreeNode.System
id int
return ITreeNodeITreeNode.System