C# Class Felinesoft.UmbracoCodeFirst.Attributes.NodePickerConfigAttribute

Inheritance: CodeFirstAttribute, IDataTypeInstance, IInitialisableAttribute, IInitialisablePropertyAttribute
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst Class Usage Examples

Private Properties

Свойство Type Description
GetNodeIdFromPath int
Init void

Méthodes publiques

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

Private Methods

Méthode Description
GetNodeIdFromPath ( string startNode ) : int
Init ( string memberName ) : void

Method Details

Initialise() public méthode

public Initialise ( PropertyInfo propertyTarget ) : void
propertyTarget System.Reflection.PropertyInfo
Résultat void

Initialise() public méthode

public Initialise ( Type decoratedType ) : void
decoratedType System.Type
Résultat void

NodePickerConfigAttribute() public méthode

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