C# Class Felinesoft.UmbracoCodeFirst.Attributes.ImageWidthPropertyAttribute

Inheritance: ContentPropertyAttribute
Mostrar archivo Open project: DanMannMann/UmbracoCodeFirst

Public Methods

Method Description
ImageWidthPropertyAttribute ( string name = null, bool mandatory = false, string description = "", int sortOrder, bool addTabAliasToPropertyAlias = true, string dataType = null ) : System

Method Details

ImageWidthPropertyAttribute() public method

public ImageWidthPropertyAttribute ( string name = null, bool mandatory = false, string description = "", int sortOrder, bool addTabAliasToPropertyAlias = true, string dataType = null ) : System
name string
mandatory bool
description string
sortOrder int
addTabAliasToPropertyAlias bool
dataType string
return System