Class PropertySerializationMetadata
Inheritance
System.Object
PropertySerializationMetadata
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.XmlSerialization
Assembly: Telerik.WinControls.dll
Syntax
public class PropertySerializationMetadata
Constructors
PropertySerializationMetadata(String, String, Attribute[])
Declaration
public PropertySerializationMetadata(string typeFullName, string propertyName, params Attribute[] attributes)
Parameters
System.
|
System.
|
System.
|
PropertySerializationMetadata(String, String, Boolean)
Declaration
public PropertySerializationMetadata(string targetTypeFullName, string propertyName, bool shouldSerialize)
Parameters
System.
|
System.
|
System.
|
PropertySerializationMetadata(String, String, AttributeCollection)
Declaration
public PropertySerializationMetadata(string targetTypeFullName, string propertyName, AttributeCollection attributes)
Parameters
System.
|
System.
|
System.
|
PropertySerializationMetadata(Type, String, Attribute[])
Declaration
public PropertySerializationMetadata(Type targetType, string propertyName, params Attribute[] attributes)
Parameters
System.
|
System.
|
System.
|
PropertySerializationMetadata(Type, String, Boolean)
Declaration
public PropertySerializationMetadata(Type targetType, string propertyName, bool shouldSerialize)
Parameters
System.
|
System.
|
System.
|
PropertySerializationMetadata(Type, String, AttributeCollection)
Declaration
public PropertySerializationMetadata(Type targetType, string propertyName, AttributeCollection attributes)
Parameters
System.
|
System.
|
System.
|
Properties
Attributes
Declaration
public AttributeCollection Attributes { get; set; }
Property Value
System.
|
PropertyName
Declaration
public string PropertyName { get; }
Property Value
System.
|
ShouldSerializeProperty
Declaration
public virtual bool? ShouldSerializeProperty { get; set; }
Property Value
System.
|
Type
Declaration
public Type Type { get; }
Property Value
System.
|
TypeFullName
Declaration
public string TypeFullName { get; }
Property Value
System.
|