C# Class Serenity.EditorTypeAttributeBase

Inheritance: System.Attribute
Exibir arquivo Open project: volkanceylan/Serenity

Private Properties

Property Type Description

Public Methods

Method Description
SetParams ( System.Collections.JsDictionary editorParams ) : void

Protected Methods

Method Description
EditorTypeAttributeBase ( string type ) : System

Method Details

EditorTypeAttributeBase() protected method

protected EditorTypeAttributeBase ( string type ) : System
type string
return System

SetParams() public method

public SetParams ( System.Collections.JsDictionary editorParams ) : void
editorParams System.Collections.JsDictionary
return void