C# Class System.Xml.Serialization.XmlMapping

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
CheckShallow void
GenerateKey string
IsShallow bool
SetKeyInternal void
XmlMapping System
XmlMapping System

Méthodes publiques

Méthode Description
SetKey ( string key ) : void

Private Methods

Méthode Description
CheckShallow ( ) : void
GenerateKey ( Type type, XmlRootAttribute root, string ns ) : string
IsShallow ( XmlMapping mappings ) : bool
SetKeyInternal ( string key ) : void
XmlMapping ( TypeScope scope, ElementAccessor accessor ) : System
XmlMapping ( TypeScope scope, ElementAccessor accessor, XmlMappingAccess access ) : System

Method Details

SetKey() public méthode

public SetKey ( string key ) : void
key string
Résultat void