Package | com.esri.drs |
Class | public class SessionProperties |
Inheritance | SessionProperties ![]() |
Implements | flash.events.IEventDispatcher |
See also
Property | Defined By | ||
---|---|---|---|
duplicateFilter : String
Indicates how to handle duplicate results when writing the results to the Reviewer workspace. | SessionProperties | ||
storeGeometry : Boolean
Indicates if validation result geometries are stored in the Reviewer workspace. | SessionProperties | ||
userName : String
The user account to associate with a session. | SessionProperties | ||
versionName : String
Enterprise geodatabase version in which records are validated. | SessionProperties |
Method | Defined By | ||
---|---|---|---|
SessionProperties(userName:String = null, versionName:String = null, duplicateFilter:String = null, storeGeometry:Boolean = true)
Constructor
| SessionProperties | ||
toJSON():String | SessionProperties |
duplicateFilter | property |
duplicateFilter:String
Indicates how to handle duplicate results when writing the results to the Reviewer workspace. Allowed values are Session, Database and None
This property can be used as the source for data binding.
public function get duplicateFilter():String
public function set duplicateFilter(value:String):void
storeGeometry | property |
storeGeometry:Boolean
Indicates if validation result geometries are stored in the Reviewer workspace.
This property can be used as the source for data binding.
public function get storeGeometry():Boolean
public function set storeGeometry(value:Boolean):void
userName | property |
userName:String
The user account to associate with a session.
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
SessionProperties | () | Constructor |
public function SessionProperties(userName:String = null, versionName:String = null, duplicateFilter:String = null, storeGeometry:Boolean = true)
Constructor
ParametersuserName:String (default = null ) — The user account to associate with a session.
| |
versionName:String (default = null ) — Enterprise geodatabase version to associate with the session.
| |
duplicateFilter:String (default = null ) — Handle duplicate results when writing the results to the Reviewer workspace. For example: Session,Database,None.
| |
storeGeometry:Boolean (default = true ) — Controls if validation result geometries are stored in the Reviewer workspace.
|
toJSON | () | method |
public function toJSON():String
Returns
String — a JSON representation of an instance of SessionProperties.
|