Gets the list of the SnEntity types.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static List<Type> SnEntityTypes { get; }
Visual Basic
Public Shared ReadOnly Property SnEntityTypes As List(Of Type)
	Get
Visual C++
public:
static property List<Type^>^ SnEntityTypes {
	List<Type^>^ get ();
}
F#
static member SnEntityTypes : List<Type> with get

Property Value

Type: List<(Of <(<'Type>)>)>
The sn entity types.

See Also