User Tools

Site Tools


thinkgeo.mapsuite.core.committingtransactioneventargs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.committingtransactioneventargs [2015/09/17 10:26]
admin
thinkgeo.mapsuite.core.committingtransactioneventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.CommittingTransactionEventArgs ====== ====== ThinkGeo.MapSuite.Core.CommittingTransactionEventArgs ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents the parameters passed in through the CommittingTransaction event. This class represents the parameters passed in through the CommittingTransaction event.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.CommittingTransactionEventArgs**       ***ThinkGeo.MapSuite.Core.CommittingTransactionEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} CommittingTransactionEventArgs(TransactionBuffer) **
-**{{wiki:​PublicMethod.gif|}}[[#CommittingTransactionEventArgs(TransactionBuffer)|CommittingTransactionEventArgs]]** +
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.TransactionBuffer|TransactionBuffer]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the default constructor for the event. +
-</​div>​+
  
-<div class_table>​ +  ​//This is the default constructor for the event.// 
-**{{wiki:​PublicMethod.gif|}}[[#​CommittingTransactionEventArgs()|CommittingTransactionEventArgs]]** +== Remarks == 
-  * **Parameters**:N/A +  * //None// 
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:​This ​is the constructor of the event arguments. +  ​* //​transactionBuffer//​ 
-</​div>​+    Type:[[ThinkGeo.MapSuite.Core.TransactionBuffer|TransactionBuffer]] 
 +    Description:This parameter represents ​the transaction buffer that needs to be committed.
  
-=== Protected Constructors === +<​div ​newline></​div
-=== Public Methods === +** {{wiki:​PublicMethod.gif|}} ​CommittingTransactionEventArgs() **
-<​div ​class_table+
-**{{wiki:​PublicMethod.gif|}}[[#Equals(Object)|Equals]]** +
-  * **Parameters**:​Object +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+  * //This is the constructor of the event arguments.//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +== Remarks == 
-  * **Parameters**:​N/​A +  * //None// 
-  * **DeclaringType**:​Object +== Parameters == 
-  * **Summary**:​N/​A +<​div ​newline></​div>​ 
-</​div>​+==== Protected Constructors ==== 
 +==== Public Methods ==== 
 +** {{wiki:​PublicMethod.gif|}} ​ToString() **
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Protected Methods === +== Parameters ​== 
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +** {{wiki:PublicMethod.gif|}} ​Equals(Object) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-=== Public Properties === +== Return Value == 
-**{{wiki:​PublicProperty.gif|}}[[#​Cancel|Cancel]]** +  * Type:Boolean 
-  * **Return**:Boolean +  * Description:N/A
-  * **Summary**:This property allows you to cancel the transaction.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​TransactionBuffer|TransactionBuffer]]** +== Parameters == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.TransactionBuffer|TransactionBuffer]] +  * //obj// 
-  * **Summary**:This property returns the transaction buffer that needs to be committed.+    ​Type:Object 
 +    Description:N/A
  
-=== Protected Properties === +<div newline></​div>​ 
-=== Public Events === +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-===== Public Constructors ===== +
-=== CommittingTransactionEventArgs(TransactionBuffer) === +
-This is the default constructor for the event. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**transactionBuffer** +
-  * **Type**:[[ThinkGeo.MapSuite.Core.TransactionBuffer|TransactionBuffer]] +
-  ​* **Description:​This parameter represents the transaction buffer that needs to be committed.+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-=== CommittingTransactionEventArgs() === +== Remarks == 
-This is the constructor of the event arguments. +  * //N/A//
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-===== Protected Constructors ===== +
-===== Public Methods ===== +
-=== Equals(Object) === +
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:Int32 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**obj** +<div newline></​div>​ 
-  * **Type**:Object +** {{wiki:PublicMethod.gif|}} GetType() ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetHashCode() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:Type 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline><​/div> 
-=== GetType() === +==== Protected Methods ​==== 
-N/A +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Type +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== ToString() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:String +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  * //N/A//
-=== Finalize() === +
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Object 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline><​/div> 
-=== MemberwiseClone() === +==== Public Properties ​==== 
-N/A +** {{wiki:​PublicProperty.gif|}} Cancel **
-==== Remarks ​==== +
-N/A+
  
-**Return Value** 
-  * **Return Type**:​Object 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== Cancel === 
 This property allows you to cancel the transaction. This property allows you to cancel the transaction.
-==== Remarks ​====+== Remarks ==
 This property allows you to cancel the transaction. This property allows you to cancel the transaction.
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} TransactionBuffer **
  
-[[#Public Properties|Go Back]] 
-=== TransactionBuffer === 
 This property returns the transaction buffer that needs to be committed. This property returns the transaction buffer that needs to be committed.
-==== Remarks ​====+== Remarks ==
 None None
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​[[ThinkGeo.MapSuite.Core.TransactionBuffer|TransactionBuffer]]+  * Type:​[[ThinkGeo.MapSuite.Core.TransactionBuffer|TransactionBuffer]]
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.committingtransactioneventargs.1442485610.txt.gz · Last modified: 2015/09/17 10:26 by admin