コード例 #1
0
 public EncompassEventDbConfigValidationResult()
 {
     EncompassEventResponse = new AddEncompassEventResponse();
     EncompassSource        = new DictionaryId();
     EventStatusNotStart    = new DictionaryId();
     EventStatusNotSupport  = new DictionaryId();
     EventType    = new DictionaryId();
     ResourceType = new DictionaryId();
 }
コード例 #2
0
		private static extern DictionaryId migemo_load(IntPtr obj,
			DictionaryId id, string file);
コード例 #3
0
		public bool LoadDictionary(DictionaryId id, string file)
		{
			var result = migemo_load(_migemoObject, id, file);
			return result == id;
		}
コード例 #4
0
 private static extern DictionaryId migemo_load(IntPtr obj,
                                                DictionaryId id, string file);
コード例 #5
0
        public bool LoadDictionary(DictionaryId id, string file)
        {
            DictionaryId result = migemo_load(this.migemoObject, id, file);

            return(result == id);
        }