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

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

공개 메소드들

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

메소드 상세

FileSizePropertyAttribute() 공개 메소드

public FileSizePropertyAttribute ( 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