C# Class Zetbox.App.Base.PropertyActions

Datei anzeigen Open project: daszat/zetbox Class Usage Examples

Public Methods

Method Description
PropertyActions ( IAssetsManager assets ) : System

Private Methods

Method Description
DecorateElementType ( System.Property obj, MethodReturnEventArgs e, bool isStruct ) : void
DecorateParameterType ( System.Property obj, MethodReturnEventArgs e, bool isStruct, bool isList, bool isOrdered ) : void
DecorateParameterType ( System.Property obj, MethodReturnEventArgs e, bool isStruct, bool isList, bool isOrdered ) : void
GetDescription ( System.Property obj, MethodReturnEventArgs e ) : void
GetLabel ( Zetbox obj, MethodReturnEventArgs e ) : void
GetName ( System.Property obj, MethodReturnEventArgs e ) : void
GetPropertyType ( Zetbox obj, Zetbox e ) : void
GetPropertyTypeString ( Zetbox obj, Zetbox e ) : void
NotifyDeleting ( System.Property obj ) : void
ToString ( Property obj, MethodReturnEventArgs e ) : void
get_CodeTemplate ( Property obj, PropertyGetterEventArgs e ) : void
isValid_DefaultSortPriority ( Property obj, PropertyIsValidEventArgs e ) : void
isValid_Name ( Property obj, PropertyIsValidEventArgs e ) : void
postSet_Constraints ( Property obj ) : void
postSet_Name ( Property obj, PropertyPostSetterEventArgs e ) : void
postSet_ObjectClass ( Property obj, PropertyPostSetterEventArgs e ) : void

Method Details

PropertyActions() public method

public PropertyActions ( IAssetsManager assets ) : System
assets IAssetsManager
return System