Gets or sets ignored entity types.

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public List<Type> IgnoredEntityTypes { get; set; }
Visual Basic
Public Property IgnoredEntityTypes As List(Of Type)
	Get
	Set
Visual C++
public:
property List<Type^>^ IgnoredEntityTypes {
	List<Type^>^ get ();
	void set (List<Type^>^ value);
}
F#
member IgnoredEntityTypes : List<Type> with get, set

Property Value

Type: List<(Of <(<'Type>)>)>

See Also