C# Class N2.Web.Mvc.Html.EditableRegistrationExtensions.AppendAttributeRefiner

Inheritance: IDefinitionRefiner
Show file Open project: Earthware/n2cms

Public Methods

Method Description
AppendAttributeRefiner ( object attribute ) : System
CompareTo ( ISortableRefiner other ) : int
Refine ( ItemDefinition currentDefinition, System allDefinitions ) : void

Method Details

AppendAttributeRefiner() public method

public AppendAttributeRefiner ( object attribute ) : System
attribute object
return System

CompareTo() public method

public CompareTo ( ISortableRefiner other ) : int
other ISortableRefiner
return int

Refine() public method

public Refine ( ItemDefinition currentDefinition, System allDefinitions ) : void
currentDefinition ItemDefinition
allDefinitions System
return void