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

상속: CodeFirstAttribute, IDataTypeInstance, IInitialisableAttribute, IInitialisablePropertyAttribute
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetNodeIdFromPath int
Init void

공개 메소드들

메소드 설명
Initialise ( PropertyInfo propertyTarget ) : void
Initialise ( Type decoratedType ) : void
NodePickerConfigAttribute ( int minimumItems = -1, int maximumItems = -1, Type allowedDescendants = null, string startNode = null, StartNodeSpecifier startNodeSpecifier = StartNodeSpecifier.Path, bool showOpenButton = false, bool showEditButton = false, bool showPathsWhenHovering = false ) : System

비공개 메소드들

메소드 설명
GetNodeIdFromPath ( string startNode ) : int
Init ( string memberName ) : void

메소드 상세

Initialise() 공개 메소드

public Initialise ( PropertyInfo propertyTarget ) : void
propertyTarget System.Reflection.PropertyInfo
리턴 void

Initialise() 공개 메소드

public Initialise ( Type decoratedType ) : void
decoratedType System.Type
리턴 void

NodePickerConfigAttribute() 공개 메소드

public NodePickerConfigAttribute ( int minimumItems = -1, int maximumItems = -1, Type allowedDescendants = null, string startNode = null, StartNodeSpecifier startNodeSpecifier = StartNodeSpecifier.Path, bool showOpenButton = false, bool showEditButton = false, bool showPathsWhenHovering = false ) : System
minimumItems int
maximumItems int
allowedDescendants System.Type
startNode string
startNodeSpecifier StartNodeSpecifier
showOpenButton bool
showEditButton bool
showPathsWhenHovering bool
리턴 System