Click or drag to resize
IExcludable Interface
Interface implemented on elements which are excludable from a project.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface IExcludable

The IExcludable type exposes the following members.

Methods
  NameDescription
Public methodExclude
Excludes this instance from the project / meta-container it's in.
Top
See Also