C# Класс Felinesoft.UmbracoCodeFirst.Attributes.MemberPropertyAttribute

Наследование: ContentPropertyAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

MemberPropertyAttribute() публичный Метод

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
Результат System