C# Class Signum.Web.EntityDetail

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

Public Methods

Method Description
EntityDetail ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : System

Protected Methods

Method Description
SetReadOnly ( ) : void

Method Details

EntityDetail() public method

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

SetReadOnly() protected method

protected SetReadOnly ( ) : void
return void