/// <summary>
 /// Adds a Field combination to the Relationships dictionary
 /// </summary>
 public void addRelationship(ushort layoutKeyId, ushort layoutValueId, ref Field[] fieldKeys, ref Field[] fieldValues)
 {
     throw new System.NotImplementedException();
 }
Example #2
0
 /// <summary>
 /// Adds a new Field to the Layout
 /// </summary>
 /// <param name="field">a Field object</param>
 public void addField(Field field)
 {
     throw new System.NotImplementedException();
 }