C# Class Signum.Web.EntityListBase

Inheritance: EntityBase
Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Свойство Type Description
IsVisible bool>.Func
WriteIndex WriteIndex

Méthodes publiques

Méthode Description
EntityListBase ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : System
ShouldWriteOldIndex ( TypeContext tc ) : bool

Méthodes protégées

Méthode Description
GetElementRoute ( ) : PropertyRoute
GetElementType ( ) : Type
OptionsJSInternal ( ) : object>.Dictionary
SetReadOnly ( ) : void

Method Details

EntityListBase() public méthode

public EntityListBase ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : System
type System.Type
untypedValue object
parent Context
prefix string
propertyRoute PropertyRoute
Résultat System

GetElementRoute() protected méthode

protected GetElementRoute ( ) : PropertyRoute
Résultat PropertyRoute

GetElementType() protected méthode

protected GetElementType ( ) : Type
Résultat System.Type

OptionsJSInternal() protected méthode

protected OptionsJSInternal ( ) : object>.Dictionary
Résultat object>.Dictionary

SetReadOnly() protected méthode

protected SetReadOnly ( ) : void
Résultat void

ShouldWriteOldIndex() public méthode

public ShouldWriteOldIndex ( TypeContext tc ) : bool
tc TypeContext
Résultat bool

Property Details

IsVisible public_oe property

public Func IsVisible
Résultat bool>.Func

WriteIndex public_oe property

public WriteIndex WriteIndex
Résultat WriteIndex