This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class ObjectWrapper |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ObjectWrapper |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
ConvertValue<(Of <<'(T>)>>) |
Converts the value.
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue<(Of <<'(T>)>>) |
Gets specified property value.
|
|
GetWrappedPropertyValue |
Gets the specified property value and wrap it.
|
|
InvokeMethod<(Of <<'(T>)>>) |
Invokes the method.
|
|
SetValue |
Sets specified property value.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Tools.Reflection Namespace