C# Class Zetbox.Generator.Templates.Serialization.SerializationMember

Datei anzeigen Open project: daszat/zetbox Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
SerializationMember ( string templatename, SerializerType type, string xmlns, string xmlname ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SerializationMember() public method

public SerializationMember ( string templatename, SerializerType type, string xmlns, string xmlname ) : System
templatename string
type SerializerType
xmlns string
xmlname string
return System