C# Class erminas.SmartAPI.CMS.Locale

Exibir arquivo Open project: erminas/smartapi

Public Methods

Method Description
Equals ( Locale other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Protected Methods

Method Description
Locale ( ISession session, XmlElement xmlElement ) : System

Private Methods

Method Description
GetFormats ( ) : List
GetFormatsOfSingleType ( DateTimeFormatTypes types ) : XmlNodeList

Method Details

Equals() public method

public Equals ( Locale other ) : bool
other Locale
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Locale() protected method

protected Locale ( ISession session, XmlElement xmlElement ) : System
session ISession
xmlElement System.Xml.XmlElement
return System

ToString() public method

public ToString ( ) : string
return string