예제 #1
0
 public ObjectIdentifier(object id, string fieldName, IDDataType dataType, IDType type)
 {
     _id = id;
     _fieldName = fieldName;
     _dataType = dataType;
     _type = type;
 }
예제 #2
0
파일: OID.cs 프로젝트: klod68/kpsf
 public OID(object id, string fieldName, IDDataType dataType, IDType type)
     : base(id, fieldName, dataType, type)
 {
 }