Ejemplo n.º 1
0
 /// <summary>
 /// Obtain the value for the \lf field for the current LexEntry or LexSense as given
 /// by hvo, in the given writing system.
 /// </summary>
 /// <param name="ws">database id for a writing system</param>
 /// <param name="hvo">database id for a LexEntry or LexSense</param>
 /// <returns></returns>
 public string TypeAbbreviation(int ws, int hvo)
 {
     return(m_lexRef.TypeAbbreviation(ws, m_lexRef.Services.GetObject(hvo)));
 }