C# Class Felinesoft.UmbracoCodeFirst.Attributes.ContentSiblingDependencyAttribute

Specifies a document type whose default document is a sibling of this document and should be created before this document
Inheritance: System.Attribute
ファイルを表示 Open project: DanMannMann/UmbracoCodeFirst

Public Methods

Method Description
ContentSiblingDependencyAttribute ( Type dependency ) : System

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

Method Details

ContentSiblingDependencyAttribute() public method

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
return System