C# Class SerializationUtilities.Attributes.DefaultSerializationSystemAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Public Properties

Property Type Description
AssociatedType System.Type
UseInChildren bool

Public Methods

Method Description
DefaultSerializationSystemAttribute ( Type associatedType, bool useInChildren = false ) : System

Method Details

DefaultSerializationSystemAttribute() public method

public DefaultSerializationSystemAttribute ( Type associatedType, bool useInChildren = false ) : System
associatedType System.Type
useInChildren bool
return System

Property Details

AssociatedType public_oe property

public Type,System AssociatedType
return System.Type

UseInChildren public_oe property

public bool UseInChildren
return bool