Package | com.esri.drs |
Class | public class ReviewerSession |
Inheritance | ReviewerSession ![]() |
Implements | flash.events.IEventDispatcher |
See also
Property | Defined By | ||
---|---|---|---|
sessionId : uint
Numeric identifier of the session
| ReviewerSession | ||
sessionName : String
Session name, the string following the colon (:) in Session 1 : Parcels. | ReviewerSession | ||
userName : String
Name under which records are written to the reviewer workspace. | ReviewerSession | ||
versionName : String
Enterprise geodatabase version in which records are validated. | ReviewerSession |
Method | Defined By | ||
---|---|---|---|
ReviewerSession(sessionId:uint, sessionName:String, userName:String = null, versionName:String = null)
Constructor
| ReviewerSession | ||
toString():String | ReviewerSession |
sessionId | property |
sessionId:uint
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):void
sessionName | property |
sessionName:String
Session name, the string following the colon (:) in Session 1 : Parcels
.
This property can be used as the source for data binding.
public function get sessionName():String
public function set sessionName(value:String):void
userName | property |
userName:String
Name under which records are written to the reviewer workspace.
This property can be used as the source for data binding.
public function get userName():String
public function set userName(value:String):void
versionName | property |
versionName:String
Enterprise geodatabase version in which records are validated.
This property can be used as the source for data binding.
public function get versionName():String
public function set versionName(value:String):void
ReviewerSession | () | Constructor |
public function ReviewerSession(sessionId:uint, sessionName:String, userName:String = null, versionName:String = null)
Constructor
ParameterssessionId:uint — Numeric identifier of the session. For example: Session 10 , where 10 is the ID.
| |
sessionName:String — Name of the session. For example: Session 10 : Parcels , where Parcels is the name.
| |
userName:String (default = null ) — User name under which records are written to the reviewer workspace.
| |
versionName:String (default = null ) — Enterprise geodatabase version in which records are validated.
|
toString | () | method |
public function toString():String
Returns
String — The Session ID and name in format Session 10 : Parcels .
|