SerializationSectionGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles the XML elements used to configure XML serialization.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class SerializationSectionGroup sealed : System::Configuration::ConfigurationSectionGroup
public sealed class SerializationSectionGroup : System.Configuration.ConfigurationSectionGroup
type SerializationSectionGroup = class
inherit ConfigurationSectionGroup
Public NotInheritable Class SerializationSectionGroup
Inherits ConfigurationSectionGroup
- Inheritance
Remarks
This class is used to handle the <system.xml.serialization> Element.
Constructors
SerializationSectionGroup() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SerializationSectionGroup class. |
Properties
DateTimeSerialization |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the object that represents the DateTime serialization configuration element. |
IsDeclarationRequired |
Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required. (Inherited from ConfigurationSectionGroup) |
IsDeclared |
Gets a value that indicates whether this ConfigurationSectionGroup object is declared. (Inherited from ConfigurationSectionGroup) |
Name |
Gets the name property of this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup) |
SchemaImporterExtensions |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the object that represents the section that contains configuration elements for the XmlSchemaImporter. |
SectionGroupName |
Gets the section group name associated with this ConfigurationSectionGroup. (Inherited from ConfigurationSectionGroup) |
SectionGroups |
Gets a ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup) |
Sections |
Gets a ConfigurationSectionCollection object that contains all of ConfigurationSection objects within this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup) |
Type |
Gets or sets the type for this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup) |
XmlSerializer |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the object that represents the configuration group for the XmlSerializer. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
ForceDeclaration() |
Forces the declaration for this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup) |
ForceDeclaration(Boolean) |
Forces the declaration for this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ShouldSerializeSectionGroupInTargetVersion(FrameworkName) |
Indicates whether the current ConfigurationSectionGroup instance should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework. (Inherited from ConfigurationSectionGroup) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |