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

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

공개 메소드들

메소드 설명
PreValueAttribute ( string alias, string value ) : System

Specifies a string prevalue to apply to a data type

PreValueAttribute ( string alias, string value, int sortOrder, int id ) : System

Specifies a string prevalue to apply to a data type

메소드 상세

PreValueAttribute() 공개 메소드

Specifies a string prevalue to apply to a data type
public PreValueAttribute ( string alias, string value ) : System
alias string The alias of the prevalue
value string The value of the prevalue
리턴 System

PreValueAttribute() 공개 메소드

Specifies a string prevalue to apply to a data type
public PreValueAttribute ( string alias, string value, int sortOrder, int id ) : System
alias string The alias of the prevalue
value string The value of the prevalue
sortOrder int The sort order of the prevalue
id int The id of the prevalue
리턴 System