====== ThinkGeo.MapSuite.GisEditor.UpdatingTaskProgressEventArgs ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object **System.EventArgs ***[[ThinkGeo.MapSuite.GisEditor.UpdatingTaskProgressEventArgs]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#UpdatingTaskProgressEventArgs()|UpdatingTaskProgressEventArgs]] | | | Initializes a new instance of the class. | | {{wiki:PublicMethod.gif|Public Method}}[[#UpdatingTaskProgressEventArgs(TaskState)|UpdatingTaskProgressEventArgs]] | [[ThinkGeo.MapSuite.GisEditor.TaskState|TaskState]] | | Initializes a new instance of the class. | | {{wiki:PublicMethod.gif|Public Method}}[[#UpdatingTaskProgressEventArgs(TaskState, Int32)|UpdatingTaskProgressEventArgs]] | [[ThinkGeo.MapSuite.GisEditor.TaskState|TaskState]], Int32 | | Initializes a new instance of the class. | | {{wiki:PublicMethod.gif|Public Method}}[[#UpdatingTaskProgressEventArgs(TaskState, Int32, Object)|UpdatingTaskProgressEventArgs]] | [[ThinkGeo.MapSuite.GisEditor.TaskState|TaskState]], Int32, Object | | Initializes a new instance of the class. | | {{wiki:PublicMethod.gif|Public Method}}[[#UpdatingTaskProgressEventArgs(TaskState, Int32, Object, String)|UpdatingTaskProgressEventArgs]] | [[ThinkGeo.MapSuite.GisEditor.TaskState|TaskState]], Int32, Object, String | | Initializes a new instance of the class. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{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 | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#Current|Current]] | Int32 | | Gets or sets the current. | | {{wiki:PublicProperty.gif|Public Property}}[[#Error|Error]] | [[ThinkGeo.MapSuite.GisEditor.ExceptionInfo|ExceptionInfo]] | | Gets or sets the error. | | {{wiki:PublicProperty.gif|Public Property}}[[#Message|Message]] | String | | Gets or sets the message. | | {{wiki:PublicProperty.gif|Public Property}}[[#Parameters|Parameters]] | Dictionary | | Gets the parameters. | | {{wiki:PublicProperty.gif|Public Property}}[[#ProgressPercentage|ProgressPercentage]] | Int32 | | Gets the progress percentage. | | {{wiki:PublicProperty.gif|Public Property}}[[#TaskState|TaskState]] | [[ThinkGeo.MapSuite.GisEditor.TaskState|TaskState]] | | Gets or sets the state of the task. | | {{wiki:PublicProperty.gif|Public Property}}[[#TaskToken|TaskToken]] | String | | Gets or sets the task token. | | {{wiki:PublicProperty.gif|Public Property}}[[#UpperBound|UpperBound]] | Int32 | | Gets or sets the upper bound. | | {{wiki:PublicProperty.gif|Public Property}}[[#UserState|UserState]] | Object | | Gets the state of the user. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ==== UpdatingTaskProgressEventArgs() ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ==== UpdatingTaskProgressEventArgs(TaskState) ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ | taskState | [[ThinkGeo.MapSuite.GisEditor.TaskState|TaskState]] | State of the task. | [[#Public Constructors|Go Back]] ==== UpdatingTaskProgressEventArgs(TaskState, Int32) ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ | taskState | [[ThinkGeo.MapSuite.GisEditor.TaskState|TaskState]] | State of the task. | | progressPercentage | Int32 | The progress percentage. | [[#Public Constructors|Go Back]] ==== UpdatingTaskProgressEventArgs(TaskState, Int32, Object) ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ | taskState | [[ThinkGeo.MapSuite.GisEditor.TaskState|TaskState]] | State of the task. | | progressPercentage | Int32 | The progress percentage. | | userState | Object | State of the user. | [[#Public Constructors|Go Back]] ==== UpdatingTaskProgressEventArgs(TaskState, Int32, Object, String) ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ | taskState | [[ThinkGeo.MapSuite.GisEditor.TaskState|TaskState]] | State of the task. | | progressPercentage | Int32 | The progress percentage. | | userState | Object | State of the user. | | taskToken | String | The task token. | [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== Current ==== Gets or sets the current. === Return Value === ^ Return Type ^ | Int32 | [[#Public Properties|Go Back]] ==== Error ==== Gets or sets the error. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.ExceptionInfo|ExceptionInfo]] | [[#Public Properties|Go Back]] ==== Message ==== Gets or sets the message. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== Parameters ==== Gets the parameters. === Return Value === ^ Return Type ^ | Dictionary | [[#Public Properties|Go Back]] ==== ProgressPercentage ==== Gets the progress percentage. === Return Value === ^ Return Type ^ | Int32 | [[#Public Properties|Go Back]] ==== TaskState ==== Gets or sets the state of the task. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.TaskState|TaskState]] | [[#Public Properties|Go Back]] ==== TaskToken ==== Gets or sets the task token. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== UpperBound ==== Gets or sets the upper bound. === Return Value === ^ Return Type ^ | Int32 | [[#Public Properties|Go Back]] ==== UserState ==== Gets the state of the user. === Return Value === ^ Return Type ^ | Object | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:GisEditorInfrastructure]] [[Category:ThinkGeo.MapSuite.GisEditor]] [[Category:UpdateDocumentation]]