TypeScaffoldingInfo
TypeScaffoldingInfo
Class
Definition
public class TypeScaffoldingInfo
Public Class TypeScaffoldingInfo
- Inheritance
-
System.ObjectSystem.ObjectTypeScaffoldingInfoTypeScaffoldingInfo
Constructors
TypeScaffoldingInfo(Type, Boolean, Nullable, Nullable)
TypeScaffoldingInfo(Type, Boolean, Nullable(Of Boolean), Nullable(Of Int32))
public TypeScaffoldingInfo(Type clrType, bool inferred, bool ? scaffoldUnicode, int ? scaffoldMaxLength)
Public Sub New(clrType As Type, inferred As Boolean, scaffoldUnicode As Boolean?, scaffoldMaxLength As Integer?)
Parameters
- clrType
- System.Type System.Type
- inferred
- System.Boolean System.Boolean
- scaffoldUnicode
- System.Nullable<System.Boolean> System.Nullable(Of System.Boolean)
- scaffoldMaxLength
- System.Nullable<System.Int32> System.Nullable(Of System.Int32)
Properties
ClrType ClrType
public virtual Type ClrType { get; }
Public Overridable ReadOnly Property ClrType As Type
- Value
- System.Type System.Type
IsInferred IsInferred
public virtual bool IsInferred { get; }
Public Overridable ReadOnly Property IsInferred As Boolean
- Value
- System.Boolean System.Boolean
ScaffoldMaxLength ScaffoldMaxLength
public virtual int ? ScaffoldMaxLength { get; }
Public Overridable ReadOnly Property ScaffoldMaxLength As Integer?
- Value
- System.Nullable<System.Int32> System.Nullable(Of System.Int32)