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

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

공개 메소드들

메소드 설명
FileUploadPropertyAttribute ( string name = null, bool mandatory = false, string description = "", int sortOrder, bool addTabAliasToPropertyAlias = true, string dataType = null ) : System

메소드 상세

FileUploadPropertyAttribute() 공개 메소드

public FileUploadPropertyAttribute ( 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
리턴 System