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

상속: CodeFirstAttribute, IInitialisablePropertyAttribute
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst 1 사용 예제들

공개 메소드들

메소드 설명
ContentTabAttribute ( string name = null, int sortOrder, string originalName = null, bool preserveOriginalNameFormat = false ) : System

Specifies that a property should be used as a document tab on a document type. Any properties which are not set will be inferred from the property metadata and the data type metadata if possible.

Initialise ( System propertyTarget ) : void

Initialises the attribute properties based on the type to which the attribute is applied.

메소드 상세

ContentTabAttribute() 공개 메소드

Specifies that a property should be used as a document tab on a document type. Any properties which are not set will be inferred from the property metadata and the data type metadata if possible.
public ContentTabAttribute ( string name = null, int sortOrder, string originalName = null, bool preserveOriginalNameFormat = false ) : System
name string The name of the tab
sortOrder int The sort order of the tab
originalName string
preserveOriginalNameFormat bool
리턴 System

Initialise() 공개 메소드

Initialises the attribute properties based on the type to which the attribute is applied.
public Initialise ( System propertyTarget ) : void
propertyTarget System The property to which the attribute is applied
리턴 void