コード例 #1
0
ファイル: ShorthandType.cs プロジェクト: fdsa-ltd/DMS
 public ShorthandType(ShorthandRule rule, PropertyValueType defualtValueType)
 {
     _defaultValueType = defualtValueType;
     ShorthandRule     = rule;
 }
コード例 #2
0
ファイル: PropertyMeta.cs プロジェクト: fdsa-ltd/DMS
 public PropertyMeta(string name, PropertyValueType valueType)
 {
     Name      = name;
     ValueType = valueType;
 }