ConfigurationDomainNodeExtensionMethods Class

Provide common helper methods for the IConfigurationDomainNode interface, so that implementations don't need to introduce them.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static class ConfigurationDomainNodeExtensionMethods
Inheritance
Object    ConfigurationDomainNodeExtensionMethods

Methods

AssertCapable Throws an exception if a node does not support a certain capability.
IsCapable Determines whether a node supports a certain capability. Capabilities correspond to interface methods that are valid to call on a node.

See Also