StaticRoutesXmlConfigurationProvider Class

Class StaticRoutesXmlConfigurationProvider. Implements the ConfigurationProvider

Inheritance Hierarchy

System.Object
  Microsoft.Extensions.Configuration.ConfigurationProvider
    TwinCAT.Ads.TcpRouter.StaticRoutesXmlConfigurationProvider
Namespace:  TwinCAT.Ads.TcpRouter
Assembly:  TwinCAT.Ads.TcpRouter (in TwinCAT.Ads.TcpRouter.dll) Version: 6.0.328+39e3229

Syntax

C#

public class StaticRoutesXmlConfigurationProvider : ConfigurationProvider

The StaticRoutesXmlConfigurationProvider type exposes the following members.

Constructors

 

Name

Description

StaticRoutesXmlConfigurationProvider Class 1:

StaticRoutesXmlConfigurationProvider

Initializes a new instance of the StaticRoutesXmlConfigurationProvider class.

Properties

 

Name

Description

StaticRoutesXmlConfigurationProvider Class 2:

Data

The configuration key value pairs for this provider. (Inherited from ConfigurationProvider.)

Methods

 

Name

Description

StaticRoutesXmlConfigurationProvider Class 3:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

StaticRoutesXmlConfigurationProvider Class 4:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

StaticRoutesXmlConfigurationProvider Class 5:

GetChildKeys

Returns the list of keys that this provider has. (Overrides ConfigurationProvider.GetChildKeys(IEnumerable.String., String).)

StaticRoutesXmlConfigurationProvider Class 6:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

StaticRoutesXmlConfigurationProvider Class 7:

GetReloadToken

Returns a IChangeToken that can be used to listen when this provider is reloaded. (Inherited from ConfigurationProvider.)

StaticRoutesXmlConfigurationProvider Class 8:

GetType

Gets the Type of the current instance. (Inherited from Object.)

StaticRoutesXmlConfigurationProvider Class 9:

Load

Loads (or reloads) the data for this provider. (Overrides ConfigurationProvider.Load..)

StaticRoutesXmlConfigurationProvider Class 10:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

StaticRoutesXmlConfigurationProvider Class 11:

OnReload

Triggers the reload change token and creates a new one. (Inherited from ConfigurationProvider.)

StaticRoutesXmlConfigurationProvider Class 12:

Set

Sets a value for a given key. (Inherited from ConfigurationProvider.)

StaticRoutesXmlConfigurationProvider Class 13:

ToString

Generates a string representing this provider name and relevant details. (Inherited from ConfigurationProvider.)

StaticRoutesXmlConfigurationProvider Class 14:

TryGet

Attempts to find a value with the given key, returns true if one is found, false otherwise. (Overrides ConfigurationProvider.TryGet(String, String.).)

Reference

TwinCAT.Ads.TcpRouter Namespace

Microsoft.Extensions.Configuration.ConfigurationProvider