public ByteArrayPropertyMapping(ByteArrayColumn column, IMemberAccessor member, int physicalIndex, int logicalIndex)
 {
     this.column = column;
     Member = member;
     PhysicalIndex = physicalIndex;
     LogicalIndex = logicalIndex;
 }
예제 #2
0
 public ByteArrayPropertyMapping(ByteArrayColumn column, IMemberAccessor member, int fileIndex, int workIndex)
 {
     this.column    = column;
     this.member    = member;
     this.FileIndex = fileIndex;
     this.WorkIndex = workIndex;
 }
예제 #3
0
 public ByteArrayPropertyMapping(ByteArrayColumn column, PropertyInfo property)
 {
     this.column   = column;
     this.property = property;
 }
 public ByteArrayPropertyMapping(ByteArrayColumn column, PropertyInfo property)
 {
     this.column = column;
     this.property = property;
 }