ArcGIS API for WPF - Library Reference
Field Constructor
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Field Class : Field Constructor

name
The name.
type
The type.
alias
The alias.
domain
The domain.
editable
if set to true [editable].
nullable
if set to true [nullable].
length
The length.
Initializes a new instance of the Field class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal type As Field.FieldType, _
   ByVal alias As String, _
   ByVal domain As Domain, _
   ByVal editable As Boolean, _
   ByVal nullable As Boolean, _
   ByVal length As Integer _
)
C# 
public Field( 
   string name,
   Field.FieldType type,
   string alias,
   Domain domain,
   bool editable,
   bool nullable,
   int length
)

Parameters

name
The name.
type
The type.
alias
The alias.
domain
The domain.
editable
if set to true [editable].
nullable
if set to true [nullable].
length
The length.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.