예제 #1
0
		public ObjectInfo(Types.InternalType primaryKeyType, object primaryKeyValue, string[] otherFields)
		{
			m_primary_key_value = primaryKeyValue;
			m_primary_key_type = primaryKeyType;
			m_other_fields = otherFields;
		}
예제 #2
0
파일: KClass.cs 프로젝트: luanzhu/OOD.NET
		public KClass(object kvalue, Types.InternalType tp)
		{
			m_type = tp;
			m_value = kvalue;
		}