AddressingStrategy.IsAddressable Method

Namespace
Kampute.DocToolkit.Routing
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether the specified member can be addressed by this strategy.
public virtual bool IsAddressable(IMember member)

Parameters

member IMember
The member to check.

Returns

bool
true if the member can be addressed; otherwise, false.