C# 클래스 Felinesoft.UmbracoCodeFirst.Attributes.MemberPropertyAttribute

상속: ContentPropertyAttribute
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

공개 메소드들

메소드 설명
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