CapRaffle.Domain.Model.CapRaffleContext.AddToRuleSets C# (CSharp) 메소드

AddToRuleSets() 공개 메소드

Deprecated Method for adding a new object to the RuleSets EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRuleSets ( RuleSet ruleSet ) : void
ruleSet RuleSet
리턴 void
        public void AddToRuleSets(RuleSet ruleSet)
        {
            base.AddObject("RuleSets", ruleSet);
        }