| Package | com.esri.drs |
| Class | public class ReviewerAttributes |
| Inheritance | ReviewerAttributes Object |
| Implements | flash.events.IEventDispatcher |
See also
| Property | Defined By | ||
|---|---|---|---|
| lifecycleStatus : int
Represents the state of a Reviewer result. | ReviewerAttributes | ||
| notes : String
Extra information describing a result or feature. | ReviewerAttributes | ||
| resourceName : String
Represents an ArcGIS Data Reviewer resource name. | ReviewerAttributes | ||
| reviewStatus : String
A status value (any string) to write to the ReviewStatus field for the
result or feature written to the Reviewer workspace. | ReviewerAttributes | ||
| reviewTechnician : String
The user name under which results or features are written to the Reviewer
workspace. | ReviewerAttributes | ||
| sessionId : uint
Represents an ArcGIS Data Reviewer session ID, the numeric identifier
of the session. | ReviewerAttributes | ||
| severity : int
Represents an ArcGIS Data Reviewer severity value. | ReviewerAttributes | ||
| subtype : String
Subtype from the original feature that was checked and caused an error. | ReviewerAttributes | ||
| lifecycleStatus | property |
lifecycleStatus:intRepresents the state of a Reviewer result.
This property can be used as the source for data binding.
public function get lifecycleStatus():int public function set lifecycleStatus(value:int):void| notes | property |
notes:StringExtra information describing a result or feature.
This property can be used as the source for data binding.
public function get notes():String public function set notes(value:String):void| resourceName | property |
resourceName:StringRepresents an ArcGIS Data Reviewer resource name. Corresponds to the OriginTable in REVTABLEMAIN and ResourceName in REVCHECKRUNTABLE.
This property can be used as the source for data binding.
public function get resourceName():String public function set resourceName(value:String):void| reviewStatus | property |
reviewStatus:StringA status value (any string) to write to the ReviewStatus field for the result or feature written to the Reviewer workspace.
This property can be used as the source for data binding.
public function get reviewStatus():String public function set reviewStatus(value:String):void| reviewTechnician | property |
reviewTechnician:StringThe user name under which results or features are written to the Reviewer workspace.
This property can be used as the source for data binding.
public function get reviewTechnician():String public function set reviewTechnician(value:String):void| sessionId | property |
sessionId:uintRepresents an ArcGIS Data Reviewer session ID, the numeric identifier of the session.
This property can be used as the source for data binding.
public function get sessionId():uint public function set sessionId(value:uint):voidSee also
| severity | property |
severity:intRepresents an ArcGIS Data Reviewer severity value. Severity allows you to indicate the importance of a check's results.
This property can be used as the source for data binding.
public function get severity():int public function set severity(value:int):void| subtype | property |
subtype:StringSubtype from the original feature that was checked and caused an error. The subtype is written as a string to REVTABLEMAIN. Subtype should be a valid subtype in the feature class specified in ORIGINTABLE field in REVTABLEMAIN.
This property can be used as the source for data binding.
public function get subtype():String public function set subtype(value:String):void