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

Specifies a document type whose default document is a sibling of this document and should be created before this document
상속: System.Attribute
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

공개 메소드들

메소드 설명
ContentSiblingDependencyAttribute ( Type dependency ) : System

Specifies a document type whose default document is a sibling of this document and should be created before this document

메소드 상세

ContentSiblingDependencyAttribute() 공개 메소드

Specifies a document type whose default document is a sibling of this document and should be created before this document
public ContentSiblingDependencyAttribute ( Type dependency ) : System
dependency System.Type The document type
리턴 System