Share via


NodeCreationEntry Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The NodeCreationEntry type exposes the following members.

Methods

  Name Description
Public methodStatic member CreateNodeCreationEntryNoMultiples
Create a new instance of the NodeCreationEntry that does not allows multiple nodes in the same parent node with a command, the node type to create, the configuration data type associated with the node and name to display for this node.
Public methodStatic member CreateNodeCreationEntryWithMultiples
Create a new instance of the NodeCreationEntry that allows multiple nodes in the same parent node with a command, the node type to create, the configuration data type associated with the node and name to display for this node.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property AllowMultiple
Determines if more than one of the node type can exist.
Public property ConfigurationNodeCommand
Gets the command used to create the node.
Public property DataType
Gets the configuration data type associated with the node type.
Public property DisplayName
Gets the display name to show in the user interface that creats the node.
Public property NodeType
Gets the node type to create.

See Also

NodeCreationEntry Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.