10 lines
251 B
C#
10 lines
251 B
C#
namespace COA.EnterpriseServices.DataAccess.QuickBase
|
|
{
|
|
internal class FieldMap
|
|
{
|
|
internal string DeclaringTypeName { get; set; }
|
|
internal string PropertyName { get; set; }
|
|
internal int FieldId { get; set; }
|
|
}
|
|
}
|