API Documentation
ArchUnitNET.Fluent.Syntax.Elements.Members.PropertyMembers.PropertyMembersShould Class Reference
Inheritance diagram for ArchUnitNET.Fluent.Syntax.Elements.Members.PropertyMembers.PropertyMembersShould:
Collaboration diagram for ArchUnitNET.Fluent.Syntax.Elements.Members.PropertyMembers.PropertyMembersShould:

Public Member Functions

 PropertyMembersShould (IArchRuleCreator< PropertyMember > ruleCreator)
 
PropertyMembersShouldConjunction HaveGetter ()
 
PropertyMembersShouldConjunction HavePrivateGetter ()
 
PropertyMembersShouldConjunction HavePublicGetter ()
 
PropertyMembersShouldConjunction HaveProtectedGetter ()
 
PropertyMembersShouldConjunction HaveInternalGetter ()
 
PropertyMembersShouldConjunction HaveProtectedInternalGetter ()
 
PropertyMembersShouldConjunction HavePrivateProtectedGetter ()
 
PropertyMembersShouldConjunction HaveSetter ()
 
PropertyMembersShouldConjunction HavePrivateSetter ()
 
PropertyMembersShouldConjunction HavePublicSetter ()
 
PropertyMembersShouldConjunction HaveProtectedSetter ()
 
PropertyMembersShouldConjunction HaveInternalSetter ()
 
PropertyMembersShouldConjunction HaveProtectedInternalSetter ()
 
PropertyMembersShouldConjunction HavePrivateProtectedSetter ()
 
PropertyMembersShouldConjunction HaveInitOnlySetter ()
 
PropertyMembersShouldConjunction BeVirtual ()
 
PropertyMembersShouldConjunction NotHaveGetter ()
 
PropertyMembersShouldConjunction NotHavePrivateGetter ()
 
PropertyMembersShouldConjunction NotHavePublicGetter ()
 
PropertyMembersShouldConjunction NotHaveProtectedGetter ()
 
PropertyMembersShouldConjunction NotHaveInternalGetter ()
 
PropertyMembersShouldConjunction NotHaveProtectedInternalGetter ()
 
PropertyMembersShouldConjunction NotHavePrivateProtectedGetter ()
 
PropertyMembersShouldConjunction NotHaveSetter ()
 
PropertyMembersShouldConjunction NotHavePrivateSetter ()
 
PropertyMembersShouldConjunction NotHavePublicSetter ()
 
PropertyMembersShouldConjunction NotHaveProtectedSetter ()
 
PropertyMembersShouldConjunction NotHaveInternalSetter ()
 
PropertyMembersShouldConjunction NotHaveProtectedInternalSetter ()
 
PropertyMembersShouldConjunction NotHavePrivateProtectedSetter ()
 
PropertyMembersShouldConjunction NotHaveInitOnlySetter ()
 
PropertyMembersShouldConjunction NotBeVirtual ()
 
- Public Member Functions inherited from ArchUnitNET.Fluent.Syntax.Elements.Members.MembersShould< PropertyMembersShouldConjunction, PropertyMember >
 MembersShould (IArchRuleCreator< TRuleType > ruleCreator)
 
TRuleTypeShouldConjunction BeDeclaredIn (string pattern, bool useRegularExpressions=false)
 
TRuleTypeShouldConjunction BeDeclaredIn (IEnumerable< string > patterns, bool useRegularExpressions=false)
 
TRuleTypeShouldConjunction BeDeclaredIn (IType firstType, params IType[] moreTypes)
 
TRuleTypeShouldConjunction BeDeclaredIn (Type firstType, params Type[] moreTypes)
 
TRuleTypeShouldConjunction BeDeclaredIn (IObjectProvider< IType > types)
 
TRuleTypeShouldConjunction BeDeclaredIn (IEnumerable< IType > types)
 
TRuleTypeShouldConjunction BeDeclaredIn (IEnumerable< Type > types)
 
TRuleTypeShouldConjunction BeStatic ()
 
TRuleTypeShouldConjunction BeReadOnly ()
 
TRuleTypeShouldConjunction BeImmutable ()
 
ShouldRelateToTypesThat< TRuleTypeShouldConjunction, IType, TRuleType > BeDeclaredInTypesThat ()
 
TRuleTypeShouldConjunction NotBeDeclaredIn (string pattern, bool useRegularExpressions=false)
 
TRuleTypeShouldConjunction NotBeDeclaredIn (IEnumerable< string > patterns, bool useRegularExpressions=false)
 
TRuleTypeShouldConjunction NotBeDeclaredIn (IType firstType, params IType[] moreTypes)
 
TRuleTypeShouldConjunction NotBeDeclaredIn (Type firstType, params Type[] moreTypes)
 
TRuleTypeShouldConjunction NotBeDeclaredIn (IObjectProvider< IType > types)
 
TRuleTypeShouldConjunction NotBeDeclaredIn (IEnumerable< IType > types)
 
TRuleTypeShouldConjunction NotBeDeclaredIn (IEnumerable< Type > types)
 
TRuleTypeShouldConjunction NotBeStatic ()
 
TRuleTypeShouldConjunction NotBeReadOnly ()
 
TRuleTypeShouldConjunction NotBeImmutable ()
 
ShouldRelateToTypesThat< TRuleTypeShouldConjunction, IType, TRuleType > NotBeDeclaredInTypesThat ()
 
- Public Member Functions inherited from ArchUnitNET.Fluent.Syntax.Elements.Members.IComplexMemberConditions< PropertyMembersShouldConjunction, PropertyMember >
ShouldRelateToTypesThat< TRuleTypeShouldConjunction, IType, TRuleType > BeDeclaredInTypesThat ()
 
ShouldRelateToTypesThat< TRuleTypeShouldConjunction, IType, TRuleType > NotBeDeclaredInTypesThat ()
 
- Public Member Functions inherited from ArchUnitNET.Fluent.Syntax.Elements.Members.PropertyMembers.IPropertyMemberConditions< PropertyMembersShouldConjunction, PropertyMember >
TReturnType HaveGetter ()
 
TReturnType HavePrivateGetter ()
 
TReturnType HavePublicGetter ()
 
TReturnType HaveProtectedGetter ()
 
TReturnType HaveInternalGetter ()
 
TReturnType HaveProtectedInternalGetter ()
 
TReturnType HavePrivateProtectedGetter ()
 
TReturnType HaveSetter ()
 
TReturnType HavePrivateSetter ()
 
TReturnType HavePublicSetter ()
 
TReturnType HaveProtectedSetter ()
 
TReturnType HaveInternalSetter ()
 
TReturnType HaveProtectedInternalSetter ()
 
TReturnType HavePrivateProtectedSetter ()
 
TReturnType HaveInitOnlySetter ()
 
TReturnType BeVirtual ()
 
TReturnType NotHaveGetter ()
 
TReturnType NotHavePrivateGetter ()
 
TReturnType NotHavePublicGetter ()
 
TReturnType NotHaveProtectedGetter ()
 
TReturnType NotHaveInternalGetter ()
 
TReturnType NotHaveProtectedInternalGetter ()
 
TReturnType NotHavePrivateProtectedGetter ()
 
TReturnType NotHaveSetter ()
 
TReturnType NotHavePrivateSetter ()
 
TReturnType NotHavePublicSetter ()
 
TReturnType NotHaveProtectedSetter ()
 
TReturnType NotHaveInternalSetter ()
 
TReturnType NotHaveProtectedInternalSetter ()
 
TReturnType NotHavePrivateProtectedSetter ()
 
TReturnType NotHaveInitOnlySetter ()
 
TReturnType NotBeVirtual ()
 

The documentation for this class was generated from the following file: