예제 #1
0
 public virtual int AddCustomField(string className, string fieldName, CellarPropertyType fieldType, int destinationClass)
 {
     return(m_metaDataCache.AddCustomField(className, fieldName, fieldType, destinationClass));
 }
예제 #2
0
 /// <summary>
 /// Create a custom field using the given values.
 /// </summary>
 public void CreateCustomField(string className, string fieldName, CellarPropertyType cpt,
                               int destClid, string helpString, int wsSelector, Guid listRoot)
 {
     m_mdc.AddCustomField(className, fieldName, cpt, destClid, helpString, wsSelector, listRoot);
 }