?? microsoft.practices.enterpriselibrary.common.xml
字號:
<summary>
Looks up a localized string similar to The [CustomFactory] attribute was not found on type {0} while processing request for id '{1}'..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionEventRaisingFailed">
<summary>
Looks up a localized string similar to There was an error raising an event in .
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionFactoryMethodHasInvalidReturnType">
<summary>
Looks up a localized string similar to The method with signature {0} is not a valid factory method to build type {1}..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionInvalidType">
<summary>
Looks up a localized string similar to The type '{0}' cannot be resolved. Please verify the spelling is correct or that the full type name is provided..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionNamedConfigurationNotFound">
<summary>
Looks up a localized string similar to The configuration could not be found for name '{0}' in factory {1}..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionNoConfigurationElementAttribute">
<summary>
Looks up a localized string similar to The type {0} does not contain the ConfigurationElementTypeAttribute..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionNoMethodAnnotatedForInjectionFound">
<summary>
Looks up a localized string similar to The type {0} does not have a public method annotated as an injection target as required by the use of injection..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionNoSuitableFactoryMethodFound">
<summary>
Looks up a localized string similar to The type {0} does not have a static method with a TargetConstructorAttribuite suitable to create an object of type {1}..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionNoTypeAttribute">
<summary>
Looks up a localized string similar to The type attribute does not exist on the element {0}..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionParameterNotAnnotatedForInjection">
<summary>
Looks up a localized string similar to The parameter '{0}' for injection target '{1}' in type '{2}' is missing the injection interpretation attribute..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionPerformanceCounterRedefined">
<summary>
Looks up a localized string similar to The performance counter '{0}' in category '{1}' is redefined in type {2} with a different configuration..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionPropertyNotFound">
<summary>
Looks up a localized string similar to e {2}..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionRetrievalAttributeNotFound">
<summary>
Looks up a localized string similar to The type {0} does not contain the ConfigurationDataRetrievalAttribute required to resolve named references..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionSourcePropertyDoesNotExist">
<summary>
Looks up a localized string similar to Could not retrieve parameter value. The property {0} does not exist for type {1}..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionStringNullOrEmpty">
<summary>
Looks up a localized string similar to The value can not be null or string or empty..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionSystemSourceNotDefined">
<summary>
Looks up a localized string similar to The system configuration source is not defined in the configuration file..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionTypeCouldNotBeCreated">
<summary>
Looks up a localized string similar to The type {0} from configuration could not be created..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionTypeNotCustomFactory">
<summary>
Looks up a localized string similar to Type {0} is not an implementation of ICustomFactory for CustomFactoryAttribute..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionTypeNotNameMapper">
<summary>
Looks up a localized string similar to Type {0} is not an implementation of IConfigurationNameMapper for ConfigurationNameMapperAttribute..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionTypeNotRetriever">
<summary>
Looks up a localized string similar to Type {0} is not an implementation of IConfigurationDataRetriever for ConfigurationDataRetrievalAttribute..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionUnexpectedType">
<summary>
Looks up a localized string similar to The expected type '{0}' was not provided..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.FileConfigurationSourceName">
<summary>
Looks up a localized string similar to File Configuration Source.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.SystemConfigurationSourceName">
<summary>
Looks up a localized string similar to System Configuration Source.
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.AssemblyQualifiedTypeNameConverter">
<summary>
Represents a configuration converter that converts a string to <see cref="T:System.Type"/> based on a fully qualified name.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.AssemblyQualifiedTypeNameConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>
Returns the assembly qualified name for the passed in Type.
</summary>
<param name="context">The container representing this System.ComponentModel.TypeDescriptor.</param>
<param name="culture">Culture info for assembly</param>
<param name="value">Value to convert.</param>
<param name="destinationType">Type to convert to.</param>
<returns>Assembly Qualified Name as a string</returns>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.AssemblyQualifiedTypeNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>
Returns a type based on the assembly qualified name passed in as data.
</summary>
<param name="context">The container representing this System.ComponentModel.TypeDescriptor.</param>
<param name="culture">Culture info for assembly.</param>
<param name="value">Data to convert.</param>
<returns>Type of the data</returns>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.BaseFileConfigurationSourceImplementation">
<summary>
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
Represents the implementation details for file-based configuration sources.
</summary>
<remarks>
This implementation deals with setting up the watcher over the configuration files to detect changes and update
the configuration representation. It also manages the change notification features provided by the file based
configuration sources.
</remarks>
</member>
<member name="F:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.BaseFileConfigurationSourceImplementation.NullConfigSource">
<summary>
This field supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
ConfigSource value for sections that existed in configuration but were later removed.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.BaseFileConfigurationSourceImplementation.#ctor(System.String,System.Boolean)">
<summary>
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.FileConfigurationSourceImplementation"/> class.
</summary>
<param name="configurationFilepath">The path for the main configuration file.</param>
<param name="refresh"><b>true</b>if runtime changes should be refreshed, <b>false</b> otherwise.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.BaseFileConfigurationSourceImplementation.#ctor(System.String)">
<summary>
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.FileConfigurationSourceImplementation"/> class.
</summary>
<param name="configurationFilepath">The path for the main configuration file.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.BaseFileConfigurationSourceImplementation.GetSection(System.String)">
<summary>
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
Retrieves the specified <see cref="T:System.Configuration.ConfigurationSection"/> from the configuration file, and starts watching for
its changes if not watching already.
</summary>
<param name="sectionName">The section name.</param>
<returns>The section, or <see langword="null"/> if it doesn't exist.</returns>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.BaseFileConfigurationSourceImplementation.SetConfigurationWatchers(System.String,System.Configuration.ConfigurationSection)">
<summary>
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
Sets up a watcher for <paramref name="configurationSection"/> under the name <paramref name="sectionName"/>.
</summary>
<remarks>
A watcher will be created if the section is not already being watched. The watcher will be watching the file specified
by <see cref="P:System.Configuration.ConfigurationSection.SectionInformation"/>.
</remarks>
<param name="sectionName">The name of the configuration section to watch.</param>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -