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
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst

Méthodes publiques

Méthode 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 méthode

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
Résultat System