Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.TypeLimiter Class Referencesealed

Classes

class  Scope
 

Static Public Member Functions

static TypeLimiter Capture ()
 
static void EnsureTypeIsAllowed (Type type, TypeLimiter capturedLimiter=null)
 
static IDisposable EnterRestrictedScope (DataSet dataSet)
 
static IDisposable EnterRestrictedScope (DataTable dataTable)
 

Properties

static bool IsTypeLimitingDisabled [get]
 

Private Member Functions

 TypeLimiter (Scope scope)
 

Static Private Member Functions

static IEnumerable< TypeGetPreviouslyDeclaredDataTypes (DataTable dataTable)
 
static IEnumerable< TypeGetPreviouslyDeclaredDataTypes (DataSet dataSet)
 

Private Attributes

Scope m_instanceScope
 

Static Private Attributes

static Scope s_activeScope
 

Detailed Description

Definition at line 10 of file TypeLimiter.cs.


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