C# Class Felinesoft.UmbracoCodeFirst.Attributes.MemberPropertyAttribute

Inheritance: ContentPropertyAttribute
Exibir arquivo Open project: DanMannMann/UmbracoCodeFirst

Public Methods

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

Method Details

MemberPropertyAttribute() public method

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