C# Class Signum.Web.EntityListBase

Inheritance: EntityBase
Mostrar archivo Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
IsVisible bool>.Func
WriteIndex WriteIndex

Public Methods

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

Protected Methods

Method Description
GetElementRoute ( ) : PropertyRoute
GetElementType ( ) : Type
OptionsJSInternal ( ) : object>.Dictionary
SetReadOnly ( ) : void

Method Details

EntityListBase() public method

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

GetElementRoute() protected method

protected GetElementRoute ( ) : PropertyRoute
return PropertyRoute

GetElementType() protected method

protected GetElementType ( ) : Type
return System.Type

OptionsJSInternal() protected method

protected OptionsJSInternal ( ) : object>.Dictionary
return object>.Dictionary

SetReadOnly() protected method

protected SetReadOnly ( ) : void
return void

ShouldWriteOldIndex() public method

public ShouldWriteOldIndex ( TypeContext tc ) : bool
tc TypeContext
return bool

Property Details

IsVisible public_oe property

public Func IsVisible
return bool>.Func

WriteIndex public_oe property

public WriteIndex WriteIndex
return WriteIndex