C# Class Serenity.Web.PropertyItemsScript

Inheritance: INamedDynamicScript
Exibir arquivo Open project: volkanceylan/Serenity

Public Methods

Method Description
Changed ( ) : void
CheckRights ( ) : void
GetScript ( ) : string

Protected Methods

Method Description
CheckName ( string name ) : string
PropertyItemsScript ( string scriptName, Type type ) : Serenity.ComponentModel

Method Details

Changed() public method

public Changed ( ) : void
return void

CheckName() protected static method

protected static CheckName ( string name ) : string
name string
return string

CheckRights() public method

public CheckRights ( ) : void
return void

GetScript() public method

public GetScript ( ) : string
return string

PropertyItemsScript() protected method

protected PropertyItemsScript ( string scriptName, Type type ) : Serenity.ComponentModel
scriptName string
type System.Type
return Serenity.ComponentModel