C# Class SerializationUtilities.Attributes.DefaultSerializationSystemAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Méthodes publiques

Свойство Type Description
AssociatedType System.Type
UseInChildren bool

Méthodes publiques

Méthode Description
DefaultSerializationSystemAttribute ( Type associatedType, bool useInChildren = false ) : System

Method Details

DefaultSerializationSystemAttribute() public méthode

public DefaultSerializationSystemAttribute ( Type associatedType, bool useInChildren = false ) : System
associatedType System.Type
useInChildren bool
Résultat System

Property Details

AssociatedType public_oe property

public Type,System AssociatedType
Résultat System.Type

UseInChildren public_oe property

public bool UseInChildren
Résultat bool