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
Показать файл Открыть проект

Открытые методы

Метод Описание
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