C# 클래스 Orchard.Core.Contents.Extensions.MetaDataExtensions

파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
Attachable ( this builder, bool attachable = true ) : ContentPartDefinitionBuilder
Creatable ( this builder, bool creatable = true ) : ContentTypeDefinitionBuilder
Draftable ( this builder, bool draftable = true ) : ContentTypeDefinitionBuilder

메소드 상세

Attachable() 공개 정적인 메소드

public static Attachable ( this builder, bool attachable = true ) : ContentPartDefinitionBuilder
builder this
attachable bool
리턴 Orchard.ContentManagement.MetaData.Builders.ContentPartDefinitionBuilder

Creatable() 공개 정적인 메소드

public static Creatable ( this builder, bool creatable = true ) : ContentTypeDefinitionBuilder
builder this
creatable bool
리턴 Orchard.ContentManagement.MetaData.Builders.ContentTypeDefinitionBuilder

Draftable() 공개 정적인 메소드

public static Draftable ( this builder, bool draftable = true ) : ContentTypeDefinitionBuilder
builder this
draftable bool
리턴 Orchard.ContentManagement.MetaData.Builders.ContentTypeDefinitionBuilder