C# Class Sdl.Web.Tridion.Mapping.MappingData

Internal data structure for model mapping purposes.
Afficher le fichier Open project: sdl/dxa-web-application-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
MappingData ( ) : System

Initializes a new, empty MappingData instance.

MappingData ( MappingData other ) : System

Initializes a new MappingData instance which is a (shallow) copy of another.

Method Details

MappingData() public méthode

Initializes a new, empty MappingData instance.
public MappingData ( ) : System
Résultat System

MappingData() public méthode

Initializes a new MappingData instance which is a (shallow) copy of another.
public MappingData ( MappingData other ) : System
other MappingData The other instance to copy.
Résultat System