This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.silverlightcore.dbfcolumn [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightcore.dbfcolumn [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.SilverlightCore.DbfColumn ====== | ====== ThinkGeo.MapSuite.SilverlightCore.DbfColumn ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | + | This class represents the column information specific to a DBF column. | |
| - | <!-- Class --> | + | |
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn]] | + | *ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn |
| - | ***[[ThinkGeo.MapSuite.SilverlightCore.DbfColumn]] | + | ***ThinkGeo.MapSuite.SilverlightCore.DbfColumn** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} DbfColumn(String,DbfColumnType,Int32,Int32) ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#DbfColumn(String, DbfColumnType, Int32, Int32)|DbfColumn]] | String, [[ThinkGeo.MapSuite.SilverlightCore.DbfColumnType|DbfColumnType]], Int32, Int32 | | | | + | |
| + | * //This method is the constructor for the DbfColumn.// | ||
| + | == Remarks == | ||
| + | * //None// | ||
| + | == Parameters == | ||
| + | * //columnName// | ||
| + | * Type:String | ||
| + | * Description:This parameter represents the name of the column in the DBF. | ||
| + | |||
| + | * //columnType// | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.DbfColumnType|DbfColumnType]] | ||
| + | * Description:This parameter represents the type of the column in the DBF. | ||
| + | |||
| + | * //length// | ||
| + | * Type:Int32 | ||
| + | * Description:This parameter represents the length of the column in the DBF. | ||
| + | |||
| + | * //decimalLength// | ||
| + | * Type:Int32 | ||
| + | * Description:This parameter represents the number of decimal places the column has, if it is a numeric type. | ||
| + | |||
| + | <div newline></div> | ||
| ==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} DbfColumn() ** |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DbfColumn()|DbfColumn]] | | | | | + | |
| + | * //This method is the constructor for the DbfColumn.// | ||
| + | == Remarks == | ||
| + | * //None// | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object(overriden) | | | + | |
| - | ==== Protected Methods ==== | + | * //N/A// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //N/A// |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | ==== Public Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:String |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ColumnName|ColumnName]] | String | | | | + | * Description:N/A |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ColumnType|ColumnType]] | [[ThinkGeo.MapSuite.SilverlightCore.DbfColumnType|DbfColumnType]] | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DecimalLength|DecimalLength]] | Int32 | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Length|Length]] | Int32 | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MaxLength|MaxLength]] | Int32 | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn|FeatureSourceColumn]] | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TypeName|TypeName]] | String | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn|FeatureSourceColumn]] | | | + | |
| - | ==== Protected Properties ==== | + | == Parameters == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | ==== Public Events ==== | + | * //N/A// |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | ===== Public Constructors ===== | + | == Return Value == |
| - | ==== DbfColumn(String, DbfColumnType, Int32, Int32) ==== | + | * Type:Boolean |
| - | === Parameters === | + | * Description:N/A |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | columnName | String<!-- System.String --> | | | + | |
| - | | columnType | [[ThinkGeo.MapSuite.SilverlightCore.DbfColumnType|DbfColumnType]]<!-- ThinkGeo.MapSuite.SilverlightCore.DbfColumnType --> | | | + | |
| - | | length | Int32<!-- System.Int32 --> | | | + | |
| - | | decimalLength | Int32<!-- System.Int32 --> | | | + | |
| - | [[#Public Constructors|Go Back]] | + | == Parameters == |
| - | ===== Protected Constructors ===== | + | * //obj// |
| - | ==== DbfColumn() ==== | + | * Type:Object |
| - | === Parameters === | + | * Description:N/A |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Protected Constructors|Go Back]] | + | <div newline></div> |
| - | ===== Public Methods ===== | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | ==== Equals(Object) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | obj | Object<!-- System.Object --> | | | + | * //N/A// |
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Int32 |
| - | ==== GetHashCode() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetType() ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Type |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ==== ToString() ==== | + | ==== Protected Methods ==== |
| - | === Return Value === | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object(overriden) --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Void |
| - | ===== Protected Methods ===== | + | * Description:N/A |
| - | ==== Finalize() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== MemberwiseClone() ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Object |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> |
| - | ===== Public Properties ===== | + | ==== Public Properties ==== |
| - | ==== ColumnName ==== | + | ** {{wiki:PublicProperty.gif|}} ColumnName ** |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.DbfColumn --> | + | This property returns the name of the column in the DBF. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== ColumnType ==== | + | None |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:String |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.DbfColumnType|DbfColumnType]]<!-- ThinkGeo.MapSuite.SilverlightCore.DbfColumnType --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.DbfColumn --> | + | ** {{wiki:PublicProperty.gif|}} ColumnType ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== DecimalLength ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Int32<!-- System.Int32 --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.DbfColumn --> | + | This property returns the type of the column in the DBF. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== Length ==== | + | None |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.DbfColumnType|DbfColumnType]] |
| - | | Int32<!-- System.Int32 --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.DbfColumn --> | + | ** {{wiki:PublicProperty.gif|}} Length ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== MaxLength ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Int32<!-- System.Int32 --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn --> | + | This property returns the length of the column in the DBF. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== TypeName ==== | + | None |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:Int32 |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSourceColumn --> | + | ** {{wiki:PublicProperty.gif|}} DecimalLength ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ===== Protected Properties ===== | + | This property returns the decimal length of the column in the DBF. |
| - | ===== Public Events ===== | + | == Remarks == |
| - | __NOTOC__ | + | This is the number of decimal places the number represents. This is only applicable if the column type is numeric. |
| - | [[Category:SilverlightMapSuiteCore]] | + | == Return Value == |
| - | [[Category:ThinkGeo.MapSuite.SilverlightCore]] | + | * Type:Int32 |
| - | [[Category:UpdateDocumentation]] | + | |
| + | ** {{wiki:PublicProperty.gif|}} TypeName ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} MaxLength ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Int32 | ||
| + | |||
| + | ==== Protected Properties ==== | ||
| + | ==== Public Events ==== | ||