Exemplo n.º 1
0
 internal static bool SetAttributeValue(int handle, string strAttributeName, string value)
 {
     return(SObjectManager.SetAttributeValue(handle, strAttributeName, value));
 }
Exemplo n.º 2
0
 internal static string GetAttributeValue(int handle, string strAttributeName)
 {
     return(SObjectManager.GetAttributeValue(handle, strAttributeName));
 }
Exemplo n.º 3
0
 internal static string ExecuteMethod(int handle, string strMethodName, string strParams)
 {
     return(SObjectManager.ExecuteMethod(handle, strMethodName, strParams));
 }
Exemplo n.º 4
0
 internal static int CreateRemoteObject(string strClassName)
 {
     return(SObjectManager.CreateObject(strClassName));
 }