C# Class System.Xml.Serialization.XmlMapping

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
CheckShallow void
GenerateKey string
IsShallow bool
SetKeyInternal void
XmlMapping System
XmlMapping System

Public Methods

Method Description
SetKey ( string key ) : void

Private Methods

Method 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 method

public SetKey ( string key ) : void
key string
return void