ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Structure –> This structure represents the result of the validation method performed on a shape.
This is used to determine if an validation rule was broken for a shape. This structure also returns the description of the violation.
*System.ValueType **ThinkGeo.MapSuite.Core.ShapeValidationResult
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Boolean, String | This constructor allows you to set the IsValid and ValidationErrors properties. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object(overriden) | This method is an override of the Equals functionality. |
![]() | Object(overriden) | This method is an override of the GetHashCode functionality. | |
![]() | Object | ||
![]() | Object(overriden) |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Boolean | This property describes whether the object has passed its validation method. | |
![]() | String | This property describes the list of errors if the object did not pass its validation method. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This constructor allows you to set the IsValid and ValidationErrors properties.
Name | Type | Description |
---|---|---|
isValid | Boolean<!– System.Boolean –> | This parameter describes whether the object has passed its validation method. |
validationErrors | String<!– System.String –> | This parameter describes the list of errors if the object did not pass its validation method. The errors are separated by semicolons. |
This method is an override of the Equals functionality.
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object(overriden) –> Go Back
This method is an override of the GetHashCode functionality.
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This property describes whether the object has passed its validation method.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.ShapeValidationResult –> Go Back
This property describes the list of errors if the object did not pass its validation method.
If there are multiple errors, they will be separated by semicolons. If the object passed its validations, then this string will be empty.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.ShapeValidationResult –> Go Back