TypeConversionValidatorNode 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 TypeConversionValidatorNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TypeConversionValidatorNode | Overloaded. |
Methods
Name | Description | |
---|---|---|
AddNode |
Add a node to the current node's collection.
(Inherited from ConfigurationNode.) |
|
ClearChildNodes |
Clear the Nodes collection.
(Inherited from ConfigurationNode.) |
|
CompareTo |
Compares the specified node to the current node based on the value of the property.
(Inherited from ConfigurationNode.) |
|
CreateValidatorData |
Returns the runtime configuration data that is represented by this node.
(Overrides ValidatorNodeBase.CreateValidatorData().) |
|
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveAfter |
Moves the specified child node immediately after the specified reference node.
(Inherited from ConfigurationNode.) |
|
MoveBefore |
Moves the specified node immediately before the specified reference node.
(Inherited from ConfigurationNode.) |
|
OnChildAdded | Raises the event. |
|
OnChildAdding | Raises the event. |
|
OnChildMoved | Raises the event. |
|
OnChildRemoved | Raises the event. |
|
OnChildRemoving | Raises the event. |
|
OnRemoved | Raises the event. |
|
OnRemoving | Raises the event. |
|
OnRenamed | Raises the event. |
|
OnRenaming | Raises the event. |
|
Remove |
Removes the current node from its parent node.
(Inherited from ConfigurationNode.) |
|
RemoveNode |
Remove a specific node from the current node's collection.
(Inherited from ConfigurationNode.) |
|
Rename | Overloaded. | |
SetValidatorBaseProperties |
Copies properties declared on this node to a runtime configuration data.
(Inherited from SingleValidatorNodeBase.) |
|
SetValueValidatorBaseProperties |
Copies properties declared on this node to a runtime configuration data.
(Inherited from ValueValidatorNode.) |
|
ToString |
Creates and returns a string representation of the current node.
(Inherited from ConfigurationNode.) |
|
Validate |
Performs validation for this node.
(Inherited from SingleValidatorNodeBase.) |
Properties
Name | Description | |
---|---|---|
FirstNode |
Gets the first child node in the node collection.
(Inherited from ConfigurationNode.) |
|
Hierarchy |
Gets or sets the IConfigurationUIHierarchy containing this node.
(Inherited from ConfigurationNode.) |
|
Id |
Gets a runtime-generated, non-persisted unique identifier for this node.
(Inherited from ConfigurationNode.) |
|
Index |
Gets the position of this node in the .
(Inherited from ConfigurationNode.) |
|
LastNode |
Gets the first child node in the node collection.
(Inherited from ConfigurationNode.) |
|
MessageTemplate |
Gets or sets the MessageTemplate for this validator.
(Inherited from SingleValidatorNodeBase.) |
|
MessageTemplateResourceName |
Gets or sets the MessageTemplateResourceName for this validator. When using localized message templates, this specifies the name of the resource that should be used to retrieve a localized template.
(Inherited from SingleValidatorNodeBase.) |
|
MessageTemplateResourceTypeName |
Gets or sets the MessageTemplateResourceTypeName for this validator. When using localized message templates, this specifies the type that contains the localized resources.
(Inherited from SingleValidatorNodeBase.) |
|
Name |
Gets or sets the name of the node.
(Inherited from ConfigurationNode.) |
|
Negated |
Gets or sets the flag indicating the represented validator is negated.
(Inherited from ValueValidatorNode.) |
|
NextSibling |
Gets the node immediately following this node.
(Inherited from ConfigurationNode.) |
|
Nodes |
Gets the collection of ConfigurationNode objects assigned to the current configuration node.
(Inherited from ConfigurationNode.) |
|
Parent |
Gets the parent configuration node of the the current configuration node.
(Inherited from ConfigurationNode.) |
|
Path |
Gets the path from the root node to the current node.
(Inherited from ConfigurationNode.) |
|
PreviousSibling |
Gets the node immediately preceding this node.
(Inherited from ConfigurationNode.) |
|
Site |
Gets or sets the ISite for the node.
(Inherited from ConfigurationNode.) |
|
SortChildren |
Gets if children added to the node are sorted.
(Inherited from ConfigurationNode.) |
|
Tag |
Gets or sets the tag for this validator.
(Inherited from SingleValidatorNodeBase.) |
|
TargetType |
Gets or sets the fully qualified assembly name of the target element type.
|
Events
Name | Description | |
---|---|---|
ChildAdded |
Occurs after a child node is added to the current node.
(Inherited from ConfigurationNode.) |
|
ChildAdding |
Occurs after a child node is added to the current node.
(Inherited from ConfigurationNode.) |
|
ChildMoved |
Occurs after a child node is moved from its parent's node collection.
(Inherited from ConfigurationNode.) |
|
ChildRemoved |
Occurs after a child node of the current node is removed.
(Inherited from ConfigurationNode.) |
|
ChildRemoving |
Occurs before a child node of the current node is removed.
(Inherited from ConfigurationNode.) |
|
Disposed |
Occurs after the current node is disposed.
(Inherited from ConfigurationNode.) |
|
Removed |
Occurs after the current node is removed from its parent's node collection.
(Inherited from ConfigurationNode.) |
|
Removing |
Occurs before the current node is removed from its parent's node collection.
(Inherited from ConfigurationNode.) |
|
Renamed |
Occurs after the name of the current node changes.
(Inherited from ConfigurationNode.) |
|
Renaming |
Occurs after the name of the current node changes.
(Inherited from ConfigurationNode.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComparable.CompareTo |
Compares the specified node to the current node based on the value of the property.
(Inherited from ConfigurationNode.) |
See Also
TypeConversionValidatorNode Class
Microsoft.Practices.EnterpriseLibrary.Validation.Configuration.Design.ValidatorNodes 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. |