C# Class SIL.FieldWorks.CacheLight.ClidFieldnameKey

Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Свойство Type Description
m_clid int
m_fieldname string

Méthodes publiques

Méthode Description
ClidFieldnameKey ( int clid, string fieldname ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

ClidFieldnameKey() public méthode

public ClidFieldnameKey ( int clid, string fieldname ) : System
clid int
fieldname string
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

m_clid public_oe property

public int m_clid
Résultat int

m_fieldname public_oe property

public string m_fieldname
Résultat string