C# 클래스 Serenity.EditorTypeAttributeBase

상속: System.Attribute
파일 보기 프로젝트 열기: volkanceylan/Serenity

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SetParams ( System.Collections.JsDictionary editorParams ) : void

보호된 메소드들

메소드 설명
EditorTypeAttributeBase ( string type ) : System

메소드 상세

EditorTypeAttributeBase() 보호된 메소드

protected EditorTypeAttributeBase ( string type ) : System
type string
리턴 System

SetParams() 공개 메소드

public SetParams ( System.Collections.JsDictionary editorParams ) : void
editorParams System.Collections.JsDictionary
리턴 void