C# Class Serenity.Web.PropertyItemsScript

Inheritance: INamedDynamicScript
Afficher le fichier Open project: volkanceylan/Serenity

Méthodes publiques

Méthode Description
Changed ( ) : void
CheckRights ( ) : void
GetScript ( ) : string

Méthodes protégées

Méthode Description
CheckName ( string name ) : string
PropertyItemsScript ( string scriptName, Type type ) : Serenity.ComponentModel

Method Details

Changed() public méthode

public Changed ( ) : void
Résultat void

CheckName() protected static méthode

protected static CheckName ( string name ) : string
name string
Résultat string

CheckRights() public méthode

public CheckRights ( ) : void
Résultat void

GetScript() public méthode

public GetScript ( ) : string
Résultat string

PropertyItemsScript() protected méthode

protected PropertyItemsScript ( string scriptName, Type type ) : Serenity.ComponentModel
scriptName string
type System.Type
Résultat Serenity.ComponentModel