CDataSectionElementsCollection ClassCDataSectionElementsCollection ClassCDataSectionElementsCollection Class
- XmlPrime 1.1
- Other Versions ▼
Represents the set of element names which should be serialized using CDATA sections.
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.Serialization.CDataSectionElementsCollectionXmlPrime.Serialization.CDataSectionElementsCollectionXmlPrime.Serialization::CDataSectionElementsCollection
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Syntax
Public Class CDataSectionElementsCollection _ Implements ICollection(Of System.Xml.XmlQualifiedName), _ IEnumerable(Of System.Xml.XmlQualifiedName), _ System.Collections.IEnumerable
public class CDataSectionElementsCollection : ICollection<System.Xml.XmlQualifiedName>, IEnumerable<System.Xml.XmlQualifiedName>, System.Collections.IEnumerable
public: ref class CDataSectionElementsCollection : ICollection<System.Xml::XmlQualifiedName^>, IEnumerable<System.Xml::XmlQualifiedName^>, System.Collections::IEnumerable^
The CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection
type exposes the following members.
Properties
Property | Description | |
---|---|---|
![]() | CountCountCount | Gets the number of qualified names in the CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection. |
![]() | IsReadOnlyIsReadOnlyIsReadOnly | Gets a value indicating whether the CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection is read-only. |
Methods
Method | Description | |
---|---|---|
![]() | Add (string, string)Add (String, String)Add (String^, String^) | Adds the specified qualified name to the current CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection. |
![]() | Add (XmlQualifiedName)Add (XmlQualifiedName)Add (XmlQualifiedName^) | Adds the specified qualified name to the current CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection. |
![]() | ClearClearClear | Removes all qualified names from the current CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection. |
![]() | Contains (string, string)Contains (String, String)Contains (String^, String^) | Returns a value indicating whether the current collection contains the specified qualified name. |
![]() | Contains (XmlQualifiedName)Contains (XmlQualifiedName)Contains (XmlQualifiedName^) | Returns a value indicating whether the current CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection contains the specified qualified name. |
![]() | CopyToCopyToCopyTo | Copies the elements of the CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection to the specified array starting at the specified index. |
![]() | Object.EqualsObject.EqualsObject::Equals | Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object) |
![]() | Object.FinalizeObject.FinalizeObject::Finalize | Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object) |
![]() | GetEnumeratorGetEnumeratorGetEnumerator | Returns an enumerator that iterates through the qualified names in the CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection. |
![]() | Object.GetHashCodeObject.GetHashCodeObject::GetHashCode | Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object) |
![]() | Object.GetTypeObject.GetTypeObject::GetType | Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object) |
![]() | Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone | Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object) |
![]() | Remove (string, string)Remove (String, String)Remove (String^, String^) | Removes the specified qualified name from the current CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection. |
![]() | Remove (XmlQualifiedName)Remove (XmlQualifiedName)Remove (XmlQualifiedName^) | Removes the specified qualified name from the current CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection. |
![]() | Object.ToStringObject.ToStringObject::ToString | Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IEnumerable.GetEnumeratorIEnumerable.GetEnumeratorIEnumerable::GetEnumerator | Returns an enumerator that iterates through a CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection. |
Remarks
The CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection is used in the XdmWriterSettingsXdmWriterSettingsXdmWriterSettings to specify the set of elements whose child text nodes should be serialized as CDATA sections. This occurs during the character expansion phase of serialization.