C# Class Telerik.Web.Mvc.Infrastructure.Implementation.AuthorizeAttributeBuilder

AuthorizeAttributeBuilder class
Show file Open project: juanplopes/simple-telerik Class Usage Examples

Public Methods

Method Description
Build ( Type parentType ) : ConstructorInfo

Private Methods

Method Description
CreateModuleBuilder ( ) : ModuleBuilder
WriteIsAuthorized ( Type parentType, TypeBuilder builder ) : void
WriteProperty ( Type parentType, TypeBuilder builder, string name, Type type ) : void

Method Details

Build() public method

public Build ( Type parentType ) : ConstructorInfo
parentType System.Type
return System.Reflection.ConstructorInfo