Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
DICOMServicesConfigurationHandler Class Members
See Also  Properties  Methods 
Leadtools.Dicom.Services Namespace : DICOMServicesConfigurationHandler Class

The following tables list the members exposed by DICOMServicesConfigurationHandler.

Public Constructors

 NameDescription
public Constructor DICOMServicesConfigurationHandler ConstructorInitializes a new instance of the DICOMServicesConfigurationHandler class.  
Top

Public Properties

 NameDescription
public Property ElementInformationGets an System.Configuration.ElementInformation object that contains the non-customizable information and functionality of the System.Configuration.ConfigurationElement object. (Inherited from System.Configuration.ConfigurationElement)
public Property LockAllAttributesExceptGets the collection of locked attributes. (Inherited from System.Configuration.ConfigurationElement)
public Property LockAllElementsExceptGets the collection of locked elements. (Inherited from System.Configuration.ConfigurationElement)
public Property LockAttributesGets the collection of locked attributes (Inherited from System.Configuration.ConfigurationElement)
public Property LockElementsGets the collection of locked elements. (Inherited from System.Configuration.ConfigurationElement)
public Property LockItemGets or sets a value indicating whether the element is locked. (Inherited from System.Configuration.ConfigurationElement)
public Property ManageConfigurationSection Represents the Manage plug-in configuration element.  
public Property ObjectRetrieveConfigurationSection Represents the Object Retrieve plug-in configuration element.  
public Property QueryConfigurationSection Represents the Query plug-in configuration element.  
public Property SectionInformationGets a System.Configuration.SectionInformation object that contains the non-customizable information and functionality of the System.Configuration.ConfigurationSection object. (Inherited from System.Configuration.ConfigurationSection)
public Property StoreConfigurationSection Represents the Store Retrieve plug-in configuration element.  
public Property Type Represents the factory class type which is responsible of creating the plug-ins.  
Top

Protected Properties

Public Methods

 NameDescription
public Method IsReadOnlyGets a value indicating whether the System.Configuration.ConfigurationElement object is read-only. (Inherited from System.Configuration.ConfigurationElement)
Top

Protected Methods

 NameDescription
protected Method ListErrorsAdds the invalid-property errors in this System.Configuration.ConfigurationElement object, and in all subelements, to the passed list. (Inherited from System.Configuration.ConfigurationElement)
protected Method OnDeserializeUnrecognizedAttributeGets a value indicating whether an unknown attribute is encountered during deserialization. (Inherited from System.Configuration.ConfigurationElement)
protected Method OnDeserializeUnrecognizedElementGets a value indicating whether an unknown element is encountered during deserialization. (Inherited from System.Configuration.ConfigurationElement)
protected Method OnRequiredPropertyNotFoundThrows an exception when a required property is not found. (Inherited from System.Configuration.ConfigurationElement)
protected Method PostDeserializeCalled after deserialization. (Inherited from System.Configuration.ConfigurationElement)
protected Method PreSerializeCalled before serialization. (Inherited from System.Configuration.ConfigurationElement)
protected Method SetPropertyValueSets a property to the specified value. (Inherited from System.Configuration.ConfigurationElement)
Top

See Also