Uat_Study
parent
873e66d7a6
commit
bfea26342e
|
@ -141,7 +141,9 @@ namespace IRaCIS.Application.Contracts
|
||||||
|
|
||||||
public DicDataTypeEnum DataTypeEnum { get; set; }
|
public DicDataTypeEnum DataTypeEnum { get; set; }
|
||||||
|
|
||||||
public bool IsEnumInt => System.Text.RegularExpressions.Regex.IsMatch(Code, @"^[-+]?\d*$") && DataTypeEnum== DicDataTypeEnum.Enum;
|
public CrterionDictionaryGroup CrterionDictionaryGroup { get; set; } = IRaCIS.Core.Domain.Share.CrterionDictionaryGroup.Genera;
|
||||||
|
|
||||||
|
public bool IsEnumInt => System.Text.RegularExpressions.Regex.IsMatch(Code, @"^[-+]?\d*$") && DataTypeEnum== DicDataTypeEnum.Enum;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -359,6 +359,7 @@ namespace IRaCIS.Application.Services
|
||||||
ParentChildCodeEnum = x.Dictionary.Parent.ChildCodeEnum,
|
ParentChildCodeEnum = x.Dictionary.Parent.ChildCodeEnum,
|
||||||
ShowOrder = x.Dictionary.ShowOrder,
|
ShowOrder = x.Dictionary.ShowOrder,
|
||||||
ParentCode = x.ParentCode,
|
ParentCode = x.ParentCode,
|
||||||
|
CrterionDictionaryGroup=x.CrterionDictionaryGroup,
|
||||||
Id = x.DictionaryId,
|
Id = x.DictionaryId,
|
||||||
ParentId = x.Dictionary.ParentId,
|
ParentId = x.Dictionary.ParentId,
|
||||||
Value = x.Dictionary.Value,
|
Value = x.Dictionary.Value,
|
||||||
|
@ -430,6 +431,7 @@ namespace IRaCIS.Application.Services
|
||||||
ShowOrder = x.Dictionary.ShowOrder,
|
ShowOrder = x.Dictionary.ShowOrder,
|
||||||
ParentCode = x.ParentCode,
|
ParentCode = x.ParentCode,
|
||||||
Id = x.DictionaryId,
|
Id = x.DictionaryId,
|
||||||
|
CrterionDictionaryGroup=x.CrterionDictionaryGroup,
|
||||||
ParentId = x.Dictionary.ParentId,
|
ParentId = x.Dictionary.ParentId,
|
||||||
Value = x.Dictionary.Value,
|
Value = x.Dictionary.Value,
|
||||||
ValueCN = x.Dictionary.ValueCN
|
ValueCN = x.Dictionary.ValueCN
|
||||||
|
|
Loading…
Reference in New Issue