コード例 #1
0
 internal virtual ApplyConstraintProperty  NewApplyConstraintProperty(ApplyConstraintEntity parent, string property, params ApplyConstraintAction[] commands) => new ApplyConstraintProperty(parent, property, commands);
コード例 #2
0
 internal ApplyConstraintProperty(ApplyConstraintEntity parent, string property, params ApplyConstraintAction[] commands)
 {
     Parent   = parent;
     Property = property;
     Commands = commands;
 }