Class ComponentXmlSerializationInfo
Instances of this type are used by Component
Inheritance
Inherited Members
Namespace: Telerik.WinControls.XmlSerialization
Assembly: Telerik.WinControls.dll
Syntax
public class ComponentXmlSerializationInfo
Constructors
ComponentXmlSerializationInfo(PropertySerializationMetadataCollection)
Declaration
public ComponentXmlSerializationInfo(PropertySerializationMetadataCollection serializationMetadata)
Parameters
Property
|
Properties
DisregardOriginalSerializationVisibility
Gets or sets value indicating whether the serializer will use the serialization visibility attributes
of the properties of the serialized objects or only those found in Serialization
Declaration
public bool DisregardOriginalSerializationVisibility { get; set; }
Property Value
System.
|
SerializationMetadata
Gets a collection of attributes for properties that would override the original designer serialization metadata for these properties
Declaration
public PropertySerializationMetadataCollection SerializationMetadata { get; }
Property Value
SerializeDefaultValues
Gets or sets value indincating whether the serializer will force serialization of properties, disregarding the values of the DefaultValue attribute or ShouldSerialize method
Declaration
public bool SerializeDefaultValues { get; set; }
Property Value
System.
|