Class
PropertySerializationMetadata

Definition

Namespace:Telerik.WinControls.XmlSerialization

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class PropertySerializationMetadata

Inheritance: objectPropertySerializationMetadata

Constructors

PropertySerializationMetadata(Type, string, AttributeCollection)

Declaration

cs-api-definition
public PropertySerializationMetadata(Type targetType, string propertyName, AttributeCollection attributes)

Parameters

targetType

Type

propertyName

string

attributes

AttributeCollection

PropertySerializationMetadata(Type, string, bool)

Declaration

cs-api-definition
public PropertySerializationMetadata(Type targetType, string propertyName, bool shouldSerialize)

Parameters

targetType

Type

propertyName

string

shouldSerialize

bool

PropertySerializationMetadata(Type, string, params Attribute[])

Declaration

cs-api-definition
public PropertySerializationMetadata(Type targetType, string propertyName, params Attribute[] attributes)

Parameters

targetType

Type

propertyName

string

attributes

Attribute[]

PropertySerializationMetadata(string, string, AttributeCollection)

Declaration

cs-api-definition
public PropertySerializationMetadata(string targetTypeFullName, string propertyName, AttributeCollection attributes)

Parameters

targetTypeFullName

string

propertyName

string

attributes

AttributeCollection

PropertySerializationMetadata(string, string, bool)

Declaration

cs-api-definition
public PropertySerializationMetadata(string targetTypeFullName, string propertyName, bool shouldSerialize)

Parameters

targetTypeFullName

string

propertyName

string

shouldSerialize

bool

PropertySerializationMetadata(string, string, params Attribute[])

Declaration

cs-api-definition
public PropertySerializationMetadata(string typeFullName, string propertyName, params Attribute[] attributes)

Parameters

typeFullName

string

propertyName

string

attributes

Attribute[]

Properties

Attributes

Declaration

cs-api-definition
public AttributeCollection Attributes { get; set; }

Property Value

AttributeCollection

PropertyName

Declaration

cs-api-definition
public string PropertyName { get; }

Property Value

string

ShouldSerializeProperty

Declaration

cs-api-definition
public virtual bool? ShouldSerializeProperty { get; set; }

Property Value

bool?

Type

Declaration

cs-api-definition
public Type Type { get; }

Property Value

Type

TypeFullName

Declaration

cs-api-definition
public string TypeFullName { get; }

Property Value

string