![]() |
|
SignDoc SDK (.NET with exceptions)
5.0.0
|
One property, without value. More...
Public Member Functions | |
| SignDocProperty (SignDocProperty aSource) | |
| Copy constructor. More... | |
| ~SignDocProperty () | |
| Destructor. More... | |
| !SignDocProperty () | |
| Finalizer. More... | |
| string | getName () |
| Get the name of the property. More... | |
| PropertyType | getType () |
| Get the type of the property. More... | |
One property, without value.
Use SignDocDocument.getBooleanProperty(), SignDocDocument.getIntegerProperty(), or SignDocDocument.getStringProperty() to get the value of a property.
| SignDocProperty | ( | SignDocProperty | aSource | ) |
Copy constructor.
| [in] | aSource | The object to be copied. |
| ~SignDocProperty | ( | ) |
Destructor.
| !SignDocProperty | ( | ) |
Finalizer.
| string getName | ( | ) |
Get the name of the property.
Property names are compared under Unicode simple case folding, that is, lower case and upper case is not distinguished.
| PropertyType getType | ( | ) |
Get the type of the property.