C# Class Felinesoft.UmbracoCodeFirst.Attributes.MemberPropertyAttribute

Inheritance: ContentPropertyAttribute
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst

Méthodes publiques

Méthode 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 méthode

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
Résultat System