C# Class Company.OrmLanguage.CompartmentItemRolePlayerChangeRule

Inheritance: DslModeling::RolePlayerChangeRule
Show file Open project: thabart/SimpleOrm Class Usage Examples

Public Methods

Method Description
RolePlayerChanged ( DslModeling::RolePlayerChangedEventArgs e ) : void

Called when the roleplayer on a link changes.

RolePlayerChanged ( global::Microsoft.VisualStudio.Modeling e ) : void

Called when the roleplayer on a link changes.

Private Methods

Method Description
RolePlayerChanged ( DslModeling::RolePlayerChangedEventArgs e, bool repaintOnly ) : void
RolePlayerChanged ( global::Microsoft.VisualStudio.Modeling e, bool repaintOnly ) : void

Method Details

RolePlayerChanged() public method

Called when the roleplayer on a link changes.
public RolePlayerChanged ( DslModeling::RolePlayerChangedEventArgs e ) : void
e DslModeling::RolePlayerChangedEventArgs
return void

RolePlayerChanged() public method

Called when the roleplayer on a link changes.
public RolePlayerChanged ( global::Microsoft.VisualStudio.Modeling e ) : void
e global::Microsoft.VisualStudio.Modeling
return void