Exemplo n.º 1
0
 /// <summary>
 /// Given a field id and a class id, this returns true it it is legal to store this class of
 /// object in the field.
 ///</summary>
 /// <param name='luFlid'>Field identification number. </param>
 /// <param name='luClid'>Class identification number. </param>
 /// <returns>Points to the output boolean set to true if luClid can be stored in
 /// luFlid, else set to false.</returns>
 public virtual bool get_IsValidClass(int luFlid, int luClid)
 {
     return(m_metaDataCache.get_IsValidClass(luFlid, luClid));
 }