internal TriggerBase(Type associatedObjectTypeConstraint) { this.associatedObjectTypeConstraint = associatedObjectTypeConstraint; TriggerActionCollection value = new TriggerActionCollection(); SetValue(ActionsPropertyKey, value); }
internal Trigger() { _actions = new TriggerActionCollection(); }