C# Class CapRaffle.PopulateDatabase.RuleSet

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: capgemini-stavanger/CapRaffle Class Usage Examples

Private Properties

Property Type Description
OnCateogryIdChanged void
OnCateogryIdChanging void
OnEventIdChanged void
OnEventIdChanging void
OnPriorityChanged void
OnPriorityChanging void
OnRuleIdChanged void
OnRuleIdChanging void
OnRuleParameterChanged void
OnRuleParameterChanging void
OnRuleSetIdChanged void
OnRuleSetIdChanging void

Public Methods

Method Description
CreateRuleSet ( global ruleSetId, global ruleId, global priority ) : RuleSet

Create a new RuleSet object.

Private Methods

Method Description
OnCateogryIdChanged ( ) : void
OnCateogryIdChanging ( Nullable value ) : void
OnEventIdChanged ( ) : void
OnEventIdChanging ( Nullable value ) : void
OnPriorityChanged ( ) : void
OnPriorityChanging ( global value ) : void
OnRuleIdChanged ( ) : void
OnRuleIdChanging ( global value ) : void
OnRuleParameterChanged ( ) : void
OnRuleParameterChanging ( Nullable value ) : void
OnRuleSetIdChanged ( ) : void
OnRuleSetIdChanging ( global value ) : void

Method Details

CreateRuleSet() public static method

Create a new RuleSet object.
public static CreateRuleSet ( global ruleSetId, global ruleId, global priority ) : RuleSet
ruleSetId global Initial value of the RuleSetId property.
ruleId global Initial value of the RuleId property.
priority global Initial value of the Priority property.
return RuleSet