C# Class Treefrog.Framework.PropertyManager

显示文件 Open project: jaquadro/Treefrog

Private Properties

Property Type Description
PropertyManager System.Collections.Generic

Public Methods

Method Description
IsReadOnly ( string propertyName ) : bool
LookupCategory ( string propertyName ) : PropertyCategory
LookupProperty ( string propertyName ) : Property

Private Methods

Method Description
PropertyManager ( PropertyClassManager classManager, object inst ) : System.Collections.Generic

Method Details

IsReadOnly() public method

public IsReadOnly ( string propertyName ) : bool
propertyName string
return bool

LookupCategory() public method

public LookupCategory ( string propertyName ) : PropertyCategory
propertyName string
return PropertyCategory

LookupProperty() public method

public LookupProperty ( string propertyName ) : Property
propertyName string
return Treefrog.Framework.Model.Property