New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.XmlSerialization

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class PropertySerializationMetadata

Inheritance: objectPropertySerializationMetadata

Constructors

C#
public PropertySerializationMetadata(string targetTypeFullName, string propertyName, AttributeCollection attributes)
Parameters:targetTypeFullNamestringpropertyNamestringattributesAttributeCollection
C#
public PropertySerializationMetadata(string targetTypeFullName, string propertyName, bool shouldSerialize)
Parameters:targetTypeFullNamestringpropertyNamestringshouldSerializebool
C#
public PropertySerializationMetadata(string typeFullName, string propertyName, params Attribute[] attributes)
Parameters:typeFullNamestringpropertyNamestringattributesAttribute[]
C#
public PropertySerializationMetadata(Type targetType, string propertyName, AttributeCollection attributes)
Parameters:targetTypeTypepropertyNamestringattributesAttributeCollection
C#
public PropertySerializationMetadata(Type targetType, string propertyName, bool shouldSerialize)
Parameters:targetTypeTypepropertyNamestringshouldSerializebool
C#
public PropertySerializationMetadata(Type targetType, string propertyName, params Attribute[] attributes)
Parameters:targetTypeTypepropertyNamestringattributesAttribute[]

Properties

C#
public AttributeCollection Attributes { get; set; }
C#
public string PropertyName { get; }
C#
public virtual bool? ShouldSerializeProperty { get; set; }
C#
public Type Type { get; }
C#
public string TypeFullName { get; }