AppActs.API.Model.Event.DayOfWeekGroup.setPropertyAndValue C# (CSharp) Method

setPropertyAndValue() private method

private setPropertyAndValue ( string name, int value ) : void
name string
value int
return void
        private void setPropertyAndValue(string name, int value)
        {
            this.PropertyAndValue = new Tuple<string, int>(name, value);
        }