示例#1
0
 public ProfileCondition(ProfileConditionType condition, ProfileConditionValue property, string value, bool isRequired)
 {
     Condition  = condition;
     Property   = property;
     Value      = value;
     IsRequired = isRequired;
 }
示例#2
0
 public ProfileCondition(ProfileConditionType condition, ProfileConditionValue property, string value, bool isRequired)
 {
     Condition = condition;
     Property = property;
     Value = value;
     IsRequired = isRequired;
 }
示例#3
0
 public ProfileCondition(ProfileConditionType condition, ProfileConditionValue property, string value)
     : this(condition, property, value, false)
 {
 }
示例#4
0
 public ProfileCondition(ProfileConditionType condition, ProfileConditionValue property, string value)
     : this(condition, property, value, false)
 {
     
 }