1. FluentMemberGroupExtensions

Class FluentMemberGroupExtensions

Extension methods for the FluentMemberGroup type.

Inheritance
object
FluentMemberGroupExtensions
Namespace: StylelabsStylelabs.MSdkFluentStylelabs.M.Sdk.Fluent.TestingExtensions
Assembly: Stylelabs.M.Sdk.Fluent.Testing.dll
Syntax
public static class FluentMemberGroupExtensions

Methods

AssertPropertyExists(FluentMemberGroup, string)

Asserts whether a with the provided name exists in the .

Declaration
public static FluentMemberGroup AssertPropertyExists(this FluentMemberGroup memberGroup, string name)
Parameters
TypeNameDescription
FluentMemberGroupmemberGroup

The FluentMemberGroup.

stringname

The name of the .

Returns
TypeDescription
FluentMemberGroup

The fluent member group.

AssertRelationExists(FluentMemberGroup, string, RelationRole?, FluentEntityDefinition)

Asserts whether a with the provided name exists in the .

Declaration
public static FluentMemberGroup AssertRelationExists(this FluentMemberGroup memberGroup, string name, RelationRole? role = null, FluentEntityDefinition entityDefinition = null)
Parameters
TypeNameDescription
FluentMemberGroupmemberGroup

The FluentMemberGroup.

stringname

The name of the .

RelationRolerole

The .

FluentEntityDefinitionentityDefinition

The FluentEntityDefinition that is associated with the relation.

Returns
TypeDescription
FluentMemberGroup

The fluent member group.

If you have suggestions for improving this article, let us know!