For Babelfish Release 1.11.3.13

RoleListAddRole Method

Adds the passed in MatchParticipantRole to the RoleList.

If the passed in MatchParticipantRole already exists in the RoleList, the RoleList is not modified.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public void AddRole(
	MatchParticipantRole role
)

Parameters

role  MatchParticipantRole

Return Value

See Also