Act.Outlook.Sync.Common AddinISPAHelper () |
n/a
|
public class Act.Outlook.Sync.Common.AddinISPAHelper
|
--> NONE <--
|
- Constructor: public AddinISPAHelper (ServiceProviderType serviceProviderType)
- Field: public static const uint GOOGLE_SYNC, Value = 2
- Field: public static const uint HALT_SYNC, Value = 3
- Field: public static const uint OUTLOOK_SYNC, Value = 1
- Field: public static const uint RELOAD_SETTINGS, Value = 0
- Field: public static const uint VERIFY_URL, Value = 4
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public static int PostMessage (IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam)
- Method: public static int SendMessageTimeout (IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam, uint fuFlags, uint timeout, IntPtr lpdwResult)
- Method: public void StartSync (SyncRequestType syncRequestType)
- Method (i): public virtual string ToString ()
- Nested Type: public sealed enum ServiceProviderType
                    Windows = 0,                     Web = 1
- Nested Type: public sealed enum SyncRequestType
                    Outlook = 0,                     Google = 1
|
public class Act.Outlook.Sync.Common.AdvancedPreferencesDialog () |
- Constructor: public AdvancedPreferencesDialog (List`1 activityTypes, List`1 propList)
|
- Constructor: public AdvancedPreferencesDialog (List`1 activityTypes, List`1 propList)
|
public class Act.Outlook.Sync.Common.PreferenceDialog () |
--> NONE <--
|
- Field: public bool EnableSync
- Field: public Label lblSyncWith
- Method: public void SavePreferences ()
|
Act.Outlook.Sync.Common WebApiOrganiser () |
n/a
|
public class Act.Outlook.Sync.Common.WebApiOrganiser
|
--> NONE <--
|
- Constructor: public WebApiOrganiser ()
- Field: public static ApiClient apiClient
- Field: public static ActWebApiConfiguration apiConfiguration
- Field: public static CancellationToken cancellationToken
- Field: public static Dictionary`2 Preferences
- Field: public static string WebAPIUrl
- Method: public static HttpClient CreateHttpClient (bool fetchingAuthTokens)
- Method: public static HttpClient CreateHttpClient (string database, string user, string password)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static object GetAuthBundle ()
- Method: public static List`1 GetDatabaseList ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public static string GetUserID (string userName)
- Method: public static string HKCUSOFTWARE_KeyValue (string path, string value)
- Method: public static string HKLMSOFTWARE_KeyValue (string path, string value)
- [Obsolete: Use Act.Shared.Sync.CommonUtility.MakeUserPreferenceKey instead.]Method: public static string MakeUserPreferenceKey (string barePrefKey, string userid)
- Method (i): protected object MemberwiseClone ()
- Method: public static void SetAuthBundleItem (string bundleKey, string bundleValue)
- Method: public static bool TestLogon (string database, string user, string password)
- Method (i): public virtual string ToString ()
|
public class Act.Outlook.Sync.Common.ContactCalendarControls.OneWayCalendarContent () |
- Constructor: public OneWayCalendarContent (List`1 types)
|
- Constructor: public OneWayCalendarContent (List`1 types)
|
public class Act.Outlook.Sync.Common.ContactCalendarControls.TwoWayCalendarContent () |
- Constructor: public TwoWayCalendarContent (List`1 types)
|
- Constructor: public TwoWayCalendarContent (List`1 types)
|
public class Act.Outlook.Sync.Common.Proxies.ApplicationServiceProxy () |
- Method: public virtual List`1 GetUserPreferences (List`1 preferenceList)
- Method: public virtual void SetUserPreferences (List`1 preferenceList)
|
- Method: public virtual List`1 GetUserPreferences (List`1 preferenceList)
- Method: public virtual void SetUserPreferences (List`1 preferenceList)
- Method: public void SetUserPreferencesBatch (List`1 preferenceList)
|
public class Act.Outlook.Sync.Common.Proxies.ContactServiceProxy () |
- [Obsolete: This method is replaced by 'CreateNewContact' method. This method is only to support ACT! version 13.0 clients.]Method: public virtual Nullable`1 CreateContact (ContactData contactData, List`1 propertyMapperList)
- Method: public virtual ContactInfo CreateNewContact (ContactData contactData, List`1 propertyMapperList)
- Method: public virtual ContactInfo SetContactData (Guid contactId, ContactData contactData, List`1 propertyMapperList)
|
- [Obsolete: This method is replaced by 'CreateNewContact' method. This method is only to support ACT! version 13.0 clients.]Method: public virtual Nullable`1 CreateContact (ContactData contactData, List`1 propertyMapperList)
- Method: public virtual ContactInfo CreateNewContact (ContactData contactData, List`1 propertyMapperList)
- Method: public virtual ContactInfo SetContactData (Guid contactId, ContactData contactData, List`1 propertyMapperList)
|
public class Act.Outlook.Sync.Common.Proxies.HistoryRecordingServiceProxy () |
--> NONE <--
|
- Method: public void Close ()
- Method: public HistoryRecordingResult RecordHistory (EmailFolderType folderType, List`1 uid_emls, EmailHistoryOption emailHistoryOption, DateTime lastDate, bool chrome)
|
act.web.api ActivitiesClient () |
n/a
|
public class act.web.api.ActivitiesClient
|
--> NONE <--
|
- Constructor: public ActivitiesClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 AlarmsAsync (string id)
- Method: public virtual Task`1 AlarmsAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ClearactivityDeleteAsync (string id)
- Method: public virtual Task`1 ClearactivityDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ClearactivityPutAsync (string id, ClearActivity activity)
- Method: public virtual Task`1 ClearactivityPutAsync (string id, ClearActivity activity, CancellationToken cancellationToken)
- Method: public virtual Task`1 CompaniesAsync (string id)
- Method: public virtual Task`1 CompaniesAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsDeleteAsync (string id, string contactId)
- Method: public virtual Task`1 ContactsDeleteAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsPutAsync (string id, string contactId)
- Method: public virtual Task`1 ContactsPutAsync (string id, string contactId, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 HistoryAsync (string id)
- Method: public virtual Task`1 HistoryAsync (string id, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api ActivitytypesClient () |
n/a
|
public class act.web.api.ActivitytypesClient
|
--> NONE <--
|
- Constructor: public ActivitytypesClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- [Obsolete: ]Method: public virtual Task`1 HistorytypesGetAsync (int id)
- [Obsolete: ]Method: public virtual Task`1 HistorytypesGetAsync (int id, CancellationToken cancellationToken)
- [Obsolete: ]Method: public virtual Task`1 HistorytypesGetAsync (string name)
- [Obsolete: ]Method: public virtual Task`1 HistorytypesGetAsync (string name, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- [Obsolete: ]Method: public virtual Task`1 RegardingGetAsync (int id)
- [Obsolete: ]Method: public virtual Task`1 RegardingGetAsync (int id, CancellationToken cancellationToken)
- [Obsolete: ]Method: public virtual Task`1 RegardingGetAsync (string name)
- [Obsolete: ]Method: public virtual Task`1 RegardingGetAsync (string name, CancellationToken cancellationToken)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api ActivityTypesClient () |
n/a
|
public class act.web.api.ActivityTypesClient
|
--> NONE <--
|
- Constructor: public ActivityTypesClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 HistoryTypesGetAsync (int id)
- Method: public virtual Task`1 HistoryTypesGetAsync (int id, CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryTypesGetAsync (string name)
- Method: public virtual Task`1 HistoryTypesGetAsync (string name, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method: public virtual Task`1 RegardingGetAsync (int id)
- Method: public virtual Task`1 RegardingGetAsync (int id, CancellationToken cancellationToken)
- Method: public virtual Task`1 RegardingGetAsync (string name)
- Method: public virtual Task`1 RegardingGetAsync (string name, CancellationToken cancellationToken)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api ActWebApiClientBase () |
n/a
|
public class act.web.api.ActWebApiClientBase
|
--> NONE <--
|
- Constructor: public ActWebApiClientBase (ActWebApiConfiguration configuration)
- Method: public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method: public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public Task`1 PreAuthTokenAsync ()
- Method: public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method: public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method: public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method: public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method: public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
|
act.web.api ActWebApiConfiguration () |
n/a
|
public class act.web.api.ActWebApiConfiguration
|
--> NONE <--
|
- Constructor: public ActWebApiConfiguration ()
- Field: public _BearerToken BearerToken
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Nested Type: public class _BearerToken
- Property: string ActDatabaseName { public get; }
- Property: string ActDefaultRecordHistoryFormat { public get; }
- Property: string ActDefaultRecordHistoryType { public get; }
- Property: string ActServerName { public get; }
- Property: string BASE_URL { public get; }
- Property: string Credentials { public get; }
- Property: string CredentialsBase64 { public get; }
|
act.web.api AnalyticsClient () |
n/a
|
public class act.web.api.AnalyticsClient
|
--> NONE <--
|
- Constructor: public AnalyticsClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 ActivityByUserAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 typeIds, IEnumerable`1 userIds)
- Method: public virtual Task`1 ActivityByUserAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 typeIds, IEnumerable`1 userIds, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivityByUserDetailsAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 typeIds, string userId)
- Method: public virtual Task`1 ActivityByUserDetailsAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 typeIds, string userId, CancellationToken cancellationToken)
- Method: public virtual Task`1 CampaignLeadInfoAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 statuses, IEnumerable`1 userIds, IEnumerable`1 campaignIds)
- Method: public virtual Task`1 CampaignLeadInfoAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 statuses, IEnumerable`1 userIds, IEnumerable`1 campaignIds, CancellationToken cancellationToken)
- Method: public virtual Task`1 CampaignResultsAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 campaignIds)
- Method: public virtual Task`1 CampaignResultsAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 campaignIds, CancellationToken cancellationToken)
- Method: public virtual Task`1 CampaignSentAsync (DateTimeOffset start, DateTimeOffset end)
- Method: public virtual Task`1 CampaignSentAsync (DateTimeOffset start, DateTimeOffset end, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 HistoryAsync (DateTimeOffset start, DateTimeOffset end)
- Method: public virtual Task`1 HistoryAsync (DateTimeOffset start, DateTimeOffset end, CancellationToken cancellationToken)
- Method: public virtual Task`1 KpiAsync (string groupName, Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses)
- Method: public virtual Task`1 KpiAsync (string groupName, Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method: public virtual Task`1 OpportunityCountAsync (Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses)
- Method: public virtual Task`1 OpportunityCountAsync (Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses, CancellationToken cancellationToken)
- Method: public virtual Task`1 PipelineAsync (Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses)
- Method: public virtual Task`1 PipelineAsync (Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses, CancellationToken cancellationToken)
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method: public virtual Task`1 QueryAsync (string entityname, string field, string operation, Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses)
- Method: public virtual Task`1 QueryAsync (string entityname, string field, string operation, Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses, CancellationToken cancellationToken)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method: public virtual Task`1 StageTimeAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 stageIds)
- Method: public virtual Task`1 StageTimeAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 stageIds, CancellationToken cancellationToken)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api ApiClient () |
n/a
|
public class act.web.api.ApiClient
|
--> NONE <--
|
- Constructor: public ApiClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 ActivitiesDeleteAsync (string id)
- Method: public virtual Task`1 ActivitiesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitiesGetAsync ()
- Method: public virtual Task`1 ActivitiesGetAsync (string id)
- Method: public virtual Task`1 ActivitiesGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitiesGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitiesPatchAsync (string id, ActivityOccurrence occurrence)
- Method: public virtual Task`1 ActivitiesPatchAsync (string id, ActivityOccurrence occurrence, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitiesPostAsync (ActivityOccurrence occurrence)
- Method: public virtual Task`1 ActivitiesPostAsync (ActivityOccurrence occurrence, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitiesPutAsync (string id, ActivityOccurrence occurrence)
- Method: public virtual Task`1 ActivitiesPutAsync (string id, ActivityOccurrence occurrence, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitySeriesDeleteAsync (string id)
- Method: public virtual Task`1 ActivitySeriesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitySeriesGetAsync ()
- Method: public virtual Task`1 ActivitySeriesGetAsync (string id)
- Method: public virtual Task`1 ActivitySeriesGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitySeriesGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitySeriesPatchAsync (string id, ActivitySeries series)
- Method: public virtual Task`1 ActivitySeriesPatchAsync (string id, ActivitySeries series, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitySeriesPostAsync (ActivitySeries series)
- Method: public virtual Task`1 ActivitySeriesPostAsync (ActivitySeries series, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitySeriesPutAsync (string id, ActivitySeries series)
- Method: public virtual Task`1 ActivitySeriesPutAsync (string id, ActivitySeries series, CancellationToken cancellationToken)
- [Obsolete: ]Method: public virtual Task`1 ActivitytypesGetAsync ()
- Method: public virtual Task`1 ActivityTypesGetAsync ()
- [Obsolete: ]Method: public virtual Task`1 ActivitytypesGetAsync (int id)
- Method: public virtual Task`1 ActivityTypesGetAsync (int id)
- [Obsolete: ]Method: public virtual Task`1 ActivitytypesGetAsync (int id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivityTypesGetAsync (int id, CancellationToken cancellationToken)
- [Obsolete: ]Method: public virtual Task`1 ActivitytypesGetAsync (string name)
- Method: public virtual Task`1 ActivityTypesGetAsync (string name)
- [Obsolete: ]Method: public virtual Task`1 ActivitytypesGetAsync (string name, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivityTypesGetAsync (string name, CancellationToken cancellationToken)
- [Obsolete: ]Method: public virtual Task`1 ActivitytypesGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivityTypesGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 CalendarAsync ()
- Method: public virtual Task`1 CalendarAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 CompaniesDeleteAsync (string id)
- Method: public virtual Task`1 CompaniesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 CompaniesGetAsync ()
- Method: public virtual Task`1 CompaniesGetAsync (string id)
- Method: public virtual Task`1 CompaniesGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 CompaniesGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 CompaniesPatchAsync (string id, Company company)
- Method: public virtual Task`1 CompaniesPatchAsync (string id, Company company, CancellationToken cancellationToken)
- Method: public virtual Task`1 CompaniesPostAsync (Company company)
- Method: public virtual Task`1 CompaniesPostAsync (Company company, CancellationToken cancellationToken)
- Method: public virtual Task`1 CompaniesPutAsync (string id, Company company)
- Method: public virtual Task`1 CompaniesPutAsync (string id, Company company, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsDeleteAsync (string id)
- Method: public virtual Task`1 ContactsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsGetAsync ()
- Method: public virtual Task`1 ContactsGetAsync (string id)
- Method: public virtual Task`1 ContactsGetAsync (string select, string orderBy, string filter, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsPatchAsync (string id, Contact contact)
- Method: public virtual Task`1 ContactsPatchAsync (string id, Contact contact, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsPostAsync (Contact contact)
- Method: public virtual Task`1 ContactsPostAsync (Contact contact, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsPutAsync (string id, Contact contact)
- Method: public virtual Task`1 ContactsPutAsync (string id, Contact contact, CancellationToken cancellationToken)
- Method: public virtual Task`1 CorsDeleteAsync (string id)
- Method: public virtual Task`1 CorsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 CorsGetAsync ()
- Method: public virtual Task`1 CorsGetAsync (string id)
- Method: public virtual Task`1 CorsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 CorsGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 CorsPutAsync (string id)
- Method: public virtual Task`1 CorsPutAsync (string id, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 DatabaseAsync (NewDatabaseRequest database)
- Method: public virtual Task`1 DatabaseAsync (NewDatabaseRequest database, CancellationToken cancellationToken)
- Method: public virtual Task`1 DocumentsDeleteAsync (string id)
- Method: public virtual Task`1 DocumentsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 DocumentsGetAsync ()
- Method: public virtual Task`1 DocumentsGetAsync (string id)
- Method: public virtual Task`1 DocumentsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 DocumentsGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 DocumentsPostAsync (History history)
- Method: public virtual Task`1 DocumentsPostAsync (History history, CancellationToken cancellationToken)
- Method: public virtual Task`1 DocumentsPutAsync (string id, History history)
- Method: public virtual Task`1 DocumentsPutAsync (string id, History history, CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 GroupContactsAsync (IEnumerable`1 ids)
- Method: public virtual Task`1 GroupContactsAsync (IEnumerable`1 ids, CancellationToken cancellationToken)
- Method: public virtual Task`1 GroupsDeleteAsync (string id)
- Method: public virtual Task`1 GroupsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 GroupsGetAsync ()
- Method: public virtual Task`1 GroupsGetAsync (string id)
- Method: public virtual Task`1 GroupsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 GroupsGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 GroupsPatchAsync (string id, Group group)
- Method: public virtual Task`1 GroupsPatchAsync (string id, Group group, CancellationToken cancellationToken)
- Method: public virtual Task`1 GroupsPostAsync (Group group)
- Method: public virtual Task`1 GroupsPostAsync (Group group, CancellationToken cancellationToken)
- Method: public virtual Task`1 GroupsPutAsync (string id, Group group)
- Method: public virtual Task`1 GroupsPutAsync (string id, Group group, CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryDeleteAsync (string id)
- Method: public virtual Task`1 HistoryDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryGetAsync ()
- Method: public virtual Task`1 HistoryGetAsync (string id)
- Method: public virtual Task`1 HistoryGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryPatchAsync (string id, History history)
- Method: public virtual Task`1 HistoryPatchAsync (string id, History history, CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryPostAsync (History history)
- Method: public virtual Task`1 HistoryPostAsync (History history, CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryPutAsync (string id, History history)
- Method: public virtual Task`1 HistoryPutAsync (string id, History history, CancellationToken cancellationToken)
- [Obsolete: ]Method: public virtual Task`1 HistorytypesGetAsync ()
- Method: public virtual Task`1 HistoryTypesGetAsync ()
- Method: public virtual Task`1 HistoryTypesGetAsync (int id)
- Method: public virtual Task`1 HistoryTypesGetAsync (int id, CancellationToken cancellationToken)
- [Obsolete: ]Method: public virtual Task`1 HistorytypesGetAsync (string name)
- Method: public virtual Task`1 HistoryTypesGetAsync (string name)
- [Obsolete: ]Method: public virtual Task`1 HistorytypesGetAsync (string name, CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryTypesGetAsync (string name, CancellationToken cancellationToken)
- [Obsolete: ]Method: public virtual Task`1 HistorytypesGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryTypesGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 LayoutsGetAsync ()
- Method: public virtual Task`1 LayoutsGetAsync (string id)
- Method: public virtual Task`1 LayoutsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 LayoutsGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 MarketingAutomationsAsync (MarketingAutomationEmail email)
- Method: public virtual Task`1 MarketingAutomationsAsync (MarketingAutomationEmail email, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method: public virtual Task`1 NotesGetAsync (string id)
- Method: public virtual Task`1 NotesGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 NotesPatchAsync (string id, Note note)
- Method: public virtual Task`1 NotesPatchAsync (string id, Note note, CancellationToken cancellationToken)
- Method: public virtual Task`1 NotesPostAsync (Note note)
- Method: public virtual Task`1 NotesPostAsync (Note note, CancellationToken cancellationToken)
- Method: public virtual Task`1 NotesPutAsync (string id, Note note)
- Method: public virtual Task`1 NotesPutAsync (string id, Note note, CancellationToken cancellationToken)
- Method: public virtual Task`1 OpportunitiesDeleteAsync (string id)
- Method: public virtual Task`1 OpportunitiesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 OpportunitiesGetAsync ()
- Method: public virtual Task`1 OpportunitiesGetAsync (string id)
- Method: public virtual Task`1 OpportunitiesGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 OpportunitiesGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 OpportunitiesPatchAsync (string id, Opportunity opportunity)
- Method: public virtual Task`1 OpportunitiesPatchAsync (string id, Opportunity opportunity, CancellationToken cancellationToken)
- Method: public virtual Task`1 OpportunitiesPostAsync (Opportunity opportunity)
- Method: public virtual Task`1 OpportunitiesPostAsync (Opportunity opportunity, CancellationToken cancellationToken)
- Method: public virtual Task`1 OpportunitiesPutAsync (string id, Opportunity opportunity)
- Method: public virtual Task`1 OpportunitiesPutAsync (string id, Opportunity opportunity, CancellationToken cancellationToken)
- Method: public virtual Task`1 PermissionsGetAsync ()
- Method: public virtual Task`1 PermissionsGetAsync (string id)
- Method: public virtual Task`1 PermissionsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 PermissionsGetAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method: public virtual Task`1 PreferencesDeleteAsync (string id)
- Method: public virtual Task`1 PreferencesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 PreferencesGetAsync (IEnumerable`1 search)
- Method: public virtual Task`1 PreferencesGetAsync (IEnumerable`1 search, CancellationToken cancellationToken)
- Method: public Task`1 PreferencesPostAsync (Preference preference)
- Method: public Task`1 PreferencesPostAsync (Preference preference, CancellationToken cancellationToken)
- Method: public virtual Task`1 PreferencesPutAsync (string id, Preference preference)
- Method: public virtual Task`1 PreferencesPutAsync (string id, Preference preference, CancellationToken cancellationToken)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method: public virtual Task`1 ProductsDeleteAsync (string id)
- Method: public virtual Task`1 ProductsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ProductsGetAsync ()
- Method: public virtual Task`1 ProductsGetAsync (string id)
- Method: public virtual Task`1 ProductsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ProductsGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 ProductsPatchAsync (string id, Product product)
- Method: public virtual Task`1 ProductsPatchAsync (string id, Product product, CancellationToken cancellationToken)
- Method: public virtual Task`1 ProductsPostAsync (Product product)
- Method: public virtual Task`1 ProductsPostAsync (Product product, CancellationToken cancellationToken)
- Method: public virtual Task`1 ProductsPutAsync (string id, Product product)
- Method: public virtual Task`1 ProductsPutAsync (string id, Product product, CancellationToken cancellationToken)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method: public virtual Task`1 RegistrationAsync ()
- Method: public virtual Task`1 RegistrationAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 SystemAsync ()
- Method: public virtual Task`1 SystemAsync (CancellationToken cancellationToken)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Method: public virtual Task`1 UsersDeleteAsync (string id)
- Method: public virtual Task`1 UsersDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 UsersGetAsync ()
- Method: public virtual Task`1 UsersGetAsync (string id)
- Method: public virtual Task`1 UsersGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 UsersGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 UsersPostAsync (NewUser newUser)
- Method: public virtual Task`1 UsersPostAsync (NewUser newUser, CancellationToken cancellationToken)
- Method: public virtual Task`1 WebhooksDeleteAsync (string id)
- Method: public virtual Task`1 WebhooksDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 WebhooksGetAsync ()
- Method: public virtual Task`1 WebhooksGetAsync (string id)
- Method: public virtual Task`1 WebhooksGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 WebhooksGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 WebhooksPatchAsync (string id, WebhookRequest webhook)
- Method: public virtual Task`1 WebhooksPatchAsync (string id, WebhookRequest webhook, CancellationToken cancellationToken)
- Method: public virtual Task`1 WebhooksPostAsync (WebhookRequest webhook)
- Method: public virtual Task`1 WebhooksPostAsync (WebhookRequest webhook, CancellationToken cancellationToken)
- Method: public virtual Task`1 WebhooksPutAsync (string id, WebhookRequest webhook)
- Method: public virtual Task`1 WebhooksPutAsync (string id, WebhookRequest webhook, CancellationToken cancellationToken)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api AttachmentsClient () |
n/a
|
public class act.web.api.AttachmentsClient
|
--> NONE <--
|
- Constructor: public AttachmentsClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 ActivitiesDeleteAsync (string id)
- Method: public virtual Task`1 ActivitiesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitiesGetAsync (string id)
- Method: public virtual Task`1 ActivitiesGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitiesPostAsync (string id, FileParameter file)
- Method: public virtual Task`1 ActivitiesPostAsync (string id, FileParameter file, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 DocumentsDeleteAsync (string id)
- Method: public virtual Task`1 DocumentsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 DocumentsGetAsync (string id)
- Method: public virtual Task`1 DocumentsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 DocumentsPostAsync (string id)
- Method: public virtual Task`1 DocumentsPostAsync (string id, CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 HistoryDeleteAsync (string id)
- Method: public virtual Task`1 HistoryDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryGetAsync (string id)
- Method: public virtual Task`1 HistoryGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryPostAsync (string id, FileParameter file)
- Method: public virtual Task`1 HistoryPostAsync (string id, FileParameter file, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method: public virtual Task`1 NotesDeleteAsync (string id)
- Method: public virtual Task`1 NotesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 NotesGetAsync (string id)
- Method: public virtual Task`1 NotesGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 NotesPostAsync (string id, FileParameter file)
- Method: public virtual Task`1 NotesPostAsync (string id, FileParameter file, CancellationToken cancellationToken)
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api AuthenticationTokenHandler () |
n/a
|
public class act.web.api.AuthenticationTokenHandler
|
--> NONE <--
|
- Constructor: public AuthenticationTokenHandler (ActWebApiConfiguration configuration)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual Task`1 SendAsync (HttpRequestMessage request, CancellationToken cancellationToken)
- Method (i): public virtual string ToString ()
- Property: HttpMessageHandler InnerHandler { public get; public set; }
|
act.web.api CompaniesClient () |
n/a
|
public class act.web.api.CompaniesClient
|
--> NONE <--
|
- Constructor: public CompaniesClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 ActivitiesAsync (string companyId)
- Method: public virtual Task`1 ActivitiesAsync (string companyId, CancellationToken cancellationToken)
- Method: public virtual Task`1 AssociatedActivitiesAsync (string companyId)
- Method: public virtual Task`1 AssociatedActivitiesAsync (string companyId, CancellationToken cancellationToken)
- Method: public virtual Task`1 AssociatedOpportunitiesAsync (string companyId)
- Method: public virtual Task`1 AssociatedOpportunitiesAsync (string companyId, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsDeleteAsync (string id, string contactId)
- Method: public virtual Task`1 ContactsDeleteAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsGetAsync (string id)
- Method: public virtual Task`1 ContactsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsPutAsync (string id, string contactId)
- Method: public virtual Task`1 ContactsPutAsync (string id, string contactId, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 DocumentsAsync (string id)
- Method: public virtual Task`1 DocumentsAsync (string id, CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 HistoryAsync (string id)
- Method: public virtual Task`1 HistoryAsync (string id, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method: public virtual Task`1 NotesAsync (string id)
- Method: public virtual Task`1 NotesAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 OpportunitiesAsync (string companyId)
- Method: public virtual Task`1 OpportunitiesAsync (string companyId, CancellationToken cancellationToken)
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api ConfigurationsClient () |
n/a
|
public class act.web.api.ConfigurationsClient
|
--> NONE <--
|
- Constructor: public ConfigurationsClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- [Obsolete: ]Method: public virtual Task`1 OpportunityPipelineGetAsync ()
- [Obsolete: ]Method: public virtual Task`1 OpportunityPipelineGetAsync (CancellationToken cancellationToken)
- [Obsolete: ]Method: public virtual Task`1 OpportunityPipelinePutAsync (string userId, ConfigurationSettings pipeline)
- [Obsolete: ]Method: public virtual Task`1 OpportunityPipelinePutAsync (string userId, ConfigurationSettings pipeline, CancellationToken cancellationToken)
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- [Obsolete: ]Method: public virtual Task`1 ViewDefinitionsDeleteAsync (string id)
- [Obsolete: ]Method: public virtual Task`1 ViewDefinitionsDeleteAsync (string id, CancellationToken cancellationToken)
- [Obsolete: ]Method: public virtual Task`1 ViewDefinitionsGetAsync ()
- [Obsolete: ]Method: public virtual Task`1 ViewDefinitionsGetAsync (CancellationToken cancellationToken)
- [Obsolete: ]Method: public virtual Task`1 ViewDefinitionsPutAsync (string id, ConfigurationDefinition definition)
- [Obsolete: ]Method: public virtual Task`1 ViewDefinitionsPutAsync (string id, ConfigurationDefinition definition, CancellationToken cancellationToken)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api ContactsClient () |
n/a
|
public class act.web.api.ContactsClient
|
--> NONE <--
|
- Constructor: public ContactsClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 ActivitiesAsync (string contactId)
- Method: public virtual Task`1 ActivitiesAsync (string contactId, CancellationToken cancellationToken)
- Method: public virtual Task`1 CompaniesAsync (string id)
- Method: public virtual Task`1 CompaniesAsync (string id, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 DocumentsAsync (string id)
- Method: public virtual Task`1 DocumentsAsync (string id, CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 GroupsAsync (string id)
- Method: public virtual Task`1 GroupsAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryAsync (string id)
- Method: public virtual Task`1 HistoryAsync (string id, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method: public virtual Task`1 NearbyAsync (double latitude, double longitude, int radius)
- Method: public virtual Task`1 NearbyAsync (double latitude, double longitude, int radius, CancellationToken cancellationToken)
- Method: public virtual Task`1 NotesDeleteAsync (string id, string contactId)
- Method: public virtual Task`1 NotesDeleteAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: public virtual Task`1 NotesGetAsync (string id)
- Method: public virtual Task`1 NotesGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 OpportunitiesAsync (string contactId)
- Method: public virtual Task`1 OpportunitiesAsync (string contactId, CancellationToken cancellationToken)
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Method: public virtual Task`1 UsersAsync (string id, ConvertContact contact)
- Method: public virtual Task`1 UsersAsync (string id, ConvertContact contact, CancellationToken cancellationToken)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api CurrenciesClient () |
n/a
|
public class act.web.api.CurrenciesClient
|
--> NONE <--
|
- Constructor: public CurrenciesClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 CurrentAsync ()
- Method: public virtual Task`1 CurrentAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api CustomClient () |
n/a
|
public class act.web.api.CustomClient
|
--> NONE <--
|
- Constructor: public CustomClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 EntitiesDeleteAsync (string entityName, string id)
- Method: public virtual Task`1 EntitiesDeleteAsync (string entityName, string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 EntitiesGetAsync (string entityName)
- Method: public virtual Task`1 EntitiesGetAsync (string entityName, string id)
- Method: public virtual Task`1 EntitiesGetAsync (string entityName, string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 EntitiesGetAsync (string entityName, CancellationToken cancellationToken)
- Method: public virtual Task`1 EntitiesPostAsync (string entityName, IDictionary`2 customEntity)
- Method: public virtual Task`1 EntitiesPostAsync (string entityName, IDictionary`2 customEntity, CancellationToken cancellationToken)
- Method: public virtual Task`1 EntitiesPutAsync (string entityName, string id, IDictionary`2 customEntity)
- Method: public virtual Task`1 EntitiesPutAsync (string entityName, string id, IDictionary`2 customEntity, CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api DatabaseClient () |
n/a
|
public class act.web.api.DatabaseClient
|
--> NONE <--
|
- Constructor: public DatabaseClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 BackupsDeleteAsync (string filename)
- Method: public virtual Task`1 BackupsDeleteAsync (string filename, CancellationToken cancellationToken)
- Method: public virtual Task`1 BackupsGetAsync ()
- Method: public virtual Task`1 BackupsGetAsync (string filename)
- Method: public virtual Task`1 BackupsGetAsync (string filename, CancellationToken cancellationToken)
- Method: public virtual Task`1 BackupsGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 BackupsPostAsync (DatabaseBackupUser user)
- Method: public virtual Task`1 BackupsPostAsync (DatabaseBackupUser user, CancellationToken cancellationToken)
- Method: public virtual Task`1 BackupsPutAsync ()
- Method: public virtual Task`1 BackupsPutAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api DateTimeConverter () |
n/a
|
public class act.web.api.DateTimeConverter
|
--> NONE <--
|
- Constructor: public DateTimeConverter ()
- Method: public override bool CanConvert (Type objectType)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override object ReadJson (JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer)
- Method (i): public virtual string ToString ()
- Method: public override void WriteJson (JsonWriter writer, object value, JsonSerializer serializer)
- Property: virtual bool CanRead { public get; }
- Property: virtual bool CanWrite { public get; }
|
act.web.api DefinitionsClient () |
n/a
|
public class act.web.api.DefinitionsClient
|
--> NONE <--
|
- Constructor: public DefinitionsClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 InsightViewsDeleteAsync ()
- Method: public virtual Task`1 InsightViewsDeleteAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 InsightViewsGetAsync ()
- Method: public virtual Task`1 InsightViewsGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 InsightViewsPutAsync (ConfigurationDefinition definition)
- Method: public virtual Task`1 InsightViewsPutAsync (ConfigurationDefinition definition, CancellationToken cancellationToken)
- Method: public virtual Task`1 KpiViewsGetAsync (string name)
- Method: public virtual Task`1 KpiViewsGetAsync (string name, CancellationToken cancellationToken)
- Method: public virtual Task`1 KpiViewsPutAsync (string name, ConfigurationDefinition container)
- Method: public virtual Task`1 KpiViewsPutAsync (string name, ConfigurationDefinition container, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api DocumentsClient () |
n/a
|
public class act.web.api.DocumentsClient
|
--> NONE <--
|
- Constructor: public DocumentsClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- [Obsolete: ]Method: public virtual Task`1 HistorytypesGetAsync ()
- Method: public virtual Task`1 HistoryTypesGetAsync ()
- [Obsolete: ]Method: public virtual Task`1 HistorytypesGetAsync (string name)
- Method: public virtual Task`1 HistoryTypesGetAsync (string name)
- [Obsolete: ]Method: public virtual Task`1 HistorytypesGetAsync (string name, CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryTypesGetAsync (string name, CancellationToken cancellationToken)
- [Obsolete: ]Method: public virtual Task`1 HistorytypesGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryTypesGetAsync (CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api DropDownClient () |
n/a
|
public class act.web.api.DropDownClient
|
--> NONE <--
|
- Constructor: public DropDownClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 ListsDeleteAsync (string id)
- Method: public virtual Task`1 ListsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ListsGetAsync ()
- Method: public virtual Task`1 ListsGetAsync (string id)
- Method: public virtual Task`1 ListsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ListsGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 ListsPostAsync (CreateDropDownList dropDownList)
- Method: public virtual Task`1 ListsPostAsync (CreateDropDownList dropDownList, CancellationToken cancellationToken)
- Method: public virtual Task`1 ListsPutAsync (string id, DropDownList list)
- Method: public virtual Task`1 ListsPutAsync (string id, DropDownList list, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api GeographicsClient () |
n/a
|
public class act.web.api.GeographicsClient
|
--> NONE <--
|
- Constructor: public GeographicsClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 ContactGeolocationAsync ()
- Method: public virtual Task`1 ContactGeolocationAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api GroupClient () |
n/a
|
public class act.web.api.GroupClient
|
--> NONE <--
|
- Constructor: public GroupClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public virtual Task`1 NotesAsync (string id)
- Method: public virtual Task`1 NotesAsync (string id, CancellationToken cancellationToken)
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api GroupsClient () |
n/a
|
public class act.web.api.GroupsClient
|
--> NONE <--
|
- Constructor: public GroupsClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 ContactsDeleteAsync (string groupId, string contactId)
- Method: public virtual Task`1 ContactsDeleteAsync (string groupId, string contactId, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsGetAsync (string id)
- Method: public virtual Task`1 ContactsGetAsync (string id, string contactId)
- Method: public virtual Task`1 ContactsGetAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsPutAsync (string groupId, string contactId)
- Method: public virtual Task`1 ContactsPutAsync (string groupId, string contactId, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 DocumentsAsync (string id)
- Method: public virtual Task`1 DocumentsAsync (string id, CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 GroupsAsync (string id)
- Method: public virtual Task`1 GroupsAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryAsync (string id)
- Method: public virtual Task`1 HistoryAsync (string id, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method: public virtual Task`1 OpportunitiesAsync (string groupId)
- Method: public virtual Task`1 OpportunitiesAsync (string groupId, CancellationToken cancellationToken)
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api HistoryClient () |
n/a
|
public class act.web.api.HistoryClient
|
--> NONE <--
|
- Constructor: public HistoryClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 ContactsDeleteAsync (string id, string contactId)
- Method: public virtual Task`1 ContactsDeleteAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsPutAsync (string id, string contactId)
- Method: public virtual Task`1 ContactsPutAsync (string id, string contactId, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api IActivitiesClient () |
n/a
|
public interface act.web.api.IActivitiesClient
|
--> NONE <--
|
- Method: Task`1 AlarmsAsync (string id)
- Method: Task`1 AlarmsAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ClearactivityDeleteAsync (string id)
- Method: Task`1 ClearactivityDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ClearactivityPutAsync (string id, ClearActivity activity)
- Method: Task`1 ClearactivityPutAsync (string id, ClearActivity activity, CancellationToken cancellationToken)
- Method: Task`1 CompaniesAsync (string id)
- Method: Task`1 CompaniesAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ContactsDeleteAsync (string id, string contactId)
- Method: Task`1 ContactsDeleteAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: Task`1 ContactsPutAsync (string id, string contactId)
- Method: Task`1 ContactsPutAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: Task`1 HistoryAsync (string id)
- Method: Task`1 HistoryAsync (string id, CancellationToken cancellationToken)
|
act.web.api IActivitytypesClient () |
n/a
|
public interface act.web.api.IActivitytypesClient
|
--> NONE <--
|
- [Obsolete: ]Method: Task`1 HistorytypesGetAsync (int id)
- [Obsolete: ]Method: Task`1 HistorytypesGetAsync (int id, CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 HistorytypesGetAsync (string name)
- [Obsolete: ]Method: Task`1 HistorytypesGetAsync (string name, CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 RegardingGetAsync (int id)
- [Obsolete: ]Method: Task`1 RegardingGetAsync (int id, CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 RegardingGetAsync (string name)
- [Obsolete: ]Method: Task`1 RegardingGetAsync (string name, CancellationToken cancellationToken)
|
act.web.api IActivityTypesClient () |
n/a
|
public interface act.web.api.IActivityTypesClient
|
--> NONE <--
|
- Method: Task`1 HistoryTypesGetAsync (int id)
- Method: Task`1 HistoryTypesGetAsync (int id, CancellationToken cancellationToken)
- Method: Task`1 HistoryTypesGetAsync (string name)
- Method: Task`1 HistoryTypesGetAsync (string name, CancellationToken cancellationToken)
- Method: Task`1 RegardingGetAsync (int id)
- Method: Task`1 RegardingGetAsync (int id, CancellationToken cancellationToken)
- Method: Task`1 RegardingGetAsync (string name)
- Method: Task`1 RegardingGetAsync (string name, CancellationToken cancellationToken)
|
act.web.api IAnalyticsClient () |
n/a
|
public interface act.web.api.IAnalyticsClient
|
--> NONE <--
|
- Method: Task`1 ActivityByUserAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 typeIds, IEnumerable`1 userIds)
- Method: Task`1 ActivityByUserAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 typeIds, IEnumerable`1 userIds, CancellationToken cancellationToken)
- Method: Task`1 ActivityByUserDetailsAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 typeIds, string userId)
- Method: Task`1 ActivityByUserDetailsAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 typeIds, string userId, CancellationToken cancellationToken)
- Method: Task`1 CampaignLeadInfoAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 statuses, IEnumerable`1 userIds, IEnumerable`1 campaignIds)
- Method: Task`1 CampaignLeadInfoAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 statuses, IEnumerable`1 userIds, IEnumerable`1 campaignIds, CancellationToken cancellationToken)
- Method: Task`1 CampaignResultsAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 campaignIds)
- Method: Task`1 CampaignResultsAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 campaignIds, CancellationToken cancellationToken)
- Method: Task`1 CampaignSentAsync (DateTimeOffset start, DateTimeOffset end)
- Method: Task`1 CampaignSentAsync (DateTimeOffset start, DateTimeOffset end, CancellationToken cancellationToken)
- Method: Task`1 HistoryAsync (DateTimeOffset start, DateTimeOffset end)
- Method: Task`1 HistoryAsync (DateTimeOffset start, DateTimeOffset end, CancellationToken cancellationToken)
- Method: Task`1 KpiAsync (string groupName, Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses)
- Method: Task`1 KpiAsync (string groupName, Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses, CancellationToken cancellationToken)
- Method: Task`1 OpportunityCountAsync (Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses)
- Method: Task`1 OpportunityCountAsync (Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses, CancellationToken cancellationToken)
- Method: Task`1 PipelineAsync (Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses)
- Method: Task`1 PipelineAsync (Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses, CancellationToken cancellationToken)
- Method: Task`1 QueryAsync (string entityname, string field, string operation, Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses)
- Method: Task`1 QueryAsync (string entityname, string field, string operation, Nullable`1 start, Nullable`1 end, Nullable`1 dateType, Nullable`1 valueType, Nullable`1 probabilityValue, string probabilityOperation, Nullable`1 amountValue, string amountOperation, Nullable`1 omitPrivate, IEnumerable`1 typeIds, IEnumerable`1 userIds, IEnumerable`1 stageIds, IEnumerable`1 pickListItemIds, IEnumerable`1 statuses, CancellationToken cancellationToken)
- Method: Task`1 StageTimeAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 stageIds)
- Method: Task`1 StageTimeAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 stageIds, CancellationToken cancellationToken)
|
act.web.api IApiClient () |
n/a
|
public interface act.web.api.IApiClient
|
--> NONE <--
|
- Method: Task`1 ActivitiesDeleteAsync (string id)
- Method: Task`1 ActivitiesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ActivitiesGetAsync ()
- Method: Task`1 ActivitiesGetAsync (string id)
- Method: Task`1 ActivitiesGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ActivitiesGetAsync (CancellationToken cancellationToken)
- Method: Task`1 ActivitiesPatchAsync (string id, ActivityOccurrence occurrence)
- Method: Task`1 ActivitiesPatchAsync (string id, ActivityOccurrence occurrence, CancellationToken cancellationToken)
- Method: Task`1 ActivitiesPostAsync (ActivityOccurrence occurrence)
- Method: Task`1 ActivitiesPostAsync (ActivityOccurrence occurrence, CancellationToken cancellationToken)
- Method: Task`1 ActivitiesPutAsync (string id, ActivityOccurrence occurrence)
- Method: Task`1 ActivitiesPutAsync (string id, ActivityOccurrence occurrence, CancellationToken cancellationToken)
- Method: Task`1 ActivitySeriesDeleteAsync (string id)
- Method: Task`1 ActivitySeriesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ActivitySeriesGetAsync ()
- Method: Task`1 ActivitySeriesGetAsync (string id)
- Method: Task`1 ActivitySeriesGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ActivitySeriesGetAsync (CancellationToken cancellationToken)
- Method: Task`1 ActivitySeriesPatchAsync (string id, ActivitySeries series)
- Method: Task`1 ActivitySeriesPatchAsync (string id, ActivitySeries series, CancellationToken cancellationToken)
- Method: Task`1 ActivitySeriesPostAsync (ActivitySeries series)
- Method: Task`1 ActivitySeriesPostAsync (ActivitySeries series, CancellationToken cancellationToken)
- Method: Task`1 ActivitySeriesPutAsync (string id, ActivitySeries series)
- Method: Task`1 ActivitySeriesPutAsync (string id, ActivitySeries series, CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 ActivitytypesGetAsync ()
- Method: Task`1 ActivityTypesGetAsync ()
- [Obsolete: ]Method: Task`1 ActivitytypesGetAsync (int id)
- Method: Task`1 ActivityTypesGetAsync (int id)
- [Obsolete: ]Method: Task`1 ActivitytypesGetAsync (int id, CancellationToken cancellationToken)
- Method: Task`1 ActivityTypesGetAsync (int id, CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 ActivitytypesGetAsync (string name)
- Method: Task`1 ActivityTypesGetAsync (string name)
- [Obsolete: ]Method: Task`1 ActivitytypesGetAsync (string name, CancellationToken cancellationToken)
- Method: Task`1 ActivityTypesGetAsync (string name, CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 ActivitytypesGetAsync (CancellationToken cancellationToken)
- Method: Task`1 ActivityTypesGetAsync (CancellationToken cancellationToken)
- Method: Task`1 CalendarAsync ()
- Method: Task`1 CalendarAsync (CancellationToken cancellationToken)
- Method: Task`1 CompaniesDeleteAsync (string id)
- Method: Task`1 CompaniesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 CompaniesGetAsync ()
- Method: Task`1 CompaniesGetAsync (string id)
- Method: Task`1 CompaniesGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 CompaniesGetAsync (CancellationToken cancellationToken)
- Method: Task`1 CompaniesPatchAsync (string id, Company company)
- Method: Task`1 CompaniesPatchAsync (string id, Company company, CancellationToken cancellationToken)
- Method: Task`1 CompaniesPostAsync (Company company)
- Method: Task`1 CompaniesPostAsync (Company company, CancellationToken cancellationToken)
- Method: Task`1 CompaniesPutAsync (string id, Company company)
- Method: Task`1 CompaniesPutAsync (string id, Company company, CancellationToken cancellationToken)
- Method: Task`1 ContactsDeleteAsync (string id)
- Method: Task`1 ContactsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ContactsGetAsync ()
- Method: Task`1 ContactsGetAsync (string id)
- Method: Task`1 ContactsGetAsync (string select, string orderBy, string filter, CancellationToken cancellationToken)
- Method: Task`1 ContactsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ContactsGetAsync (CancellationToken cancellationToken)
- Method: Task`1 ContactsPatchAsync (string id, Contact contact)
- Method: Task`1 ContactsPatchAsync (string id, Contact contact, CancellationToken cancellationToken)
- Method: Task`1 ContactsPostAsync (Contact contact)
- Method: Task`1 ContactsPostAsync (Contact contact, CancellationToken cancellationToken)
- Method: Task`1 ContactsPutAsync (string id, Contact contact)
- Method: Task`1 ContactsPutAsync (string id, Contact contact, CancellationToken cancellationToken)
- Method: Task`1 CorsDeleteAsync (string id)
- Method: Task`1 CorsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 CorsGetAsync ()
- Method: Task`1 CorsGetAsync (string id)
- Method: Task`1 CorsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 CorsGetAsync (CancellationToken cancellationToken)
- Method: Task`1 CorsPutAsync (string id)
- Method: Task`1 CorsPutAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 DatabaseAsync (NewDatabaseRequest database)
- Method: Task`1 DatabaseAsync (NewDatabaseRequest database, CancellationToken cancellationToken)
- Method: Task`1 DocumentsDeleteAsync (string id)
- Method: Task`1 DocumentsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 DocumentsGetAsync ()
- Method: Task`1 DocumentsGetAsync (string id)
- Method: Task`1 DocumentsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 DocumentsGetAsync (CancellationToken cancellationToken)
- Method: Task`1 DocumentsPostAsync (History history)
- Method: Task`1 DocumentsPostAsync (History history, CancellationToken cancellationToken)
- Method: Task`1 DocumentsPutAsync (string id, History history)
- Method: Task`1 DocumentsPutAsync (string id, History history, CancellationToken cancellationToken)
- Method: Task`1 GroupContactsAsync (IEnumerable`1 ids)
- Method: Task`1 GroupContactsAsync (IEnumerable`1 ids, CancellationToken cancellationToken)
- Method: Task`1 GroupsDeleteAsync (string id)
- Method: Task`1 GroupsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 GroupsGetAsync ()
- Method: Task`1 GroupsGetAsync (string id)
- Method: Task`1 GroupsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 GroupsGetAsync (CancellationToken cancellationToken)
- Method: Task`1 GroupsPatchAsync (string id, Group group)
- Method: Task`1 GroupsPatchAsync (string id, Group group, CancellationToken cancellationToken)
- Method: Task`1 GroupsPostAsync (Group group)
- Method: Task`1 GroupsPostAsync (Group group, CancellationToken cancellationToken)
- Method: Task`1 GroupsPutAsync (string id, Group group)
- Method: Task`1 GroupsPutAsync (string id, Group group, CancellationToken cancellationToken)
- Method: Task`1 HistoryDeleteAsync (string id)
- Method: Task`1 HistoryDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 HistoryGetAsync ()
- Method: Task`1 HistoryGetAsync (string id)
- Method: Task`1 HistoryGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 HistoryGetAsync (CancellationToken cancellationToken)
- Method: Task`1 HistoryPatchAsync (string id, History history)
- Method: Task`1 HistoryPatchAsync (string id, History history, CancellationToken cancellationToken)
- Method: Task`1 HistoryPostAsync (History history)
- Method: Task`1 HistoryPostAsync (History history, CancellationToken cancellationToken)
- Method: Task`1 HistoryPutAsync (string id, History history)
- Method: Task`1 HistoryPutAsync (string id, History history, CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 HistorytypesGetAsync ()
- Method: Task`1 HistoryTypesGetAsync ()
- Method: Task`1 HistoryTypesGetAsync (int id)
- Method: Task`1 HistoryTypesGetAsync (int id, CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 HistorytypesGetAsync (string name)
- Method: Task`1 HistoryTypesGetAsync (string name)
- [Obsolete: ]Method: Task`1 HistorytypesGetAsync (string name, CancellationToken cancellationToken)
- Method: Task`1 HistoryTypesGetAsync (string name, CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 HistorytypesGetAsync (CancellationToken cancellationToken)
- Method: Task`1 HistoryTypesGetAsync (CancellationToken cancellationToken)
- Method: Task`1 LayoutsGetAsync ()
- Method: Task`1 LayoutsGetAsync (string id)
- Method: Task`1 LayoutsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 LayoutsGetAsync (CancellationToken cancellationToken)
- Method: Task`1 MarketingAutomationsAsync (MarketingAutomationEmail email)
- Method: Task`1 MarketingAutomationsAsync (MarketingAutomationEmail email, CancellationToken cancellationToken)
- Method: Task`1 NotesGetAsync (string id)
- Method: Task`1 NotesGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 NotesPatchAsync (string id, Note note)
- Method: Task`1 NotesPatchAsync (string id, Note note, CancellationToken cancellationToken)
- Method: Task`1 NotesPostAsync (Note note)
- Method: Task`1 NotesPostAsync (Note note, CancellationToken cancellationToken)
- Method: Task`1 NotesPutAsync (string id, Note note)
- Method: Task`1 NotesPutAsync (string id, Note note, CancellationToken cancellationToken)
- Method: Task`1 OpportunitiesDeleteAsync (string id)
- Method: Task`1 OpportunitiesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 OpportunitiesGetAsync ()
- Method: Task`1 OpportunitiesGetAsync (string id)
- Method: Task`1 OpportunitiesGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 OpportunitiesGetAsync (CancellationToken cancellationToken)
- Method: Task`1 OpportunitiesPatchAsync (string id, Opportunity opportunity)
- Method: Task`1 OpportunitiesPatchAsync (string id, Opportunity opportunity, CancellationToken cancellationToken)
- Method: Task`1 OpportunitiesPostAsync (Opportunity opportunity)
- Method: Task`1 OpportunitiesPostAsync (Opportunity opportunity, CancellationToken cancellationToken)
- Method: Task`1 OpportunitiesPutAsync (string id, Opportunity opportunity)
- Method: Task`1 OpportunitiesPutAsync (string id, Opportunity opportunity, CancellationToken cancellationToken)
- Method: Task`1 PermissionsGetAsync ()
- Method: Task`1 PermissionsGetAsync (string id)
- Method: Task`1 PermissionsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 PermissionsGetAsync (CancellationToken cancellationToken)
- Method: Task`1 PreferencesDeleteAsync (string id)
- Method: Task`1 PreferencesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 PreferencesGetAsync (IEnumerable`1 search)
- Method: Task`1 PreferencesGetAsync (IEnumerable`1 search, CancellationToken cancellationToken)
- Method: Task`1 PreferencesPutAsync (string id, Preference preference)
- Method: Task`1 PreferencesPutAsync (string id, Preference preference, CancellationToken cancellationToken)
- Method: Task`1 ProductsDeleteAsync (string id)
- Method: Task`1 ProductsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ProductsGetAsync ()
- Method: Task`1 ProductsGetAsync (string id)
- Method: Task`1 ProductsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ProductsGetAsync (CancellationToken cancellationToken)
- Method: Task`1 ProductsPatchAsync (string id, Product product)
- Method: Task`1 ProductsPatchAsync (string id, Product product, CancellationToken cancellationToken)
- Method: Task`1 ProductsPostAsync (Product product)
- Method: Task`1 ProductsPostAsync (Product product, CancellationToken cancellationToken)
- Method: Task`1 ProductsPutAsync (string id, Product product)
- Method: Task`1 ProductsPutAsync (string id, Product product, CancellationToken cancellationToken)
- Method: Task`1 RegistrationAsync ()
- Method: Task`1 RegistrationAsync (CancellationToken cancellationToken)
- Method: Task`1 SystemAsync ()
- Method: Task`1 SystemAsync (CancellationToken cancellationToken)
- Method: Task`1 UsersDeleteAsync (string id)
- Method: Task`1 UsersDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 UsersGetAsync ()
- Method: Task`1 UsersGetAsync (string id)
- Method: Task`1 UsersGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 UsersGetAsync (CancellationToken cancellationToken)
- Method: Task`1 UsersPostAsync (NewUser newUser)
- Method: Task`1 UsersPostAsync (NewUser newUser, CancellationToken cancellationToken)
- Method: Task`1 WebhooksDeleteAsync (string id)
- Method: Task`1 WebhooksDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 WebhooksGetAsync ()
- Method: Task`1 WebhooksGetAsync (string id)
- Method: Task`1 WebhooksGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 WebhooksGetAsync (CancellationToken cancellationToken)
- Method: Task`1 WebhooksPatchAsync (string id, WebhookRequest webhook)
- Method: Task`1 WebhooksPatchAsync (string id, WebhookRequest webhook, CancellationToken cancellationToken)
- Method: Task`1 WebhooksPostAsync (WebhookRequest webhook)
- Method: Task`1 WebhooksPostAsync (WebhookRequest webhook, CancellationToken cancellationToken)
- Method: Task`1 WebhooksPutAsync (string id, WebhookRequest webhook)
- Method: Task`1 WebhooksPutAsync (string id, WebhookRequest webhook, CancellationToken cancellationToken)
|
act.web.api IAttachmentsClient () |
n/a
|
public interface act.web.api.IAttachmentsClient
|
--> NONE <--
|
- Method: Task`1 ActivitiesDeleteAsync (string id)
- Method: Task`1 ActivitiesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ActivitiesGetAsync (string id)
- Method: Task`1 ActivitiesGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ActivitiesPostAsync (string id, FileParameter file)
- Method: Task`1 ActivitiesPostAsync (string id, FileParameter file, CancellationToken cancellationToken)
- Method: Task`1 DocumentsDeleteAsync (string id)
- Method: Task`1 DocumentsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 DocumentsGetAsync (string id)
- Method: Task`1 DocumentsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 DocumentsPostAsync (string id)
- Method: Task`1 DocumentsPostAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 HistoryDeleteAsync (string id)
- Method: Task`1 HistoryDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 HistoryGetAsync (string id)
- Method: Task`1 HistoryGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 HistoryPostAsync (string id, FileParameter file)
- Method: Task`1 HistoryPostAsync (string id, FileParameter file, CancellationToken cancellationToken)
- Method: Task`1 NotesDeleteAsync (string id)
- Method: Task`1 NotesDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 NotesGetAsync (string id)
- Method: Task`1 NotesGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 NotesPostAsync (string id, FileParameter file)
- Method: Task`1 NotesPostAsync (string id, FileParameter file, CancellationToken cancellationToken)
|
act.web.api ICompaniesClient () |
n/a
|
public interface act.web.api.ICompaniesClient
|
--> NONE <--
|
- Method: Task`1 ActivitiesAsync (string companyId)
- Method: Task`1 ActivitiesAsync (string companyId, CancellationToken cancellationToken)
- Method: Task`1 AssociatedActivitiesAsync (string companyId)
- Method: Task`1 AssociatedActivitiesAsync (string companyId, CancellationToken cancellationToken)
- Method: Task`1 AssociatedOpportunitiesAsync (string companyId)
- Method: Task`1 AssociatedOpportunitiesAsync (string companyId, CancellationToken cancellationToken)
- Method: Task`1 ContactsDeleteAsync (string id, string contactId)
- Method: Task`1 ContactsDeleteAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: Task`1 ContactsGetAsync (string id)
- Method: Task`1 ContactsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ContactsPutAsync (string id, string contactId)
- Method: Task`1 ContactsPutAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: Task`1 DocumentsAsync (string id)
- Method: Task`1 DocumentsAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 HistoryAsync (string id)
- Method: Task`1 HistoryAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 NotesAsync (string id)
- Method: Task`1 NotesAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 OpportunitiesAsync (string companyId)
- Method: Task`1 OpportunitiesAsync (string companyId, CancellationToken cancellationToken)
|
act.web.api IConfigurationsClient () |
n/a
|
public interface act.web.api.IConfigurationsClient
|
--> NONE <--
|
- [Obsolete: ]Method: Task`1 OpportunityPipelineGetAsync ()
- [Obsolete: ]Method: Task`1 OpportunityPipelineGetAsync (CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 OpportunityPipelinePutAsync (string userId, ConfigurationSettings pipeline)
- [Obsolete: ]Method: Task`1 OpportunityPipelinePutAsync (string userId, ConfigurationSettings pipeline, CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 ViewDefinitionsDeleteAsync (string id)
- [Obsolete: ]Method: Task`1 ViewDefinitionsDeleteAsync (string id, CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 ViewDefinitionsGetAsync ()
- [Obsolete: ]Method: Task`1 ViewDefinitionsGetAsync (CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 ViewDefinitionsPutAsync (string id, ConfigurationDefinition definition)
- [Obsolete: ]Method: Task`1 ViewDefinitionsPutAsync (string id, ConfigurationDefinition definition, CancellationToken cancellationToken)
|
act.web.api IContactsClient () |
n/a
|
public interface act.web.api.IContactsClient
|
--> NONE <--
|
- Method: Task`1 ActivitiesAsync (string contactId)
- Method: Task`1 ActivitiesAsync (string contactId, CancellationToken cancellationToken)
- Method: Task`1 CompaniesAsync (string id)
- Method: Task`1 CompaniesAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 DocumentsAsync (string id)
- Method: Task`1 DocumentsAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 GroupsAsync (string id)
- Method: Task`1 GroupsAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 HistoryAsync (string id)
- Method: Task`1 HistoryAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 NearbyAsync (double latitude, double longitude, int radius)
- Method: Task`1 NearbyAsync (double latitude, double longitude, int radius, CancellationToken cancellationToken)
- Method: Task`1 NotesDeleteAsync (string id, string contactId)
- Method: Task`1 NotesDeleteAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: Task`1 NotesGetAsync (string id)
- Method: Task`1 NotesGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 OpportunitiesAsync (string contactId)
- Method: Task`1 OpportunitiesAsync (string contactId, CancellationToken cancellationToken)
- Method: Task`1 UsersAsync (string id, ConvertContact contact)
- Method: Task`1 UsersAsync (string id, ConvertContact contact, CancellationToken cancellationToken)
|
act.web.api ICurrenciesClient () |
n/a
|
public interface act.web.api.ICurrenciesClient
|
--> NONE <--
|
- Method: Task`1 CurrentAsync ()
- Method: Task`1 CurrentAsync (CancellationToken cancellationToken)
|
act.web.api ICustomClient () |
n/a
|
public interface act.web.api.ICustomClient
|
--> NONE <--
|
- Method: Task`1 EntitiesDeleteAsync (string entityName, string id)
- Method: Task`1 EntitiesDeleteAsync (string entityName, string id, CancellationToken cancellationToken)
- Method: Task`1 EntitiesGetAsync (string entityName)
- Method: Task`1 EntitiesGetAsync (string entityName, string id)
- Method: Task`1 EntitiesGetAsync (string entityName, string id, CancellationToken cancellationToken)
- Method: Task`1 EntitiesGetAsync (string entityName, CancellationToken cancellationToken)
- Method: Task`1 EntitiesPostAsync (string entityName, IDictionary`2 customEntity)
- Method: Task`1 EntitiesPostAsync (string entityName, IDictionary`2 customEntity, CancellationToken cancellationToken)
- Method: Task`1 EntitiesPutAsync (string entityName, string id, IDictionary`2 customEntity)
- Method: Task`1 EntitiesPutAsync (string entityName, string id, IDictionary`2 customEntity, CancellationToken cancellationToken)
|
act.web.api IDatabaseClient () |
n/a
|
public interface act.web.api.IDatabaseClient
|
--> NONE <--
|
- Method: Task`1 BackupsDeleteAsync (string filename)
- Method: Task`1 BackupsDeleteAsync (string filename, CancellationToken cancellationToken)
- Method: Task`1 BackupsGetAsync ()
- Method: Task`1 BackupsGetAsync (string filename)
- Method: Task`1 BackupsGetAsync (string filename, CancellationToken cancellationToken)
- Method: Task`1 BackupsGetAsync (CancellationToken cancellationToken)
- Method: Task`1 BackupsPostAsync (DatabaseBackupUser user)
- Method: Task`1 BackupsPostAsync (DatabaseBackupUser user, CancellationToken cancellationToken)
- Method: Task`1 BackupsPutAsync ()
- Method: Task`1 BackupsPutAsync (CancellationToken cancellationToken)
|
act.web.api IDefinitionsClient () |
n/a
|
public interface act.web.api.IDefinitionsClient
|
--> NONE <--
|
- Method: Task`1 InsightViewsDeleteAsync ()
- Method: Task`1 InsightViewsDeleteAsync (CancellationToken cancellationToken)
- Method: Task`1 InsightViewsGetAsync ()
- Method: Task`1 InsightViewsGetAsync (CancellationToken cancellationToken)
- Method: Task`1 InsightViewsPutAsync (ConfigurationDefinition definition)
- Method: Task`1 InsightViewsPutAsync (ConfigurationDefinition definition, CancellationToken cancellationToken)
- Method: Task`1 KpiViewsGetAsync (string name)
- Method: Task`1 KpiViewsGetAsync (string name, CancellationToken cancellationToken)
- Method: Task`1 KpiViewsPutAsync (string name, ConfigurationDefinition container)
- Method: Task`1 KpiViewsPutAsync (string name, ConfigurationDefinition container, CancellationToken cancellationToken)
|
act.web.api IDocumentsClient () |
n/a
|
public interface act.web.api.IDocumentsClient
|
--> NONE <--
|
- [Obsolete: ]Method: Task`1 HistorytypesGetAsync ()
- Method: Task`1 HistoryTypesGetAsync ()
- [Obsolete: ]Method: Task`1 HistorytypesGetAsync (string name)
- Method: Task`1 HistoryTypesGetAsync (string name)
- [Obsolete: ]Method: Task`1 HistorytypesGetAsync (string name, CancellationToken cancellationToken)
- Method: Task`1 HistoryTypesGetAsync (string name, CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 HistorytypesGetAsync (CancellationToken cancellationToken)
- Method: Task`1 HistoryTypesGetAsync (CancellationToken cancellationToken)
|
act.web.api IDropDownClient () |
n/a
|
public interface act.web.api.IDropDownClient
|
--> NONE <--
|
- Method: Task`1 ListsDeleteAsync (string id)
- Method: Task`1 ListsDeleteAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ListsGetAsync ()
- Method: Task`1 ListsGetAsync (string id)
- Method: Task`1 ListsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ListsGetAsync (CancellationToken cancellationToken)
- Method: Task`1 ListsPostAsync (CreateDropDownList dropDownList)
- Method: Task`1 ListsPostAsync (CreateDropDownList dropDownList, CancellationToken cancellationToken)
- Method: Task`1 ListsPutAsync (string id, DropDownList list)
- Method: Task`1 ListsPutAsync (string id, DropDownList list, CancellationToken cancellationToken)
|
act.web.api IGeographicsClient () |
n/a
|
public interface act.web.api.IGeographicsClient
|
--> NONE <--
|
- Method: Task`1 ContactGeolocationAsync ()
- Method: Task`1 ContactGeolocationAsync (CancellationToken cancellationToken)
|
act.web.api IGroupClient () |
n/a
|
public interface act.web.api.IGroupClient
|
--> NONE <--
|
- Method: Task`1 NotesAsync (string id)
- Method: Task`1 NotesAsync (string id, CancellationToken cancellationToken)
|
act.web.api IGroupsClient () |
n/a
|
public interface act.web.api.IGroupsClient
|
--> NONE <--
|
- Method: Task`1 ContactsDeleteAsync (string groupId, string contactId)
- Method: Task`1 ContactsDeleteAsync (string groupId, string contactId, CancellationToken cancellationToken)
- Method: Task`1 ContactsGetAsync (string id)
- Method: Task`1 ContactsGetAsync (string id, string contactId)
- Method: Task`1 ContactsGetAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: Task`1 ContactsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ContactsPutAsync (string groupId, string contactId)
- Method: Task`1 ContactsPutAsync (string groupId, string contactId, CancellationToken cancellationToken)
- Method: Task`1 DocumentsAsync (string id)
- Method: Task`1 DocumentsAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 GroupsAsync (string id)
- Method: Task`1 GroupsAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 HistoryAsync (string id)
- Method: Task`1 HistoryAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 OpportunitiesAsync (string groupId)
- Method: Task`1 OpportunitiesAsync (string groupId, CancellationToken cancellationToken)
|
act.web.api IHistoryClient () |
n/a
|
public interface act.web.api.IHistoryClient
|
--> NONE <--
|
- Method: Task`1 ContactsDeleteAsync (string id, string contactId)
- Method: Task`1 ContactsDeleteAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: Task`1 ContactsPutAsync (string id, string contactId)
- Method: Task`1 ContactsPutAsync (string id, string contactId, CancellationToken cancellationToken)
|
act.web.api IListsClient () |
n/a
|
public interface act.web.api.IListsClient
|
--> NONE <--
|
- Method: Task`1 ItemsGetAsync (string list)
- Method: Task`1 ItemsGetAsync (string list, string item)
- Method: Task`1 ItemsGetAsync (string list, string item, CancellationToken cancellationToken)
- Method: Task`1 ItemsGetAsync (string list, CancellationToken cancellationToken)
|
act.web.api IMaintenanceClient () |
n/a
|
public interface act.web.api.IMaintenanceClient
|
--> NONE <--
|
- Method: Task`1 LockGetAsync ()
- Method: Task`1 LockGetAsync (CancellationToken cancellationToken)
- Method: Task`1 LockPostAsync (LockRequest content)
- Method: Task`1 LockPostAsync (LockRequest content, CancellationToken cancellationToken)
- Method: Task`1 UnlockAsync ()
- Method: Task`1 UnlockAsync (CancellationToken cancellationToken)
|
act.web.api IMultilanguageClient () |
n/a
|
public interface act.web.api.IMultilanguageClient
|
--> NONE <--
|
- Method: Task`1 CurrenciesAsync ()
- Method: Task`1 CurrenciesAsync (CancellationToken cancellationToken)
- [Obsolete: ]Method: Task`1 CurrencyAsync ()
- [Obsolete: ]Method: Task`1 CurrencyAsync (CancellationToken cancellationToken)
|
act.web.api INotesClient () |
n/a
|
public interface act.web.api.INotesClient
|
--> NONE <--
|
- Method: Task`1 ContactsDeleteAsync (string id, string contactId)
- Method: Task`1 ContactsDeleteAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: Task`1 ContactsPutAsync (string id, string contactId)
- Method: Task`1 ContactsPutAsync (string id, string contactId, CancellationToken cancellationToken)
|
act.web.api IOpenedClient () |
n/a
|
public interface act.web.api.IOpenedClient
|
--> NONE <--
|
- Method: Task`1 SessionsAsync ()
- Method: Task`1 SessionsAsync (CancellationToken cancellationToken)
|
act.web.api IOpportunitiesClient () |
n/a
|
public interface act.web.api.IOpportunitiesClient
|
--> NONE <--
|
- Method: Task`1 CompaniesDeleteAsync (string id, string companyId)
- Method: Task`1 CompaniesDeleteAsync (string id, string companyId, CancellationToken cancellationToken)
- Method: Task`1 CompaniesGetAsync (string id)
- Method: Task`1 CompaniesGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 CompaniesPutAsync (string id, string companyId)
- Method: Task`1 CompaniesPutAsync (string id, string companyId, CancellationToken cancellationToken)
- Method: Task`1 ContactsDeleteAsync (string id, string contactId)
- Method: Task`1 ContactsDeleteAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: Task`1 ContactsGetAsync (string id)
- Method: Task`1 ContactsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ContactsPutAsync (string id, string contactId)
- Method: Task`1 ContactsPutAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: Task`1 DocumentsAsync (string id)
- Method: Task`1 DocumentsAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 GroupsDeleteAsync (string id, string groupId)
- Method: Task`1 GroupsDeleteAsync (string id, string groupId, CancellationToken cancellationToken)
- Method: Task`1 GroupsGetAsync (string id)
- Method: Task`1 GroupsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 GroupsPutAsync (string id, string groupId)
- Method: Task`1 GroupsPutAsync (string id, string groupId, CancellationToken cancellationToken)
- Method: Task`1 HistoryAsync (string id)
- Method: Task`1 HistoryAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ProcessesGetAsync ()
- Method: Task`1 ProcessesGetAsync (string processId)
- Method: Task`1 ProcessesGetAsync (string processId, CancellationToken cancellationToken)
- Method: Task`1 ProcessesGetAsync (CancellationToken cancellationToken)
- Method: Task`1 ProductsDeleteAsync (string id, string productId)
- Method: Task`1 ProductsDeleteAsync (string id, string productId, CancellationToken cancellationToken)
- Method: Task`1 ProductsGetAsync (string id)
- Method: Task`1 ProductsGetAsync (string opportunityId, string id)
- Method: Task`1 ProductsGetAsync (string opportunityId, string id, CancellationToken cancellationToken)
- Method: Task`1 ProductsGetAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 ProductsPatchAsync (string id, string productId, OpportunityProduct product)
- Method: Task`1 ProductsPatchAsync (string id, string productId, OpportunityProduct product, CancellationToken cancellationToken)
- Method: Task`1 ProductsPostAsync (string id, OpportunityProduct product)
- Method: Task`1 ProductsPostAsync (string id, OpportunityProduct product, CancellationToken cancellationToken)
- Method: Task`1 ProductsPutAsync (string id, string productId, OpportunityProduct product)
- Method: Task`1 ProductsPutAsync (string id, string productId, OpportunityProduct product, CancellationToken cancellationToken)
- Method: Task`1 StagesGetAsync ()
- Method: Task`1 StagesGetAsync (string stageId)
- Method: Task`1 StagesGetAsync (string stageId, CancellationToken cancellationToken)
- Method: Task`1 StagesGetAsync (CancellationToken cancellationToken)
|
act.web.api IOpportunityClient () |
n/a
|
public interface act.web.api.IOpportunityClient
|
--> NONE <--
|
- Method: Task`1 NotesAsync (string id)
- Method: Task`1 NotesAsync (string id, CancellationToken cancellationToken)
|
act.web.api IOrganizersClient () |
n/a
|
public interface act.web.api.IOrganizersClient
|
--> NONE <--
|
- Method: Task`1 ActivitiesPostAsync (string id, ActivityOccurrence occurrence)
- Method: Task`1 ActivitiesPostAsync (string id, ActivityOccurrence occurrence, CancellationToken cancellationToken)
- Method: Task`1 ActivitiesPutAsync (string activityId, string organizerId)
- Method: Task`1 ActivitiesPutAsync (string activityId, string organizerId, CancellationToken cancellationToken)
|
act.web.api IPhonenumberClient () |
n/a
|
public interface act.web.api.IPhonenumberClient
|
--> NONE <--
|
- Method: Task`1 CountriesAsync ()
- Method: Task`1 CountriesAsync (CancellationToken cancellationToken)
- Method: Task`1 MasksGetAsync (Nullable`1 refresh)
- Method: Task`1 MasksGetAsync (Nullable`1 refresh, CancellationToken cancellationToken)
- Method: Task`1 MasksGetAsync (string country)
- Method: Task`1 MasksGetAsync (string country, CancellationToken cancellationToken)
|
act.web.api IPicklistsClient () |
n/a
|
public interface act.web.api.IPicklistsClient
|
--> NONE <--
|
- Method: Task`1 ItemsGetAsync (string list)
- Method: Task`1 ItemsGetAsync (string list, string item)
- Method: Task`1 ItemsGetAsync (string list, string item, CancellationToken cancellationToken)
- Method: Task`1 ItemsGetAsync (string list, CancellationToken cancellationToken)
|
act.web.api IProcessesClient () |
n/a
|
public interface act.web.api.IProcessesClient
|
--> NONE <--
|
- Method: Task`1 StagesAsync (string processId)
- Method: Task`1 StagesAsync (string processId, CancellationToken cancellationToken)
|
act.web.api IRevenueClient () |
n/a
|
public interface act.web.api.IRevenueClient
|
--> NONE <--
|
- Method: Task`1 ActualPredictedAsync (Nullable`1 args_interval, Nullable`1 args_start, Nullable`1 args_end, Nullable`1 args_fiscalYearStart)
- Method: Task`1 ActualPredictedAsync (Nullable`1 args_interval, Nullable`1 args_start, Nullable`1 args_end, Nullable`1 args_fiscalYearStart, CancellationToken cancellationToken)
- Method: Task`1 CloseReasonAsync (DateTimeOffset start, DateTimeOffset end, Status status)
- Method: Task`1 CloseReasonAsync (DateTimeOffset start, DateTimeOffset end, Status status, CancellationToken cancellationToken)
- Method: Task`1 CloseReasonDetailsAsync (DateTimeOffset start, DateTimeOffset end, Status2 status, string closeReason)
- Method: Task`1 CloseReasonDetailsAsync (DateTimeOffset start, DateTimeOffset end, Status2 status, string closeReason, CancellationToken cancellationToken)
- Method: Task`1 CostAsync (IEnumerable`1 productIds, Nullable`1 args_interval, Nullable`1 args_start, Nullable`1 args_end, Nullable`1 args_fiscalYearStart)
- Method: Task`1 CostAsync (IEnumerable`1 productIds, Nullable`1 args_interval, Nullable`1 args_start, Nullable`1 args_end, Nullable`1 args_fiscalYearStart, CancellationToken cancellationToken)
- Method: Task`1 ForecastByProductAsync (IEnumerable`1 productIds)
- Method: Task`1 ForecastByProductAsync (IEnumerable`1 productIds, CancellationToken cancellationToken)
- Method: Task`1 ForecastByProductDetailsAsync (string productId)
- Method: Task`1 ForecastByProductDetailsAsync (string productId, CancellationToken cancellationToken)
- Method: Task`1 ForecastByRepAsync (IEnumerable`1 userIds)
- Method: Task`1 ForecastByRepAsync (IEnumerable`1 userIds, CancellationToken cancellationToken)
- Method: Task`1 ForecastByRepDetailsAsync (string userId)
- Method: Task`1 ForecastByRepDetailsAsync (string userId, CancellationToken cancellationToken)
- Method: Task`1 SalesByProductAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 productIds)
- Method: Task`1 SalesByProductAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 productIds, CancellationToken cancellationToken)
- Method: Task`1 SalesByProductDetailsAsync (DateTimeOffset start, DateTimeOffset end, string productId)
- Method: Task`1 SalesByProductDetailsAsync (DateTimeOffset start, DateTimeOffset end, string productId, CancellationToken cancellationToken)
- Method: Task`1 SalesByRepAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 userIds)
- Method: Task`1 SalesByRepAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 userIds, CancellationToken cancellationToken)
- Method: Task`1 SalesByRepDetailsAsync (DateTimeOffset start, DateTimeOffset end, string userId)
- Method: Task`1 SalesByRepDetailsAsync (DateTimeOffset start, DateTimeOffset end, string userId, CancellationToken cancellationToken)
- Method: Task`1 WonLostAsync (DateTimeOffset start, DateTimeOffset end)
- Method: Task`1 WonLostAsync (DateTimeOffset start, DateTimeOffset end, CancellationToken cancellationToken)
|
act.web.api ISettingsClient () |
n/a
|
public interface act.web.api.ISettingsClient
|
--> NONE <--
|
- Method: Task`1 OpportunityPipelineGetAsync ()
- Method: Task`1 OpportunityPipelineGetAsync (CancellationToken cancellationToken)
- Method: Task`1 OpportunityPipelinePutAsync (ConfigurationSettings settings)
- Method: Task`1 OpportunityPipelinePutAsync (ConfigurationSettings settings, CancellationToken cancellationToken)
|
act.web.api ITeamsClient () |
n/a
|
public interface act.web.api.ITeamsClient
|
--> NONE <--
|
- Method: Task`1 RostersAsync (string teamName)
- Method: Task`1 RostersAsync (string teamName, CancellationToken cancellationToken)
|
act.web.api ITemplatesClient () |
n/a
|
public interface act.web.api.ITemplatesClient
|
--> NONE <--
|
- Method: Task`1 UploadTemplateAsync (string serverFileName, byte[] fileBytes)
|
act.web.api IUsersClient () |
n/a
|
public interface act.web.api.IUsersClient
|
--> NONE <--
|
- Method: Task`1 ContactInfoAsync (string id)
- Method: Task`1 ContactInfoAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 PermissionsGetAsync ()
- Method: Task`1 PermissionsGetAsync (string userId)
- Method: Task`1 PermissionsGetAsync (string userId, string id)
- Method: Task`1 PermissionsGetAsync (string userId, string id, CancellationToken cancellationToken)
- Method: Task`1 PermissionsGetAsync (string userId, CancellationToken cancellationToken)
- Method: Task`1 PermissionsGetAsync (CancellationToken cancellationToken)
|
act.web.api IWebhooksClient () |
n/a
|
public interface act.web.api.IWebhooksClient
|
--> NONE <--
|
- Method: Task`1 ContinueAsync (string id)
- Method: Task`1 ContinueAsync (string id, CancellationToken cancellationToken)
- Method: Task`1 SuspendAsync (string id)
- Method: Task`1 SuspendAsync (string id, CancellationToken cancellationToken)
|
act.web.api ListsClient () |
n/a
|
public class act.web.api.ListsClient
|
--> NONE <--
|
- Constructor: public ListsClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 ItemsGetAsync (string list)
- Method: public virtual Task`1 ItemsGetAsync (string list, string item)
- Method: public virtual Task`1 ItemsGetAsync (string list, string item, CancellationToken cancellationToken)
- Method: public virtual Task`1 ItemsGetAsync (string list, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api MaintenanceClient () |
n/a
|
public class act.web.api.MaintenanceClient
|
--> NONE <--
|
- Constructor: public MaintenanceClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 LockGetAsync ()
- Method: public virtual Task`1 LockGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 LockPostAsync (LockRequest content)
- Method: public virtual Task`1 LockPostAsync (LockRequest content, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method: public virtual Task`1 UnlockAsync ()
- Method: public virtual Task`1 UnlockAsync (CancellationToken cancellationToken)
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api MultilanguageClient () |
n/a
|
public class act.web.api.MultilanguageClient
|
--> NONE <--
|
- Constructor: public MultilanguageClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 CurrenciesAsync ()
- Method: public virtual Task`1 CurrenciesAsync (CancellationToken cancellationToken)
- [Obsolete: ]Method: public virtual Task`1 CurrencyAsync ()
- [Obsolete: ]Method: public virtual Task`1 CurrencyAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api NotesClient () |
n/a
|
public class act.web.api.NotesClient
|
--> NONE <--
|
- Constructor: public NotesClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 ContactsDeleteAsync (string id, string contactId)
- Method: public virtual Task`1 ContactsDeleteAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsPutAsync (string id, string contactId)
- Method: public virtual Task`1 ContactsPutAsync (string id, string contactId, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api OpenedClient () |
n/a
|
public class act.web.api.OpenedClient
|
--> NONE <--
|
- Constructor: public OpenedClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method: public virtual Task`1 SessionsAsync ()
- Method: public virtual Task`1 SessionsAsync (CancellationToken cancellationToken)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api OpportunitiesClient () |
n/a
|
public class act.web.api.OpportunitiesClient
|
--> NONE <--
|
- Constructor: public OpportunitiesClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 CompaniesDeleteAsync (string id, string companyId)
- Method: public virtual Task`1 CompaniesDeleteAsync (string id, string companyId, CancellationToken cancellationToken)
- Method: public virtual Task`1 CompaniesGetAsync (string id)
- Method: public virtual Task`1 CompaniesGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 CompaniesPutAsync (string id, string companyId)
- Method: public virtual Task`1 CompaniesPutAsync (string id, string companyId, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsDeleteAsync (string id, string contactId)
- Method: public virtual Task`1 ContactsDeleteAsync (string id, string contactId, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsGetAsync (string id)
- Method: public virtual Task`1 ContactsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ContactsPutAsync (string id, string contactId)
- Method: public virtual Task`1 ContactsPutAsync (string id, string contactId, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 DocumentsAsync (string id)
- Method: public virtual Task`1 DocumentsAsync (string id, CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 GroupsDeleteAsync (string id, string groupId)
- Method: public virtual Task`1 GroupsDeleteAsync (string id, string groupId, CancellationToken cancellationToken)
- Method: public virtual Task`1 GroupsGetAsync (string id)
- Method: public virtual Task`1 GroupsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 GroupsPutAsync (string id, string groupId)
- Method: public virtual Task`1 GroupsPutAsync (string id, string groupId, CancellationToken cancellationToken)
- Method: public virtual Task`1 HistoryAsync (string id)
- Method: public virtual Task`1 HistoryAsync (string id, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method: public virtual Task`1 ProcessesGetAsync ()
- Method: public virtual Task`1 ProcessesGetAsync (string processId)
- Method: public virtual Task`1 ProcessesGetAsync (string processId, CancellationToken cancellationToken)
- Method: public virtual Task`1 ProcessesGetAsync (CancellationToken cancellationToken)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method: public virtual Task`1 ProductsDeleteAsync (string id, string productId)
- Method: public virtual Task`1 ProductsDeleteAsync (string id, string productId, CancellationToken cancellationToken)
- Method: public virtual Task`1 ProductsGetAsync (string id)
- Method: public virtual Task`1 ProductsGetAsync (string opportunityId, string id)
- Method: public virtual Task`1 ProductsGetAsync (string opportunityId, string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ProductsGetAsync (string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 ProductsPatchAsync (string id, string productId, OpportunityProduct product)
- Method: public virtual Task`1 ProductsPatchAsync (string id, string productId, OpportunityProduct product, CancellationToken cancellationToken)
- Method: public virtual Task`1 ProductsPostAsync (string id, OpportunityProduct product)
- Method: public virtual Task`1 ProductsPostAsync (string id, OpportunityProduct product, CancellationToken cancellationToken)
- Method: public virtual Task`1 ProductsPutAsync (string id, string productId, OpportunityProduct product)
- Method: public virtual Task`1 ProductsPutAsync (string id, string productId, OpportunityProduct product, CancellationToken cancellationToken)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method: public virtual Task`1 StagesGetAsync ()
- Method: public virtual Task`1 StagesGetAsync (string stageId)
- Method: public virtual Task`1 StagesGetAsync (string stageId, CancellationToken cancellationToken)
- Method: public virtual Task`1 StagesGetAsync (CancellationToken cancellationToken)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api OpportunityClient () |
n/a
|
public class act.web.api.OpportunityClient
|
--> NONE <--
|
- Constructor: public OpportunityClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public virtual Task`1 NotesAsync (string id)
- Method: public virtual Task`1 NotesAsync (string id, CancellationToken cancellationToken)
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api OrganizersClient () |
n/a
|
public class act.web.api.OrganizersClient
|
--> NONE <--
|
- Constructor: public OrganizersClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 ActivitiesPostAsync (string id, ActivityOccurrence occurrence)
- Method: public virtual Task`1 ActivitiesPostAsync (string id, ActivityOccurrence occurrence, CancellationToken cancellationToken)
- Method: public virtual Task`1 ActivitiesPutAsync (string activityId, string organizerId)
- Method: public virtual Task`1 ActivitiesPutAsync (string activityId, string organizerId, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api PhonenumberClient () |
n/a
|
public class act.web.api.PhonenumberClient
|
--> NONE <--
|
- Constructor: public PhonenumberClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 CountriesAsync ()
- Method: public virtual Task`1 CountriesAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 MasksGetAsync (Nullable`1 refresh)
- Method: public virtual Task`1 MasksGetAsync (Nullable`1 refresh, CancellationToken cancellationToken)
- Method: public virtual Task`1 MasksGetAsync (string country)
- Method: public virtual Task`1 MasksGetAsync (string country, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api PicklistsClient () |
n/a
|
public class act.web.api.PicklistsClient
|
--> NONE <--
|
- Constructor: public PicklistsClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 ItemsGetAsync (string list)
- Method: public virtual Task`1 ItemsGetAsync (string list, string item)
- Method: public virtual Task`1 ItemsGetAsync (string list, string item, CancellationToken cancellationToken)
- Method: public virtual Task`1 ItemsGetAsync (string list, CancellationToken cancellationToken)
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api ProcessesClient () |
n/a
|
public class act.web.api.ProcessesClient
|
--> NONE <--
|
- Constructor: public ProcessesClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method: public virtual Task`1 StagesAsync (string processId)
- Method: public virtual Task`1 StagesAsync (string processId, CancellationToken cancellationToken)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api RevenueClient () |
n/a
|
public class act.web.api.RevenueClient
|
--> NONE <--
|
- Constructor: public RevenueClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 ActualPredictedAsync (Nullable`1 args_interval, Nullable`1 args_start, Nullable`1 args_end, Nullable`1 args_fiscalYearStart)
- Method: public virtual Task`1 ActualPredictedAsync (Nullable`1 args_interval, Nullable`1 args_start, Nullable`1 args_end, Nullable`1 args_fiscalYearStart, CancellationToken cancellationToken)
- Method: public virtual Task`1 CloseReasonAsync (DateTimeOffset start, DateTimeOffset end, Status status)
- Method: public virtual Task`1 CloseReasonAsync (DateTimeOffset start, DateTimeOffset end, Status status, CancellationToken cancellationToken)
- Method: public virtual Task`1 CloseReasonDetailsAsync (DateTimeOffset start, DateTimeOffset end, Status2 status, string closeReason)
- Method: public virtual Task`1 CloseReasonDetailsAsync (DateTimeOffset start, DateTimeOffset end, Status2 status, string closeReason, CancellationToken cancellationToken)
- Method: public virtual Task`1 CostAsync (IEnumerable`1 productIds, Nullable`1 args_interval, Nullable`1 args_start, Nullable`1 args_end, Nullable`1 args_fiscalYearStart)
- Method: public virtual Task`1 CostAsync (IEnumerable`1 productIds, Nullable`1 args_interval, Nullable`1 args_start, Nullable`1 args_end, Nullable`1 args_fiscalYearStart, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual Task`1 ForecastByProductAsync (IEnumerable`1 productIds)
- Method: public virtual Task`1 ForecastByProductAsync (IEnumerable`1 productIds, CancellationToken cancellationToken)
- Method: public virtual Task`1 ForecastByProductDetailsAsync (string productId)
- Method: public virtual Task`1 ForecastByProductDetailsAsync (string productId, CancellationToken cancellationToken)
- Method: public virtual Task`1 ForecastByRepAsync (IEnumerable`1 userIds)
- Method: public virtual Task`1 ForecastByRepAsync (IEnumerable`1 userIds, CancellationToken cancellationToken)
- Method: public virtual Task`1 ForecastByRepDetailsAsync (string userId)
- Method: public virtual Task`1 ForecastByRepDetailsAsync (string userId, CancellationToken cancellationToken)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method: public virtual Task`1 SalesByProductAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 productIds)
- Method: public virtual Task`1 SalesByProductAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 productIds, CancellationToken cancellationToken)
- Method: public virtual Task`1 SalesByProductDetailsAsync (DateTimeOffset start, DateTimeOffset end, string productId)
- Method: public virtual Task`1 SalesByProductDetailsAsync (DateTimeOffset start, DateTimeOffset end, string productId, CancellationToken cancellationToken)
- Method: public virtual Task`1 SalesByRepAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 userIds)
- Method: public virtual Task`1 SalesByRepAsync (DateTimeOffset start, DateTimeOffset end, IEnumerable`1 userIds, CancellationToken cancellationToken)
- Method: public virtual Task`1 SalesByRepDetailsAsync (DateTimeOffset start, DateTimeOffset end, string userId)
- Method: public virtual Task`1 SalesByRepDetailsAsync (DateTimeOffset start, DateTimeOffset end, string userId, CancellationToken cancellationToken)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Method: public virtual Task`1 WonLostAsync (DateTimeOffset start, DateTimeOffset end)
- Method: public virtual Task`1 WonLostAsync (DateTimeOffset start, DateTimeOffset end, CancellationToken cancellationToken)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api SettingsClient () |
n/a
|
public class act.web.api.SettingsClient
|
--> NONE <--
|
- Constructor: public SettingsClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public virtual Task`1 OpportunityPipelineGetAsync ()
- Method: public virtual Task`1 OpportunityPipelineGetAsync (CancellationToken cancellationToken)
- Method: public virtual Task`1 OpportunityPipelinePutAsync (ConfigurationSettings settings)
- Method: public virtual Task`1 OpportunityPipelinePutAsync (ConfigurationSettings settings, CancellationToken cancellationToken)
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api TeamsClient () |
n/a
|
public class act.web.api.TeamsClient
|
--> NONE <--
|
- Constructor: public TeamsClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method: public virtual Task`1 RostersAsync (string teamName)
- Method: public virtual Task`1 RostersAsync (string teamName, CancellationToken cancellationToken)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api Template () |
n/a
|
public class act.web.api.Template
|
--> NONE <--
|
- Constructor: public Template ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Byte[] FileBytes { public get; public set; }
- Property: string ServerFileName { public get; public set; }
|
act.web.api TemplatesClient () |
n/a
|
public class act.web.api.TemplatesClient
|
--> NONE <--
|
- Constructor: public TemplatesClient (ActWebApiConfiguration configuration)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api templatesResponse () |
n/a
|
public class act.web.api.templatesResponse
|
--> NONE <--
|
- Constructor: public templatesResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api templatesResponse`1 () |
n/a
|
public class act.web.api.templatesResponse`1
|
--> NONE <--
|
- Constructor: public templatesResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api TypeExtensions () |
n/a
|
public abstract sealed class act.web.api.TypeExtensions
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Method: public static long UnixTimeFromDateTime (DateTime dateTime)
- Method: public static DateTime UnixTimeToDateTime (long unixTime)
|
act.web.api UsersClient () |
n/a
|
public class act.web.api.UsersClient
|
--> NONE <--
|
- Constructor: public UsersClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 ContactInfoAsync (string id)
- Method: public virtual Task`1 ContactInfoAsync (string id, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public virtual Task`1 PermissionsGetAsync ()
- Method: public virtual Task`1 PermissionsGetAsync (string userId)
- Method: public virtual Task`1 PermissionsGetAsync (string userId, string id)
- Method: public virtual Task`1 PermissionsGetAsync (string userId, string id, CancellationToken cancellationToken)
- Method: public virtual Task`1 PermissionsGetAsync (string userId, CancellationToken cancellationToken)
- Method: public virtual Task`1 PermissionsGetAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api WebhooksClient () |
n/a
|
public class act.web.api.WebhooksClient
|
--> NONE <--
|
- Constructor: public WebhooksClient (ActWebApiConfiguration configuration)
- Method: public virtual Task`1 ContinueAsync (string id)
- Method: public virtual Task`1 ContinueAsync (string id, CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
- Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Task`1 PreAuthTokenAsync ()
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, string url)
- Method (i): public void PrepareRequest (HttpClient client, HttpRequestMessage request, StringBuilder urlBuilder)
- Method (i): public void ProcessResponse (HttpClient client, HttpResponseMessage response)
- Method (i): public Task`1 RefreshAuthenticationTokenAsync (string endpoint)
- Method: public virtual Task`1 SuspendAsync (string id)
- Method: public virtual Task`1 SuspendAsync (string id, CancellationToken cancellationToken)
- Method (i): public virtual string ToString ()
- Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
- Property: string BaseUrl { public get; }
- Property: ActWebApiConfiguration Configuration { public get; }
- Property: protected JsonSerializerSettings JsonSerializerSettings { }
|
act.web.api.contracts activitiesException () |
n/a
|
public class act.web.api.contracts.activitiesException
|
--> NONE <--
|
- Constructor: public activitiesException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts activitiesException`1 () |
n/a
|
public class act.web.api.contracts.activitiesException`1
|
--> NONE <--
|
- Constructor: public activitiesException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts activitiesResponse () |
n/a
|
public class act.web.api.contracts.activitiesResponse
|
--> NONE <--
|
- Constructor: public activitiesResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts activitiesResponse`1 () |
n/a
|
public class act.web.api.contracts.activitiesResponse`1
|
--> NONE <--
|
- Constructor: public activitiesResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts ActivityOccurrence () |
n/a
|
public class act.web.api.contracts.ActivityOccurrence
|
--> NONE <--
|
- Constructor: public ActivityOccurrence ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ActivityOccurrence FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string ActivityPriorityName { public get; public set; }
- Property: Nullable`1 ActivityTypeId { public get; public set; }
- Property: string ActivityTypeName { public get; public set; }
- Property: string AlarmDue { public get; public set; }
- Property: Attachment Attachment { public get; public set; }
- Property: ICollection`1 Companies { public get; public set; }
- Property: ICollection`1 Contacts { public get; public set; }
- Property: Nullable`1 Created { public get; public set; }
- Property: string Details { public get; public set; }
- Property: Nullable`1 Edited { public get; public set; }
- Property: Nullable`1 EndTime { public get; public set; }
- Property: string ExternalId { public get; public set; }
- Property: ICollection`1 Groups { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsAlarmCleared { public get; public set; }
- Property: Nullable`1 IsAlarmed { public get; public set; }
- Property: Nullable`1 IsCleared { public get; public set; }
- Property: Nullable`1 IsPrivate { public get; public set; }
- Property: Nullable`1 IsTimeless { public get; public set; }
- Property: Nullable`1 LeadMinutes { public get; public set; }
- Property: string Location { public get; public set; }
- Property: ICollection`1 Opportunities { public get; public set; }
- Property: RecurSpec RecurSpec { public get; public set; }
- Property: string ScheduledBy { public get; public set; }
- Property: string ScheduledById { public get; public set; }
- Property: string ScheduledFor { public get; public set; }
- Property: string ScheduledForId { public get; public set; }
- Property: string SeriesID { public get; public set; }
- Property: Nullable`1 StartTime { public get; public set; }
- Property: string Subject { public get; public set; }
|
act.web.api.contracts ActivitySeries () |
n/a
|
public class act.web.api.contracts.ActivitySeries
|
--> NONE <--
|
- Constructor: public ActivitySeries ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ActivitySeries FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string ActivityPriorityName { public get; public set; }
- Property: Nullable`1 ActivityTypeId { public get; public set; }
- Property: string ActivityTypeName { public get; public set; }
- Property: string AlarmDue { public get; public set; }
- Property: Attachment Attachment { public get; public set; }
- Property: ICollection`1 Companies { public get; public set; }
- Property: ICollection`1 Contacts { public get; public set; }
- Property: Nullable`1 Created { public get; public set; }
- Property: string Details { public get; public set; }
- Property: string Duration { public get; public set; }
- Property: Nullable`1 Edited { public get; public set; }
- Property: ICollection`1 Groups { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsAlarmCleared { public get; public set; }
- Property: Nullable`1 IsAlarmed { public get; public set; }
- Property: Nullable`1 IsPrivate { public get; public set; }
- Property: Nullable`1 IsTimeless { public get; public set; }
- Property: Nullable`1 LeadMinutes { public get; public set; }
- Property: string Location { public get; public set; }
- Property: ICollection`1 Opportunities { public get; public set; }
- Property: RecurSpec RecurSpec { public get; public set; }
- Property: string ScheduledBy { public get; public set; }
- Property: string ScheduledById { public get; public set; }
- Property: string ScheduledFor { public get; public set; }
- Property: string ScheduledForId { public get; public set; }
- Property: string Subject { public get; public set; }
|
act.web.api.contracts ActivityType () |
n/a
|
public class act.web.api.contracts.ActivityType
|
--> NONE <--
|
- Constructor: public ActivityType ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ActivityType FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method: public override string ToString ()
- Property: string ActivityTypeGuid { public get; public set; }
- Property: string Description { public get; public set; }
- Property: Nullable`1 Id { public get; public set; }
- Property: Nullable`1 IsActive { public get; public set; }
- Property: Nullable`1 IsCustom { public get; public set; }
- Property: string Name { public get; public set; }
|
act.web.api.contracts activitytypesException () |
n/a
|
public class act.web.api.contracts.activitytypesException
|
--> NONE <--
|
- Constructor: public activitytypesException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts activitytypesException`1 () |
n/a
|
public class act.web.api.contracts.activitytypesException`1
|
--> NONE <--
|
- Constructor: public activitytypesException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts activitytypesResponse () |
n/a
|
public class act.web.api.contracts.activitytypesResponse
|
--> NONE <--
|
- Constructor: public activitytypesResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts activitytypesResponse`1 () |
n/a
|
public class act.web.api.contracts.activitytypesResponse`1
|
--> NONE <--
|
- Constructor: public activitytypesResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts Address () |
n/a
|
public class act.web.api.contracts.Address
|
--> NONE <--
|
- Constructor: public Address ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Address FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string City { public get; public set; }
- Property: string Country { public get; public set; }
- Property: Nullable`1 Latitude { public get; public set; }
- Property: string Line1 { public get; public set; }
- Property: string Line2 { public get; public set; }
- Property: string Line3 { public get; public set; }
- Property: Nullable`1 Longitude { public get; public set; }
- Property: string PostalCode { public get; public set; }
- Property: string State { public get; public set; }
|
act.web.api.contracts analyticsException () |
n/a
|
public class act.web.api.contracts.analyticsException
|
--> NONE <--
|
- Constructor: public analyticsException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts analyticsException`1 () |
n/a
|
public class act.web.api.contracts.analyticsException`1
|
--> NONE <--
|
- Constructor: public analyticsException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts analyticsResponse () |
n/a
|
public class act.web.api.contracts.analyticsResponse
|
--> NONE <--
|
- Constructor: public analyticsResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts analyticsResponse`1 () |
n/a
|
public class act.web.api.contracts.analyticsResponse`1
|
--> NONE <--
|
- Constructor: public analyticsResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts apiException () |
n/a
|
public class act.web.api.contracts.apiException
|
--> NONE <--
|
- Constructor: public apiException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts apiException`1 () |
n/a
|
public class act.web.api.contracts.apiException`1
|
--> NONE <--
|
- Constructor: public apiException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts apiResponse () |
n/a
|
public class act.web.api.contracts.apiResponse
|
--> NONE <--
|
- Constructor: public apiResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts apiResponse`1 () |
n/a
|
public class act.web.api.contracts.apiResponse`1
|
--> NONE <--
|
- Constructor: public apiResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts ApplyClause () |
n/a
|
public class act.web.api.contracts.ApplyClause
|
--> NONE <--
|
- Constructor: public ApplyClause ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ApplyClause FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ICollection`1 Transformations { public get; public set; }
|
act.web.api.contracts ApplyQueryOption () |
n/a
|
public class act.web.api.contracts.ApplyQueryOption
|
--> NONE <--
|
- Constructor: public ApplyQueryOption ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ApplyQueryOption FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyClause ApplyClause { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: string RawValue { public get; public set; }
- Property: string ResultClrType { public get; public set; }
|
act.web.api.contracts AssignPicklist () |
n/a
|
public class act.web.api.contracts.AssignPicklist
|
--> NONE <--
|
- Constructor: public AssignPicklist ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static AssignPicklist FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Id { public get; public set; }
- Property: bool IsLimitToList { public get; public set; }
- Property: bool IsMultiSelect { public get; public set; }
- Property: bool IsTypeAhead { public get; public set; }
- Property: string Name { public get; public set; }
- Property: bool ShowDescription { public get; public set; }
|
act.web.api.contracts Attachment () |
n/a
|
public class act.web.api.contracts.Attachment
|
--> NONE <--
|
- Constructor: public Attachment ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Attachment FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string DisplayName { public get; public set; }
- Property: string FileExtension { public get; public set; }
- Property: string FileName { public get; public set; }
- Property: Nullable`1 FileSize { public get; public set; }
- Property: string FileSizeDisplay { public get; public set; }
- Property: string FileType { public get; public set; }
- Property: Nullable`1 LastModified { public get; public set; }
- Property: Nullable`1 Personal { public get; public set; }
|
act.web.api.contracts attachmentsException () |
n/a
|
public class act.web.api.contracts.attachmentsException
|
--> NONE <--
|
- Constructor: public attachmentsException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts attachmentsException`1 () |
n/a
|
public class act.web.api.contracts.attachmentsException`1
|
--> NONE <--
|
- Constructor: public attachmentsException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts attachmentsResponse () |
n/a
|
public class act.web.api.contracts.attachmentsResponse
|
--> NONE <--
|
- Constructor: public attachmentsResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts attachmentsResponse`1 () |
n/a
|
public class act.web.api.contracts.attachmentsResponse`1
|
--> NONE <--
|
- Constructor: public attachmentsResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts CampaignInfo () |
n/a
|
public class act.web.api.contracts.CampaignInfo
|
--> NONE <--
|
- Constructor: public CampaignInfo ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static CampaignInfo FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string CampaignId { public get; public set; }
- Property: string CampaignName { public get; public set; }
- Property: Nullable`1 SendDate { public get; public set; }
|
act.web.api.contracts CampaignLeadInfo () |
n/a
|
public class act.web.api.contracts.CampaignLeadInfo
|
--> NONE <--
|
- Constructor: public CampaignLeadInfo ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static CampaignLeadInfo FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string CampaignId { public get; public set; }
- Property: string CampaignName { public get; public set; }
- Property: Nullable`1 LeadCount { public get; public set; }
- Property: Nullable`1 TotalValue { public get; public set; }
- Property: Nullable`1 WeightedValue { public get; public set; }
|
act.web.api.contracts CampaignResult () |
n/a
|
public class act.web.api.contracts.CampaignResult
|
--> NONE <--
|
- Constructor: public CampaignResult ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static CampaignResult FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 CampaignDate { public get; public set; }
- Property: string CampaignName { public get; public set; }
- Property: Nullable`1 Clicks { public get; public set; }
- Property: Nullable`1 Opens { public get; public set; }
- Property: Nullable`1 Sends { public get; public set; }
- Property: Nullable`1 UniqueClicks { public get; public set; }
- Property: Nullable`1 UniqueSends { public get; public set; }
|
act.web.api.contracts ClearActivity () |
n/a
|
public class act.web.api.contracts.ClearActivity
|
--> NONE <--
|
- Constructor: public ClearActivity ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ClearActivity FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Attachment Attachment { public get; public set; }
- Property: string Details { public get; public set; }
- Property: DateTimeOffset EndTime { public get; public set; }
- Property: HistoryType HistoryType { public get; public set; }
- Property: Nullable`1 IncludeDetailsToHistory { public get; public set; }
- Property: Nullable`1 IsPrivate { public get; public set; }
- Property: DateTimeOffset StartTime { public get; public set; }
- Property: string Subject { public get; public set; }
|
act.web.api.contracts CloseReasonCount () |
n/a
|
public class act.web.api.contracts.CloseReasonCount
|
--> NONE <--
|
- Constructor: public CloseReasonCount ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static CloseReasonCount FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Count { public get; public set; }
- Property: string Reason { public get; public set; }
|
act.web.api.contracts CloseReasonDetails () |
n/a
|
public class act.web.api.contracts.CloseReasonDetails
|
--> NONE <--
|
- Constructor: public CloseReasonDetails ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static CloseReasonDetails FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 ActualCloseDate { public get; public set; }
- Property: Nullable`1 ActualValue { public get; public set; }
- Property: string CloseReason { public get; public set; }
- Property: string OppId { public get; public set; }
- Property: string OppName { public get; public set; }
- Property: string Status { public get; public set; }
|
act.web.api.contracts Column () |
n/a
|
public class act.web.api.contracts.Column
|
--> NONE <--
|
- Constructor: public Column ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Column FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string AliasName { public get; public set; }
- Property: string ChangeEvent { public get; public set; }
- Property: string ColumnName { public get; public set; }
- Property: string ColumnType { public get; public set; }
- Property: Nullable`1 CreateDate { public get; public set; }
- Property: string DefaultValue { public get; public set; }
- Property: string DisplayName { public get; public set; }
- Property: Nullable`1 EditDate { public get; public set; }
- Property: string EnterEvent { public get; public set; }
- Property: string FieldFormat { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsAllowBlank { public get; public set; }
- Property: Nullable`1 IsCustom { public get; public set; }
- Property: Nullable`1 IsNullable { public get; public set; }
- Property: Nullable`1 IsPrimary { public get; public set; }
- Property: Nullable`1 IsReadOnly { public get; public set; }
- Property: Nullable`1 IsTracked { public get; public set; }
- Property: Nullable`1 IsVirtual { public get; public set; }
- Property: string LeaveEvent { public get; public set; }
- Property: Nullable`1 Length { public get; public set; }
- Property: string Name { public get; public set; }
- Property: PickListInfo Picklist { public get; public set; }
- Property: string RecordType { public get; public set; }
- Property: Nullable`1 Scale { public get; public set; }
- Property: string TableName { public get; public set; }
- Property: string Type { public get; public set; }
|
act.web.api.contracts ColumnBindings () |
n/a
|
public class act.web.api.contracts.ColumnBindings
|
--> NONE <--
|
- Constructor: public ColumnBindings ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ColumnBindings FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsLimitToList { public get; public set; }
- Property: Nullable`1 IsMultiSelect { public get; public set; }
- Property: Nullable`1 IsTypeAhead { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Nullable`1 ShowDescription { public get; public set; }
|
act.web.api.contracts companiesException () |
n/a
|
public class act.web.api.contracts.companiesException
|
--> NONE <--
|
- Constructor: public companiesException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts companiesException`1 () |
n/a
|
public class act.web.api.contracts.companiesException`1
|
--> NONE <--
|
- Constructor: public companiesException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts companiesResponse () |
n/a
|
public class act.web.api.contracts.companiesResponse
|
--> NONE <--
|
- Constructor: public companiesResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts companiesResponse`1 () |
n/a
|
public class act.web.api.contracts.companiesResponse`1
|
--> NONE <--
|
- Constructor: public companiesResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts Company () |
n/a
|
public class act.web.api.contracts.Company
|
--> NONE <--
|
- Constructor: public Company ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Company FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Address Address { public get; public set; }
- Property: Address BillingAddress { public get; public set; }
- Property: Nullable`1 Created { public get; public set; }
- Property: IDictionary`2 CustomFields { public get; public set; }
- Property: string Description { public get; public set; }
- Property: string Division { public get; public set; }
- Property: Nullable`1 Edited { public get; public set; }
- Property: string EditedBy { public get; public set; }
- Property: string Fax { public get; public set; }
- Property: string FaxExtension { public get; public set; }
- Property: Nullable`1 HierarchyLevel { public get; public set; }
- Property: string Id { public get; public set; }
- Property: string IdStatus { public get; public set; }
- Property: string Industry { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Nullable`1 NumberOfEmployees { public get; public set; }
- Property: string ParentID { public get; public set; }
- Property: string Phone { public get; public set; }
- Property: string PhoneExtension { public get; public set; }
- Property: string RecordManager { public get; public set; }
- Property: string RecordOwner { public get; public set; }
- Property: string ReferredBy { public get; public set; }
- Property: string Region { public get; public set; }
- Property: Nullable`1 Revenue { public get; public set; }
- Property: Address ShippingAddress { public get; public set; }
- Property: string SicCode { public get; public set; }
- Property: string Territory { public get; public set; }
- Property: string TickerSymbol { public get; public set; }
- Property: string TollFreeExtension { public get; public set; }
- Property: string TollFreePhone { public get; public set; }
- Property: string Website { public get; public set; }
|
act.web.api.contracts ConfigurationDefinition () |
n/a
|
public class act.web.api.contracts.ConfigurationDefinition
|
--> NONE <--
|
- Constructor: public ConfigurationDefinition ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ConfigurationDefinition FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Definition { public get; public set; }
- Property: string UserId { public get; public set; }
|
act.web.api.contracts ConfigurationSettings () |
n/a
|
public class act.web.api.contracts.ConfigurationSettings
|
--> NONE <--
|
- Constructor: public ConfigurationSettings ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ConfigurationSettings FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string SettingsDefinition { public get; public set; }
- Property: string UserId { public get; public set; }
|
act.web.api.contracts configurationsException () |
n/a
|
public class act.web.api.contracts.configurationsException
|
--> NONE <--
|
- Constructor: public configurationsException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts configurationsException`1 () |
n/a
|
public class act.web.api.contracts.configurationsException`1
|
--> NONE <--
|
- Constructor: public configurationsException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts configurationsResponse () |
n/a
|
public class act.web.api.contracts.configurationsResponse
|
--> NONE <--
|
- Constructor: public configurationsResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts configurationsResponse`1 () |
n/a
|
public class act.web.api.contracts.configurationsResponse`1
|
--> NONE <--
|
- Constructor: public configurationsResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts Contact () |
n/a
|
public class act.web.api.contracts.Contact
|
--> NONE <--
|
- Constructor: public Contact ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Contact FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string AltEmailAddress { public get; public set; }
- Property: Nullable`1 AlternateCountryCode { public get; public set; }
- Property: string AlternateExtension { public get; public set; }
- Property: string AlternatePhone { public get; public set; }
- Property: string Birthday { public get; public set; }
- Property: Address BusinessAddress { public get; public set; }
- Property: Nullable`1 BusinessCountryCode { public get; public set; }
- Property: string BusinessExtension { public get; public set; }
- Property: string BusinessPhone { public get; public set; }
- Property: string Company { public get; public set; }
- Property: string CompanyID { public get; public set; }
- Property: string ContactType { public get; public set; }
- Property: Nullable`1 Created { public get; public set; }
- Property: IDictionary`2 CustomFields { public get; public set; }
- Property: string Department { public get; public set; }
- Property: Nullable`1 Edited { public get; public set; }
- Property: string EditedBy { public get; public set; }
- Property: string EmailAddress { public get; public set; }
- Property: Nullable`1 FaxCountryCode { public get; public set; }
- Property: string FaxExtension { public get; public set; }
- Property: string FaxPhone { public get; public set; }
- Property: string FirstName { public get; public set; }
- Property: string FullName { public get; public set; }
- Property: Address HomeAddress { public get; public set; }
- Property: Nullable`1 HomeCountryCode { public get; public set; }
- Property: string HomeExtension { public get; public set; }
- Property: string HomePhone { public get; public set; }
- Property: string Id { public get; public set; }
- Property: string IdStatus { public get; public set; }
- Property: Nullable`1 IsPrivate { public get; public set; }
- Property: Nullable`1 IsUser { public get; public set; }
- Property: string JobTitle { public get; public set; }
- Property: string LastName { public get; public set; }
- Property: string LastResults { public get; public set; }
- Property: Nullable`1 Latitude { public get; public set; }
- Property: Nullable`1 Longitude { public get; public set; }
- Property: string MessengerID { public get; public set; }
- Property: string MiddleName { public get; public set; }
- Property: Nullable`1 MobileCountryCode { public get; public set; }
- Property: string MobileExtension { public get; public set; }
- Property: string MobilePhone { public get; public set; }
- Property: string NamePrefix { public get; public set; }
- Property: string NameSuffix { public get; public set; }
- Property: Nullable`1 PagerCountryCode { public get; public set; }
- Property: string PagerExtension { public get; public set; }
- Property: string PagerPhone { public get; public set; }
- Property: string PersonalEmailAddress { public get; public set; }
- Property: string RecordManager { public get; public set; }
- Property: string RecordOwner { public get; public set; }
- Property: string ReferredBy { public get; public set; }
- Property: string Salutation { public get; public set; }
- Property: string Website { public get; public set; }
|
act.web.api.contracts ContactCountByLocation () |
n/a
|
public class act.web.api.contracts.ContactCountByLocation
|
--> NONE <--
|
- Constructor: public ContactCountByLocation ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ContactCountByLocation FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 ContactCount { public get; public set; }
- Property: string CountryName { public get; public set; }
- Property: Nullable`1 Latitude { public get; public set; }
- Property: Nullable`1 Longitude { public get; public set; }
- Property: string PostalCode { public get; public set; }
|
act.web.api.contracts contactsException () |
n/a
|
public class act.web.api.contracts.contactsException
|
--> NONE <--
|
- Constructor: public contactsException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts contactsException`1 () |
n/a
|
public class act.web.api.contracts.contactsException`1
|
--> NONE <--
|
- Constructor: public contactsException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts contactsResponse () |
n/a
|
public class act.web.api.contracts.contactsResponse
|
--> NONE <--
|
- Constructor: public contactsResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts contactsResponse`1 () |
n/a
|
public class act.web.api.contracts.contactsResponse`1
|
--> NONE <--
|
- Constructor: public contactsResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts ConvertContact () |
n/a
|
public class act.web.api.contracts.ConvertContact
|
--> NONE <--
|
- Constructor: public ConvertContact ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ConvertContact FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 CanChangePassword { public get; public set; }
- Property: Nullable`1 MustChangePassword { public get; public set; }
- Property: string Password { public get; public set; }
- Property: Nullable`1 PasswordExpires { public get; public set; }
- Property: ICollection`1 Permissions { public get; public set; }
- Property: string RoleName { public get; public set; }
- Property: Nullable`1 Status { public get; public set; }
- Property: string Username { public get; public set; }
|
ConvertContactStatus () |
n/a
|
public sealed enum act.web.api.contracts.ConvertContactStatus
                    Active = 0,
                    Inactive = 1,
                    Deleted = 2,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts CountQueryOption () |
n/a
|
public class act.web.api.contracts.CountQueryOption
|
--> NONE <--
|
- Constructor: public CountQueryOption ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static CountQueryOption FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ODataQueryContext Context { public get; public set; }
- Property: string RawValue { public get; public set; }
- Property: object Validator { public get; public set; }
- Property: Nullable`1 Value { public get; public set; }
|
act.web.api.contracts Country () |
n/a
|
public class act.web.api.contracts.Country
|
--> NONE <--
|
- Constructor: public Country ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Country FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Id { public get; public set; }
- Property: string Name { public get; public set; }
|
act.web.api.contracts CreateDropDownList () |
n/a
|
public class act.web.api.contracts.CreateDropDownList
|
--> NONE <--
|
- Constructor: public CreateDropDownList ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static CreateDropDownList FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Description { public get; public set; }
- Property: Nullable`1 IsAutoInsert { public get; public set; }
- Property: Nullable`1 IsEditable { public get; public set; }
- Property: ICollection`1 Items { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Nullable`1 Type { public get; public set; }
|
CreateDropDownListType () |
n/a
|
public sealed enum act.web.api.contracts.CreateDropDownListType
                    Character = 0,
                    Currency = 1,
                    Number = 2,
                    Decimal = 3,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts currenciesException () |
n/a
|
public class act.web.api.contracts.currenciesException
|
--> NONE <--
|
- Constructor: public currenciesException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts currenciesException`1 () |
n/a
|
public class act.web.api.contracts.currenciesException`1
|
--> NONE <--
|
- Constructor: public currenciesException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts currenciesResponse () |
n/a
|
public class act.web.api.contracts.currenciesResponse
|
--> NONE <--
|
- Constructor: public currenciesResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts currenciesResponse`1 () |
n/a
|
public class act.web.api.contracts.currenciesResponse`1
|
--> NONE <--
|
- Constructor: public currenciesResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts Currency () |
n/a
|
public class act.web.api.contracts.Currency
|
--> NONE <--
|
- Constructor: public Currency ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Currency FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Code { public get; public set; }
- Property: string Country { public get; public set; }
- Property: Nullable`1 DecimalDigits { public get; public set; }
- Property: string DecimalSeparator { public get; public set; }
- Property: string Description { public get; public set; }
- Property: string DisplayText { public get; public set; }
- Property: string GroupSeparator { public get; public set; }
- Property: string NegativeSign { public get; public set; }
- Property: string PercentSymbol { public get; public set; }
- Property: string Symbol { public get; public set; }
|
act.web.api.contracts CurrencySettings () |
n/a
|
public class act.web.api.contracts.CurrencySettings
|
--> NONE <--
|
- Constructor: public CurrencySettings ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static CurrencySettings FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string DecimalSeparator { public get; public set; }
- Property: string GroupSeparator { public get; public set; }
- Property: string Symbol { public get; public set; }
- Property: string SymbolPosition { public get; public set; }
|
act.web.api.contracts CustomData () |
n/a
|
public class act.web.api.contracts.CustomData
|
--> NONE <--
|
- Constructor: public CustomData ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static CustomData FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Label { public get; public set; }
- Property: string NumbericFormat { public get; public set; }
- Property: Nullable`1 Value { public get; public set; }
|
act.web.api.contracts CustomEntity () |
n/a
|
public class act.web.api.contracts.CustomEntity
|
--> NONE <--
|
- Constructor: public CustomEntity ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static CustomEntity FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ICollection`1 Companies { public get; public set; }
- Property: ICollection`1 Contacts { public get; public set; }
- Property: Nullable`1 Created { public get; public set; }
- Property: Nullable`1 Edited { public get; public set; }
- Property: string EditedBy { public get; public set; }
- Property: ICollection`1 Groups { public get; public set; }
- Property: string Id { public get; public set; }
- Property: ICollection`1 Opportunity { public get; public set; }
- Property: string RecordOwner { public get; public set; }
|
act.web.api.contracts customException () |
n/a
|
public class act.web.api.contracts.customException
|
--> NONE <--
|
- Constructor: public customException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts customException`1 () |
n/a
|
public class act.web.api.contracts.customException`1
|
--> NONE <--
|
- Constructor: public customException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts customResponse () |
n/a
|
public class act.web.api.contracts.customResponse
|
--> NONE <--
|
- Constructor: public customResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts customResponse`1 () |
n/a
|
public class act.web.api.contracts.customResponse`1
|
--> NONE <--
|
- Constructor: public customResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts DatabaseBackupInfo () |
n/a
|
public class act.web.api.contracts.DatabaseBackupInfo
|
--> NONE <--
|
- Constructor: public DatabaseBackupInfo ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static DatabaseBackupInfo FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Created { public get; public set; }
- Property: string FileName { public get; public set; }
- Property: Nullable`1 IsUploaded { public get; public set; }
- Property: string Message { public get; public set; }
- Property: string Submitted { public get; public set; }
|
act.web.api.contracts DatabaseBackupUser () |
n/a
|
public class act.web.api.contracts.DatabaseBackupUser
|
--> NONE <--
|
- Constructor: public DatabaseBackupUser ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static DatabaseBackupUser FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Password { public get; public set; }
- Property: string Username { public get; public set; }
|
act.web.api.contracts databaseException () |
n/a
|
public class act.web.api.contracts.databaseException
|
--> NONE <--
|
- Constructor: public databaseException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts databaseException`1 () |
n/a
|
public class act.web.api.contracts.databaseException`1
|
--> NONE <--
|
- Constructor: public databaseException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts databaseResponse () |
n/a
|
public class act.web.api.contracts.databaseResponse
|
--> NONE <--
|
- Constructor: public databaseResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts databaseResponse`1 () |
n/a
|
public class act.web.api.contracts.databaseResponse`1
|
--> NONE <--
|
- Constructor: public databaseResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
DaysOfWeek () |
n/a
|
public sealed enum act.web.api.contracts.DaysOfWeek
                    Sunday = 0,
                    Monday = 1,
                    Tuesday = 2,
                    Wednesday = 3,
                    Thursday = 4,
                    Friday = 5,
                    Saturday = 6,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts DefaultQuerySettings () |
n/a
|
public class act.web.api.contracts.DefaultQuerySettings
|
--> NONE <--
|
- Constructor: public DefaultQuerySettings ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static DefaultQuerySettings FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 EnableCount { public get; public set; }
- Property: Nullable`1 EnableExpand { public get; public set; }
- Property: Nullable`1 EnableFilter { public get; public set; }
- Property: Nullable`1 EnableOrderBy { public get; public set; }
- Property: Nullable`1 EnableSelect { public get; public set; }
- Property: Nullable`1 MaxTop { public get; public set; }
|
act.web.api.contracts definitionsException () |
n/a
|
public class act.web.api.contracts.definitionsException
|
--> NONE <--
|
- Constructor: public definitionsException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts definitionsException`1 () |
n/a
|
public class act.web.api.contracts.definitionsException`1
|
--> NONE <--
|
- Constructor: public definitionsException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts definitionsResponse () |
n/a
|
public class act.web.api.contracts.definitionsResponse
|
--> NONE <--
|
- Constructor: public definitionsResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts definitionsResponse`1 () |
n/a
|
public class act.web.api.contracts.definitionsResponse`1
|
--> NONE <--
|
- Constructor: public definitionsResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts documentsException () |
n/a
|
public class act.web.api.contracts.documentsException
|
--> NONE <--
|
- Constructor: public documentsException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts documentsException`1 () |
n/a
|
public class act.web.api.contracts.documentsException`1
|
--> NONE <--
|
- Constructor: public documentsException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts documentsResponse () |
n/a
|
public class act.web.api.contracts.documentsResponse
|
--> NONE <--
|
- Constructor: public documentsResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts documentsResponse`1 () |
n/a
|
public class act.web.api.contracts.documentsResponse`1
|
--> NONE <--
|
- Constructor: public documentsResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts dropdownException () |
n/a
|
public class act.web.api.contracts.dropdownException
|
--> NONE <--
|
- Constructor: public dropdownException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts dropdownException`1 () |
n/a
|
public class act.web.api.contracts.dropdownException`1
|
--> NONE <--
|
- Constructor: public dropdownException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts DropDownList () |
n/a
|
public class act.web.api.contracts.DropDownList
|
--> NONE <--
|
- Constructor: public DropDownList ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static DropDownList FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Created { public get; public set; }
- Property: string Description { public get; public set; }
- Property: Nullable`1 Edited { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsAutoInsert { public get; public set; }
- Property: Nullable`1 IsEditable { public get; public set; }
- Property: ICollection`1 Items { public get; public set; }
- Property: string Name { public get; public set; }
|
act.web.api.contracts DropDownPickListItem () |
n/a
|
public class act.web.api.contracts.DropDownPickListItem
|
--> NONE <--
|
- Constructor: public DropDownPickListItem ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static DropDownPickListItem FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Description { public get; public set; }
- Property: string Id { public get; public set; }
- Property: string Value { public get; public set; }
|
act.web.api.contracts dropdownResponse () |
n/a
|
public class act.web.api.contracts.dropdownResponse
|
--> NONE <--
|
- Constructor: public dropdownResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts dropdownResponse`1 () |
n/a
|
public class act.web.api.contracts.dropdownResponse`1
|
--> NONE <--
|
- Constructor: public dropdownResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts EdmReferentialConstraintPropertyPair () |
n/a
|
public class act.web.api.contracts.EdmReferentialConstraintPropertyPair
|
--> NONE <--
|
- Constructor: public EdmReferentialConstraintPropertyPair ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static EdmReferentialConstraintPropertyPair FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: IEdmStructuralProperty DependentProperty { public get; public set; }
- Property: IEdmStructuralProperty PrincipalProperty { public get; public set; }
|
act.web.api.contracts EmailAction () |
n/a
|
public class act.web.api.contracts.EmailAction
|
--> NONE <--
|
- Constructor: public EmailAction ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static EmailAction FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Action { public get; public set; }
- Property: Nullable`1 Count { public get; public set; }
- Property: Nullable`1 Percent { public get; public set; }
|
act.web.api.contracts EmarketingHistory () |
n/a
|
public class act.web.api.contracts.EmarketingHistory
|
--> NONE <--
|
- Constructor: public EmarketingHistory ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static EmarketingHistory FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ICollection`1 EmailActions { public get; public set; }
- Property: Nullable`1 Sends { public get; public set; }
|
act.web.api.contracts EmbeddedActivityContact () |
n/a
|
public class act.web.api.contracts.EmbeddedActivityContact
|
--> NONE <--
|
- Constructor: public EmbeddedActivityContact ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static EmbeddedActivityContact FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string DisplayName { public get; public set; }
- Property: string Id { public get; public set; }
|
act.web.api.contracts EmbeddedCompany () |
n/a
|
public class act.web.api.contracts.EmbeddedCompany
|
--> NONE <--
|
- Constructor: public EmbeddedCompany ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static EmbeddedCompany FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Id { public get; public set; }
- Property: string Name { public get; public set; }
|
act.web.api.contracts EmbeddedContact () |
n/a
|
public class act.web.api.contracts.EmbeddedContact
|
--> NONE <--
|
- Constructor: public EmbeddedContact ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static EmbeddedContact FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string DisplayName { public get; public set; }
- Property: string Id { public get; public set; }
|
act.web.api.contracts EmbeddedGroup () |
n/a
|
public class act.web.api.contracts.EmbeddedGroup
|
--> NONE <--
|
- Constructor: public EmbeddedGroup ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static EmbeddedGroup FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Id { public get; public set; }
- Property: string Name { public get; public set; }
|
act.web.api.contracts EmbeddedOpportunity () |
n/a
|
public class act.web.api.contracts.EmbeddedOpportunity
|
--> NONE <--
|
- Constructor: public EmbeddedOpportunity ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static EmbeddedOpportunity FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Id { public get; public set; }
- Property: string Name { public get; public set; }
|
act.web.api.contracts Entity () |
n/a
|
public class act.web.api.contracts.Entity
|
--> NONE <--
|
- Constructor: public Entity ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Entity FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 CreateDate { public get; public set; }
- Property: string CreateUserID { public get; public set; }
- Property: string DisplayName { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsCustom { public get; public set; }
- Property: string Name { public get; public set; }
- Property: string Parents { public get; public set; }
- Property: string RecordType { public get; public set; }
|
act.web.api.contracts EnumTypes () |
n/a
|
public class act.web.api.contracts.EnumTypes
|
--> NONE <--
|
- Constructor: public EnumTypes ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static EnumTypes FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Name { public get; public set; }
- Property: Nullable`1 Value { public get; public set; }
|
act.web.api.contracts Feature () |
n/a
|
public class act.web.api.contracts.Feature
|
--> NONE <--
|
- Constructor: public Feature ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Feature FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Alias { public get; public set; }
- Property: FeatureSet Category { public get; public set; }
- Property: string Description { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsAllowed { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Nullable`1 Type { public get; public set; }
|
act.web.api.contracts FeatureSet () |
n/a
|
public class act.web.api.contracts.FeatureSet
|
--> NONE <--
|
- Constructor: public FeatureSet ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static FeatureSet FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Alias { public get; public set; }
- Property: string Description { public get; public set; }
- Property: string Id { public get; public set; }
- Property: string Name { public get; public set; }
|
FeatureType () |
n/a
|
public sealed enum act.web.api.contracts.FeatureType
                    CreateEdit = 0,
                    DeleteMy = 1,
                    DeleteOther = 2,
                    ManagerOther = 3,
                    Other = 4,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts FileParameter () |
n/a
|
public class act.web.api.contracts.FileParameter
|
--> NONE <--
|
- Constructor: public FileParameter (Stream data)
- Constructor: public FileParameter (Stream data, string fileName)
- Constructor: public FileParameter (Stream data, string fileName, string contentType)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: string ContentType { public get; }
- Property: Stream Data { public get; }
- Property: string FileName { public get; }
|
act.web.api.contracts FilterClause () |
n/a
|
public class act.web.api.contracts.FilterClause
|
--> NONE <--
|
- Constructor: public FilterClause ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static FilterClause FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: SingleValueNode Expression { public get; public set; }
- Property: IEdmTypeReference ItemType { public get; public set; }
- Property: RangeVariable RangeVariable { public get; public set; }
|
act.web.api.contracts FilterQueryOption () |
n/a
|
public class act.web.api.contracts.FilterQueryOption
|
--> NONE <--
|
- Constructor: public FilterQueryOption ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static FilterQueryOption FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ODataQueryContext Context { public get; public set; }
- Property: FilterClause FilterClause { public get; public set; }
- Property: string RawValue { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ForecastByProduct () |
n/a
|
public class act.web.api.contracts.ForecastByProduct
|
--> NONE <--
|
- Constructor: public ForecastByProduct ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ForecastByProduct FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 CountPercent { public get; public set; }
- Property: Nullable`1 OppCount { public get; public set; }
- Property: string ProductId { public get; public set; }
- Property: string ProductName { public get; public set; }
- Property: Nullable`1 TotalValue { public get; public set; }
- Property: Nullable`1 TotalValuePercent { public get; public set; }
- Property: Nullable`1 WeightedValue { public get; public set; }
- Property: Nullable`1 WeightedValuePercent { public get; public set; }
|
act.web.api.contracts ForecastByProductDetail () |
n/a
|
public class act.web.api.contracts.ForecastByProductDetail
|
--> NONE <--
|
- Constructor: public ForecastByProductDetail ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ForecastByProductDetail FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 EstCloseDate { public get; public set; }
- Property: string OppName { public get; public set; }
- Property: Nullable`1 ProbabilityPct { public get; public set; }
- Property: string ProductName { public get; public set; }
- Property: Nullable`1 ProductWeightedValue { public get; public set; }
- Property: string Status { public get; public set; }
|
act.web.api.contracts ForecastByRep () |
n/a
|
public class act.web.api.contracts.ForecastByRep
|
--> NONE <--
|
- Constructor: public ForecastByRep ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ForecastByRep FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 CountPercent { public get; public set; }
- Property: Nullable`1 OppCount { public get; public set; }
- Property: string SalesRep { public get; public set; }
- Property: Nullable`1 TotalValue { public get; public set; }
- Property: Nullable`1 TotalValuePercent { public get; public set; }
- Property: string UserId { public get; public set; }
- Property: Nullable`1 WeightedValue { public get; public set; }
- Property: Nullable`1 WeightedValuePercent { public get; public set; }
|
act.web.api.contracts ForecastByRepDetail () |
n/a
|
public class act.web.api.contracts.ForecastByRepDetail
|
--> NONE <--
|
- Constructor: public ForecastByRepDetail ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ForecastByRepDetail FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 EstCloseDate { public get; public set; }
- Property: string OppName { public get; public set; }
- Property: Nullable`1 ProbabilityPct { public get; public set; }
- Property: string RepName { public get; public set; }
- Property: string Status { public get; public set; }
- Property: Nullable`1 WeightedValue { public get; public set; }
|
act.web.api.contracts geographicsException () |
n/a
|
public class act.web.api.contracts.geographicsException
|
--> NONE <--
|
- Constructor: public geographicsException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts geographicsException`1 () |
n/a
|
public class act.web.api.contracts.geographicsException`1
|
--> NONE <--
|
- Constructor: public geographicsException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts geographicsResponse () |
n/a
|
public class act.web.api.contracts.geographicsResponse
|
--> NONE <--
|
- Constructor: public geographicsResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts geographicsResponse`1 () |
n/a
|
public class act.web.api.contracts.geographicsResponse`1
|
--> NONE <--
|
- Constructor: public geographicsResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts Group () |
n/a
|
public class act.web.api.contracts.Group
|
--> NONE <--
|
- Constructor: public Group ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Group FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Address Address { public get; public set; }
- Property: Nullable`1 Created { public get; public set; }
- Property: IDictionary`2 CustomFields { public get; public set; }
- Property: string Description { public get; public set; }
- Property: Nullable`1 Edited { public get; public set; }
- Property: string EditedBy { public get; public set; }
- Property: Nullable`1 HeirarchyLevel { public get; public set; }
- Property: string Id { public get; public set; }
- Property: string Name { public get; public set; }
- Property: string ParentID { public get; public set; }
- Property: string RecordManager { public get; public set; }
- Property: string RecordOwner { public get; public set; }
|
act.web.api.contracts groupException () |
n/a
|
public class act.web.api.contracts.groupException
|
--> NONE <--
|
- Constructor: public groupException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts groupException`1 () |
n/a
|
public class act.web.api.contracts.groupException`1
|
--> NONE <--
|
- Constructor: public groupException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts groupResponse () |
n/a
|
public class act.web.api.contracts.groupResponse
|
--> NONE <--
|
- Constructor: public groupResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts groupResponse`1 () |
n/a
|
public class act.web.api.contracts.groupResponse`1
|
--> NONE <--
|
- Constructor: public groupResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts groupsException () |
n/a
|
public class act.web.api.contracts.groupsException
|
--> NONE <--
|
- Constructor: public groupsException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts groupsException`1 () |
n/a
|
public class act.web.api.contracts.groupsException`1
|
--> NONE <--
|
- Constructor: public groupsException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts groupsResponse () |
n/a
|
public class act.web.api.contracts.groupsResponse
|
--> NONE <--
|
- Constructor: public groupsResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts groupsResponse`1 () |
n/a
|
public class act.web.api.contracts.groupsResponse`1
|
--> NONE <--
|
- Constructor: public groupsResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts History () |
n/a
|
public class act.web.api.contracts.History
|
--> NONE <--
|
- Constructor: public History ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static History FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Attachment Attachment { public get; public set; }
- Property: ICollection`1 Companies { public get; public set; }
- Property: ICollection`1 Contacts { public get; public set; }
- Property: Nullable`1 Created { public get; public set; }
- Property: string CreateUserID { public get; public set; }
- Property: string Details { public get; public set; }
- Property: string Duration { public get; public set; }
- Property: Nullable`1 Edited { public get; public set; }
- Property: Nullable`1 EndTime { public get; public set; }
- Property: ICollection`1 Groups { public get; public set; }
- Property: HistoryType HistoryType { public get; public set; }
- Property: Nullable`1 HistoryTypeID { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsPrivate { public get; public set; }
- Property: string ManageUserID { public get; public set; }
- Property: ICollection`1 Opportunities { public get; public set; }
- Property: string OutlookID { public get; public set; }
- Property: string Regarding { public get; public set; }
- Property: Nullable`1 StartTime { public get; public set; }
|
act.web.api.contracts historyException () |
n/a
|
public class act.web.api.contracts.historyException
|
--> NONE <--
|
- Constructor: public historyException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts historyException`1 () |
n/a
|
public class act.web.api.contracts.historyException`1
|
--> NONE <--
|
- Constructor: public historyException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts historyResponse () |
n/a
|
public class act.web.api.contracts.historyResponse
|
--> NONE <--
|
- Constructor: public historyResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts historyResponse`1 () |
n/a
|
public class act.web.api.contracts.historyResponse`1
|
--> NONE <--
|
- Constructor: public historyResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts HistoryType () |
n/a
|
public class act.web.api.contracts.HistoryType
|
--> NONE <--
|
- Constructor: public HistoryType ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static HistoryType FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Description { public get; public set; }
- Property: Nullable`1 Id { public get; public set; }
- Property: string Name { public get; public set; }
|
act.web.api.contracts HistoryType2 () |
n/a
|
public class act.web.api.contracts.HistoryType2
|
--> NONE <--
|
- Constructor: public HistoryType2 ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static HistoryType2 FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string ActivityTypeId { public get; public set; }
- Property: string ActivityTypeName { public get; public set; }
- Property: string Description { public get; public set; }
- Property: Nullable`1 Id { public get; public set; }
- Property: Nullable`1 IsActive { public get; public set; }
- Property: Nullable`1 IsCustom { public get; public set; }
- Property: Nullable`1 IsDefault { public get; public set; }
- Property: Nullable`1 IsUserRecordable { public get; public set; }
- Property: string Name { public get; public set; }
|
act.web.api.contracts IEdmEntityContainer () |
n/a
|
public class act.web.api.contracts.IEdmEntityContainer
|
--> NONE <--
|
- Constructor: public IEdmEntityContainer ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmEntityContainer FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ICollection`1 Elements { public get; public set; }
- Property: string Name { public get; public set; }
- Property: string Namespace { public get; public set; }
- Property: Nullable`1 SchemaElementKind { public get; public set; }
|
act.web.api.contracts IEdmEntityContainerElement () |
n/a
|
public class act.web.api.contracts.IEdmEntityContainerElement
|
--> NONE <--
|
- Constructor: public IEdmEntityContainerElement ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmEntityContainerElement FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: IEdmEntityContainer Container { public get; public set; }
- Property: Nullable`1 ContainerElementKind { public get; public set; }
- Property: string Name { public get; public set; }
|
IEdmEntityContainerElementContainerElementKind () |
n/a
|
public sealed enum act.web.api.contracts.IEdmEntityContainerElementContainerElementKind
                    None = 0,
                    EntitySet = 1,
                    ActionImport = 2,
                    FunctionImport = 3,
                    Singleton = 4,
|
--> NONE <--
|
--> NONE <--
|
IEdmEntityContainerSchemaElementKind () |
n/a
|
public sealed enum act.web.api.contracts.IEdmEntityContainerSchemaElementKind
                    None = 0,
                    TypeDefinition = 1,
                    Term = 2,
                    Action = 3,
                    EntityContainer = 4,
                    Function = 5,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts IEdmExpression () |
n/a
|
public class act.web.api.contracts.IEdmExpression
|
--> NONE <--
|
- Constructor: public IEdmExpression ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmExpression FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 ExpressionKind { public get; public set; }
|
IEdmExpressionExpressionKind () |
n/a
|
public sealed enum act.web.api.contracts.IEdmExpressionExpressionKind
                    None = 0,
                    BinaryConstant = 1,
                    BooleanConstant = 2,
                    DateTimeOffsetConstant = 3,
                    DecimalConstant = 4,
                    FloatingConstant = 5,
                    GuidConstant = 6,
                    IntegerConstant = 7,
                    StringConstant = 8,
                    DurationConstant = 9,
                    Null = 10,
                    Record = 11,
                    Collection = 12,
                    Path = 13,
                    If = 14,
                    Cast = 15,
                    IsType = 16,
                    FunctionApplication = 17,
                    LabeledExpressionReference = 18,
                    Labeled = 19,
                    PropertyPath = 20,
                    NavigationPropertyPath = 21,
                    DateConstant = 22,
                    TimeOfDayConstant = 23,
                    EnumMember = 24,
                    AnnotationPath = 25,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts IEdmModel () |
n/a
|
public class act.web.api.contracts.IEdmModel
|
--> NONE <--
|
- Constructor: public IEdmModel ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmModel FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ICollection`1 DeclaredNamespaces { public get; public set; }
- Property: object DirectValueAnnotationsManager { public get; public set; }
- Property: IEdmEntityContainer EntityContainer { public get; public set; }
- Property: ICollection`1 ReferencedModels { public get; public set; }
- Property: ICollection`1 SchemaElements { public get; public set; }
- Property: ICollection`1 VocabularyAnnotations { public get; public set; }
|
act.web.api.contracts IEdmNavigationProperty () |
n/a
|
public class act.web.api.contracts.IEdmNavigationProperty
|
--> NONE <--
|
- Constructor: public IEdmNavigationProperty ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmNavigationProperty FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 ContainsTarget { public get; public set; }
- Property: IEdmStructuredType DeclaringType { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Nullable`1 OnDelete { public get; public set; }
- Property: IEdmNavigationProperty Partner { public get; public set; }
- Property: Nullable`1 PropertyKind { public get; public set; }
- Property: IEdmReferentialConstraint ReferentialConstraint { public get; public set; }
- Property: IEdmTypeReference Type { public get; public set; }
|
act.web.api.contracts IEdmNavigationPropertyBinding () |
n/a
|
public class act.web.api.contracts.IEdmNavigationPropertyBinding
|
--> NONE <--
|
- Constructor: public IEdmNavigationPropertyBinding ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmNavigationPropertyBinding FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: IEdmNavigationProperty NavigationProperty { public get; public set; }
- Property: IEdmPathExpression Path { public get; public set; }
- Property: IEdmNavigationSource Target { public get; public set; }
|
IEdmNavigationPropertyOnDelete () |
n/a
|
public sealed enum act.web.api.contracts.IEdmNavigationPropertyOnDelete
                    None = 0,
                    Cascade = 1,
|
--> NONE <--
|
--> NONE <--
|
IEdmNavigationPropertyPropertyKind () |
n/a
|
public sealed enum act.web.api.contracts.IEdmNavigationPropertyPropertyKind
                    None = 0,
                    Structural = 1,
                    Navigation = 2,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts IEdmNavigationSource () |
n/a
|
public class act.web.api.contracts.IEdmNavigationSource
|
--> NONE <--
|
- Constructor: public IEdmNavigationSource ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmNavigationSource FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Name { public get; public set; }
- Property: ICollection`1 NavigationPropertyBindings { public get; public set; }
- Property: IEdmPathExpression Path { public get; public set; }
- Property: IEdmType Type { public get; public set; }
|
act.web.api.contracts IEdmPathExpression () |
n/a
|
public class act.web.api.contracts.IEdmPathExpression
|
--> NONE <--
|
- Constructor: public IEdmPathExpression ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmPathExpression FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 ExpressionKind { public get; public set; }
- Property: string Path { public get; public set; }
- Property: ICollection`1 PathSegments { public get; public set; }
|
IEdmPathExpressionExpressionKind () |
n/a
|
public sealed enum act.web.api.contracts.IEdmPathExpressionExpressionKind
                    None = 0,
                    BinaryConstant = 1,
                    BooleanConstant = 2,
                    DateTimeOffsetConstant = 3,
                    DecimalConstant = 4,
                    FloatingConstant = 5,
                    GuidConstant = 6,
                    IntegerConstant = 7,
                    StringConstant = 8,
                    DurationConstant = 9,
                    Null = 10,
                    Record = 11,
                    Collection = 12,
                    Path = 13,
                    If = 14,
                    Cast = 15,
                    IsType = 16,
                    FunctionApplication = 17,
                    LabeledExpressionReference = 18,
                    Labeled = 19,
                    PropertyPath = 20,
                    NavigationPropertyPath = 21,
                    DateConstant = 22,
                    TimeOfDayConstant = 23,
                    EnumMember = 24,
                    AnnotationPath = 25,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts IEdmProperty () |
n/a
|
public class act.web.api.contracts.IEdmProperty
|
--> NONE <--
|
- Constructor: public IEdmProperty ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmProperty FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: IEdmStructuredType DeclaringType { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Nullable`1 PropertyKind { public get; public set; }
- Property: IEdmTypeReference Type { public get; public set; }
|
IEdmPropertyPropertyKind () |
n/a
|
public sealed enum act.web.api.contracts.IEdmPropertyPropertyKind
                    None = 0,
                    Structural = 1,
                    Navigation = 2,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts IEdmReferentialConstraint () |
n/a
|
public class act.web.api.contracts.IEdmReferentialConstraint
|
--> NONE <--
|
- Constructor: public IEdmReferentialConstraint ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmReferentialConstraint FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ICollection`1 PropertyPairs { public get; public set; }
|
act.web.api.contracts IEdmSchemaElement () |
n/a
|
public class act.web.api.contracts.IEdmSchemaElement
|
--> NONE <--
|
- Constructor: public IEdmSchemaElement ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmSchemaElement FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Name { public get; public set; }
- Property: string Namespace { public get; public set; }
- Property: Nullable`1 SchemaElementKind { public get; public set; }
|
IEdmSchemaElementSchemaElementKind () |
n/a
|
public sealed enum act.web.api.contracts.IEdmSchemaElementSchemaElementKind
                    None = 0,
                    TypeDefinition = 1,
                    Term = 2,
                    Action = 3,
                    EntityContainer = 4,
                    Function = 5,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts IEdmStructuralProperty () |
n/a
|
public class act.web.api.contracts.IEdmStructuralProperty
|
--> NONE <--
|
- Constructor: public IEdmStructuralProperty ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmStructuralProperty FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: IEdmStructuredType DeclaringType { public get; public set; }
- Property: string DefaultValueString { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Nullable`1 PropertyKind { public get; public set; }
- Property: IEdmTypeReference Type { public get; public set; }
|
IEdmStructuralPropertyPropertyKind () |
n/a
|
public sealed enum act.web.api.contracts.IEdmStructuralPropertyPropertyKind
                    None = 0,
                    Structural = 1,
                    Navigation = 2,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts IEdmStructuredType () |
n/a
|
public class act.web.api.contracts.IEdmStructuredType
|
--> NONE <--
|
- Constructor: public IEdmStructuredType ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmStructuredType FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: IEdmStructuredType BaseType { public get; public set; }
- Property: ICollection`1 DeclaredProperties { public get; public set; }
- Property: Nullable`1 IsAbstract { public get; public set; }
- Property: Nullable`1 IsOpen { public get; public set; }
- Property: Nullable`1 TypeKind { public get; public set; }
|
IEdmStructuredTypeTypeKind () |
n/a
|
public sealed enum act.web.api.contracts.IEdmStructuredTypeTypeKind
                    None = 0,
                    Primitive = 1,
                    Entity = 2,
                    Complex = 3,
                    Collection = 4,
                    EntityReference = 5,
                    Enum = 6,
                    TypeDefinition = 7,
                    Untyped = 8,
                    Path = 9,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts IEdmTerm () |
n/a
|
public class act.web.api.contracts.IEdmTerm
|
--> NONE <--
|
- Constructor: public IEdmTerm ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmTerm FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string AppliesTo { public get; public set; }
- Property: string DefaultValue { public get; public set; }
- Property: string Name { public get; public set; }
- Property: string Namespace { public get; public set; }
- Property: Nullable`1 SchemaElementKind { public get; public set; }
- Property: IEdmTypeReference Type { public get; public set; }
|
IEdmTermSchemaElementKind () |
n/a
|
public sealed enum act.web.api.contracts.IEdmTermSchemaElementKind
                    None = 0,
                    TypeDefinition = 1,
                    Term = 2,
                    Action = 3,
                    EntityContainer = 4,
                    Function = 5,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts IEdmType () |
n/a
|
public class act.web.api.contracts.IEdmType
|
--> NONE <--
|
- Constructor: public IEdmType ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmType FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 TypeKind { public get; public set; }
|
act.web.api.contracts IEdmTypeReference () |
n/a
|
public class act.web.api.contracts.IEdmTypeReference
|
--> NONE <--
|
- Constructor: public IEdmTypeReference ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmTypeReference FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: IEdmType Definition { public get; public set; }
- Property: Nullable`1 IsNullable { public get; public set; }
|
IEdmTypeTypeKind () |
n/a
|
public sealed enum act.web.api.contracts.IEdmTypeTypeKind
                    None = 0,
                    Primitive = 1,
                    Entity = 2,
                    Complex = 3,
                    Collection = 4,
                    EntityReference = 5,
                    Enum = 6,
                    TypeDefinition = 7,
                    Untyped = 8,
                    Path = 9,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts IEdmVocabularyAnnotation () |
n/a
|
public class act.web.api.contracts.IEdmVocabularyAnnotation
|
--> NONE <--
|
- Constructor: public IEdmVocabularyAnnotation ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IEdmVocabularyAnnotation FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Qualifier { public get; public set; }
- Property: object Target { public get; public set; }
- Property: IEdmTerm Term { public get; public set; }
- Property: IEdmExpression Value { public get; public set; }
|
Interval () |
n/a
|
public sealed enum act.web.api.contracts.Interval
                    Daily = 0,
                    Weekly = 1,
                    Monthly = 2,
                    Quarterly = 3,
                    Yearly = 4,
|
--> NONE <--
|
--> NONE <--
|
Interval2 () |
n/a
|
public sealed enum act.web.api.contracts.Interval2
                    Daily = 0,
                    Weekly = 1,
                    Monthly = 2,
                    Quarterly = 3,
                    Yearly = 4,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts KpiData () |
n/a
|
public class act.web.api.contracts.KpiData
|
--> NONE <--
|
- Constructor: public KpiData ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static KpiData FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Label { public get; public set; }
- Property: Nullable`1 Value { public get; public set; }
|
act.web.api.contracts Layout () |
n/a
|
public class act.web.api.contracts.Layout
|
--> NONE <--
|
- Constructor: public Layout ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Layout FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Entity { public get; public set; }
- Property: string FileName { public get; public set; }
- Property: Nullable`1 IsDefault { public get; public set; }
- Property: Nullable`1 LastEdit { public get; public set; }
|
LayoutEntity () |
n/a
|
public sealed enum act.web.api.contracts.LayoutEntity
                    Contact = 0,
                    Company = 1,
                    Group = 2,
                    Opportunity = 3,
                    Product = 4,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts LicenseInfo () |
n/a
|
public class act.web.api.contracts.LicenseInfo
|
--> NONE <--
|
- Constructor: public LicenseInfo ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static LicenseInfo FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string SerialNumber { public get; public set; }
- Property: string Type { public get; public set; }
- Property: Nullable`1 UserLicenses { public get; public set; }
|
act.web.api.contracts listsException () |
n/a
|
public class act.web.api.contracts.listsException
|
--> NONE <--
|
- Constructor: public listsException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts listsException`1 () |
n/a
|
public class act.web.api.contracts.listsException`1
|
--> NONE <--
|
- Constructor: public listsException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts listsResponse () |
n/a
|
public class act.web.api.contracts.listsResponse
|
--> NONE <--
|
- Constructor: public listsResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts listsResponse`1 () |
n/a
|
public class act.web.api.contracts.listsResponse`1
|
--> NONE <--
|
- Constructor: public listsResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts LockRequest () |
n/a
|
public class act.web.api.contracts.LockRequest
|
--> NONE <--
|
- Constructor: public LockRequest ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static LockRequest FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Comments { public get; public set; }
- Property: Nullable`1 DelayUntilLock { public get; public set; }
- Property: Nullable`1 Reason { public get; public set; }
|
LockRequestReason () |
n/a
|
public sealed enum act.web.api.contracts.LockRequestReason
                    General = 0,
                    Restore = 1,
                    SchemaChanges = 2,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts LockResult () |
n/a
|
public class act.web.api.contracts.LockResult
|
--> NONE <--
|
- Constructor: public LockResult ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static LockResult FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string ApplyLockIn { public get; public set; }
- Property: string Comments { public get; public set; }
- Property: Nullable`1 Effective { public get; public set; }
- Property: Nullable`1 Issued { public get; public set; }
- Property: string LockType { public get; public set; }
- Property: Nullable`1 LockTypeId { public get; public set; }
- Property: string Reason { public get; public set; }
- Property: Nullable`1 ReasonId { public get; public set; }
- Property: string UserId { public get; public set; }
- Property: string Username { public get; public set; }
|
LockResultLockTypeId () |
n/a
|
public sealed enum act.web.api.contracts.LockResultLockTypeId
                    UNLOCK = 0,
                    PENDING_LOCK = 1,
                    LOCK = 2,
|
--> NONE <--
|
--> NONE <--
|
LockResultReasonId () |
n/a
|
public sealed enum act.web.api.contracts.LockResultReasonId
                    General = 0,
                    Restore = 1,
                    Delete = 2,
                    Repair = 3,
                    SchemaChanges = 4,
                    TierUpgrade = 5,
                    SchemaUpdate = 6,
                    MoveDatabase = 7,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts maintenanceException () |
n/a
|
public class act.web.api.contracts.maintenanceException
|
--> NONE <--
|
- Constructor: public maintenanceException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts maintenanceException`1 () |
n/a
|
public class act.web.api.contracts.maintenanceException`1
|
--> NONE <--
|
- Constructor: public maintenanceException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts maintenanceResponse () |
n/a
|
public class act.web.api.contracts.maintenanceResponse
|
--> NONE <--
|
- Constructor: public maintenanceResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts maintenanceResponse`1 () |
n/a
|
public class act.web.api.contracts.maintenanceResponse`1
|
--> NONE <--
|
- Constructor: public maintenanceResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts MarketingAutomationEmail () |
n/a
|
public class act.web.api.contracts.MarketingAutomationEmail
|
--> NONE <--
|
- Constructor: public MarketingAutomationEmail ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static MarketingAutomationEmail FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Bounced { public get; public set; }
- Property: string CampaignId { public get; public set; }
- Property: string CampaignName { public get; public set; }
- Property: Nullable`1 ClickDate { public get; public set; }
- Property: Nullable`1 Clicks { public get; public set; }
- Property: Nullable`1 Complained { public get; public set; }
- Property: ICollection`1 Contacts { public get; public set; }
- Property: string EmailId { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsPrivate { public get; public set; }
- Property: string JumpUrl { public get; public set; }
- Property: Nullable`1 OpenDate { public get; public set; }
- Property: Nullable`1 Opens { public get; public set; }
- Property: string ReceiverEmail { public get; public set; }
- Property: Nullable`1 SendDate { public get; public set; }
- Property: string SenderEmail { public get; public set; }
- Property: string Subject { public get; public set; }
- Property: Nullable`1 Unsubscribed { public get; public set; }
- Property: string Url { public get; public set; }
|
act.web.api.contracts Mask () |
n/a
|
public class act.web.api.contracts.Mask
|
--> NONE <--
|
- Constructor: public Mask ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Mask FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Country Country { public get; public set; }
- Property: Nullable`1 Default { public get; public set; }
- Property: string Format { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsActive { public get; public set; }
|
act.web.api.contracts metadataException () |
n/a
|
public class act.web.api.contracts.metadataException
|
--> NONE <--
|
- Constructor: public metadataException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts metadataException`1 () |
n/a
|
public class act.web.api.contracts.metadataException`1
|
--> NONE <--
|
- Constructor: public metadataException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts metadataResponse () |
n/a
|
public class act.web.api.contracts.metadataResponse
|
--> NONE <--
|
- Constructor: public metadataResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts metadataResponse`1 () |
n/a
|
public class act.web.api.contracts.metadataResponse`1
|
--> NONE <--
|
- Constructor: public metadataResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts multilanguageException () |
n/a
|
public class act.web.api.contracts.multilanguageException
|
--> NONE <--
|
- Constructor: public multilanguageException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts multilanguageException`1 () |
n/a
|
public class act.web.api.contracts.multilanguageException`1
|
--> NONE <--
|
- Constructor: public multilanguageException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts multilanguageResponse () |
n/a
|
public class act.web.api.contracts.multilanguageResponse
|
--> NONE <--
|
- Constructor: public multilanguageResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts multilanguageResponse`1 () |
n/a
|
public class act.web.api.contracts.multilanguageResponse`1
|
--> NONE <--
|
- Constructor: public multilanguageResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts NewColumn () |
n/a
|
public class act.web.api.contracts.NewColumn
|
--> NONE <--
|
- Constructor: public NewColumn ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static NewColumn FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string ChangeEvent { public get; public set; }
- Property: string DefaultValue { public get; public set; }
- Property: string EnterEvent { public get; public set; }
- Property: string FieldFormat { public get; public set; }
- Property: Nullable`1 IsAllowBlank { public get; public set; }
- Property: Nullable`1 IsPrimary { public get; public set; }
- Property: Nullable`1 IsTracked { public get; public set; }
- Property: string LeaveEvent { public get; public set; }
- Property: Nullable`1 Length { public get; public set; }
- Property: string Name { public get; public set; }
- Property: AssignPicklist Picklist { public get; public set; }
- Property: Nullable`1 Precision { public get; public set; }
- Property: Nullable`1 Scale { public get; public set; }
- Property: NewColumnType Type { public get; public set; }
|
NewColumnType () |
n/a
|
public sealed enum act.web.api.contracts.NewColumnType
                    AnnualEvent = 0,
                    Character = 1,
                    Uppercase = 2,
                    Lowercase = 3,
                    InitialCaps = 4,
                    Date = 5,
                    Time = 6,
                    DateTime = 7,
                    Url = 8,
                    Currency = 9,
                    Decimal = 10,
                    Number = 11,
                    YesNo = 12,
                    Calculated = 13,
                    Picture = 14,
                    Memo = 15,
                    Email = 16,
                    Phone = 17,
                    TinyInt = 18,
                    Geo = 19,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts NewDatabaseRequest () |
n/a
|
public class act.web.api.contracts.NewDatabaseRequest
|
--> NONE <--
|
- Constructor: public NewDatabaseRequest ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static NewDatabaseRequest FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Currency { public get; public set; }
- Property: string DatabaseName { public get; public set; }
- Property: string Password { public get; public set; }
- Property: Nullable`1 Shared { public get; public set; }
- Property: string Username { public get; public set; }
|
act.web.api.contracts NewUser () |
n/a
|
public class act.web.api.contracts.NewUser
|
--> NONE <--
|
- Constructor: public NewUser ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static NewUser FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 CanChangePassword { public get; public set; }
- Property: string FirstName { public get; public set; }
- Property: string FullName { public get; public set; }
- Property: string LastName { public get; public set; }
- Property: string MiddleName { public get; public set; }
- Property: Nullable`1 MustChangePassword { public get; public set; }
- Property: string NamePrefix { public get; public set; }
- Property: string NameSuffix { public get; public set; }
- Property: string Password { public get; public set; }
- Property: Nullable`1 PasswordExpires { public get; public set; }
- Property: ICollection`1 Permissions { public get; public set; }
- Property: string RoleName { public get; public set; }
- Property: string Salutation { public get; public set; }
- Property: Nullable`1 Status { public get; public set; }
- Property: string Username { public get; public set; }
|
NewUserStatus () |
n/a
|
public sealed enum act.web.api.contracts.NewUserStatus
                    Active = 0,
                    Inactive = 1,
                    Deleted = 2,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts Note () |
n/a
|
public class act.web.api.contracts.Note
|
--> NONE <--
|
- Constructor: public Note ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Note FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Attachment Attachment { public get; public set; }
- Property: ICollection`1 Companies { public get; public set; }
- Property: ICollection`1 Contacts { public get; public set; }
- Property: Nullable`1 Created { public get; public set; }
- Property: string CreateUserID { public get; public set; }
- Property: Nullable`1 DisplayDate { public get; public set; }
- Property: Nullable`1 Edited { public get; public set; }
- Property: ICollection`1 Groups { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsPrivate { public get; public set; }
- Property: string ManageUserID { public get; public set; }
- Property: string NoteText { public get; public set; }
- Property: Nullable`1 NoteTypeID { public get; public set; }
- Property: ICollection`1 Opportunities { public get; public set; }
|
act.web.api.contracts notesException () |
n/a
|
public class act.web.api.contracts.notesException
|
--> NONE <--
|
- Constructor: public notesException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts notesException`1 () |
n/a
|
public class act.web.api.contracts.notesException`1
|
--> NONE <--
|
- Constructor: public notesException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts notesResponse () |
n/a
|
public class act.web.api.contracts.notesResponse
|
--> NONE <--
|
- Constructor: public notesResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts notesResponse`1 () |
n/a
|
public class act.web.api.contracts.notesResponse`1
|
--> NONE <--
|
- Constructor: public notesResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts ODataPath () |
n/a
|
public class act.web.api.contracts.ODataPath
|
--> NONE <--
|
- Constructor: public ODataPath ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataPath FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: IEdmType EdmType { public get; public set; }
- Property: IEdmNavigationSource NavigationSource { public get; public set; }
- Property: ICollection`1 Path { public get; public set; }
- Property: string PathTemplate { public get; public set; }
- Property: ICollection`1 Segments { public get; public set; }
|
act.web.api.contracts ODataPathSegment () |
n/a
|
public class act.web.api.contracts.ODataPathSegment
|
--> NONE <--
|
- Constructor: public ODataPathSegment ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataPathSegment FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: IEdmType EdmType { public get; public set; }
- Property: string Identifier { public get; public set; }
|
act.web.api.contracts ODataQueryContext () |
n/a
|
public class act.web.api.contracts.ODataQueryContext
|
--> NONE <--
|
- Constructor: public ODataQueryContext ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryContext FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: DefaultQuerySettings DefaultQuerySettings { public get; public set; }
- Property: string ElementClrType { public get; public set; }
- Property: IEdmType ElementType { public get; public set; }
- Property: IEdmModel Model { public get; public set; }
- Property: IEdmNavigationSource NavigationSource { public get; public set; }
- Property: ODataPath Path { public get; public set; }
- Property: object RequestContainer { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfActivityOccurrence () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfActivityOccurrence
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfActivityOccurrence ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfActivityOccurrence FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfActivitySeries () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfActivitySeries
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfActivitySeries ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfActivitySeries FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfActivityType () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfActivityType
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfActivityType ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfActivityType FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfColumn () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfColumn
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfColumn ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfColumn FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfCompany () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfCompany
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfCompany ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfCompany FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfContact () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfContact
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfContact ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfContact FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfCountry () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfCountry
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfCountry ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfCountry FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfDatabaseBackupInfo () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfDatabaseBackupInfo
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfDatabaseBackupInfo ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfDatabaseBackupInfo FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfDropDownList () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfDropDownList
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfDropDownList ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfDropDownList FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfDropDownPickListItem () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfDropDownPickListItem
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfDropDownPickListItem ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfDropDownPickListItem FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfEntity () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfEntity
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfEntity ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfEntity FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfFeature () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfFeature
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfFeature ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfFeature FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfGroup () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfGroup
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfGroup ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfGroup FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfHistory () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfHistory
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfHistory ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfHistory FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfHistoryType () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfHistoryType
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfHistoryType ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfHistoryType FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfLayout () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfLayout
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfLayout ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfLayout FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfMask () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfMask
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfMask ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfMask FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfNote () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfNote
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfNote ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfNote FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfObject () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfObject
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfObject ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfObject FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfOpportunity () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfOpportunity
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfOpportunity ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfOpportunity FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfOpportunityProduct () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfOpportunityProduct
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfOpportunityProduct ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfOpportunityProduct FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfPermission () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfPermission
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfPermission ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfPermission FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfPickList () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfPickList
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfPickList ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfPickList FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfPreference () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfPreference
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfPreference ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfPreference FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfProcess () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfProcess
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfProcess ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfProcess FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfProduct () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfProduct
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfProduct ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfProduct FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfRegistrationViewModel () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfRegistrationViewModel
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfRegistrationViewModel ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfRegistrationViewModel FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfSchedule () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfSchedule
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfSchedule ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfSchedule FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataQueryOptionsOfStage () |
n/a
|
public class act.web.api.contracts.ODataQueryOptionsOfStage
|
--> NONE <--
|
- Constructor: public ODataQueryOptionsOfStage ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataQueryOptionsOfStage FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ApplyQueryOption Apply { public get; public set; }
- Property: ODataQueryContext Context { public get; public set; }
- Property: CountQueryOption Count { public get; public set; }
- Property: FilterQueryOption Filter { public get; public set; }
- Property: object IfMatch { public get; public set; }
- Property: object IfNoneMatch { public get; public set; }
- Property: OrderByQueryOption OrderBy { public get; public set; }
- Property: ODataRawQueryOptions RawValues { public get; public set; }
- Property: object Request { public get; public set; }
- Property: SelectExpandQueryOption SelectExpand { public get; public set; }
- Property: SkipQueryOption Skip { public get; public set; }
- Property: TopQueryOption Top { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts ODataRawQueryOptions () |
n/a
|
public class act.web.api.contracts.ODataRawQueryOptions
|
--> NONE <--
|
- Constructor: public ODataRawQueryOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ODataRawQueryOptions FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Apply { public get; public set; }
- Property: string Count { public get; public set; }
- Property: string DeltaToken { public get; public set; }
- Property: string Expand { public get; public set; }
- Property: string Filter { public get; public set; }
- Property: string Format { public get; public set; }
- Property: string OrderBy { public get; public set; }
- Property: string Select { public get; public set; }
- Property: string Skip { public get; public set; }
- Property: string SkipToken { public get; public set; }
- Property: string Top { public get; public set; }
|
act.web.api.contracts openedException () |
n/a
|
public class act.web.api.contracts.openedException
|
--> NONE <--
|
- Constructor: public openedException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts openedException`1 () |
n/a
|
public class act.web.api.contracts.openedException`1
|
--> NONE <--
|
- Constructor: public openedException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts openedResponse () |
n/a
|
public class act.web.api.contracts.openedResponse
|
--> NONE <--
|
- Constructor: public openedResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts openedResponse`1 () |
n/a
|
public class act.web.api.contracts.openedResponse`1
|
--> NONE <--
|
- Constructor: public openedResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts opportunitiesException () |
n/a
|
public class act.web.api.contracts.opportunitiesException
|
--> NONE <--
|
- Constructor: public opportunitiesException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts opportunitiesException`1 () |
n/a
|
public class act.web.api.contracts.opportunitiesException`1
|
--> NONE <--
|
- Constructor: public opportunitiesException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts opportunitiesResponse () |
n/a
|
public class act.web.api.contracts.opportunitiesResponse
|
--> NONE <--
|
- Constructor: public opportunitiesResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts opportunitiesResponse`1 () |
n/a
|
public class act.web.api.contracts.opportunitiesResponse`1
|
--> NONE <--
|
- Constructor: public opportunitiesResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts Opportunity () |
n/a
|
public class act.web.api.contracts.Opportunity
|
--> NONE <--
|
- Constructor: public Opportunity ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Opportunity FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 ActualCloseDate { public get; public set; }
- Property: ICollection`1 Companies { public get; public set; }
- Property: string Competitor { public get; public set; }
- Property: string ContactNames { public get; public set; }
- Property: ICollection`1 Contacts { public get; public set; }
- Property: Nullable`1 Created { public get; public set; }
- Property: string Creator { public get; public set; }
- Property: IDictionary`2 CustomFields { public get; public set; }
- Property: Nullable`1 DaysOpen { public get; public set; }
- Property: Nullable`1 Edited { public get; public set; }
- Property: string EditedBy { public get; public set; }
- Property: Nullable`1 EstimatedCloseDate { public get; public set; }
- Property: Nullable`1 GrossMargin { public get; public set; }
- Property: ICollection`1 Groups { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsPrivate { public get; public set; }
- Property: string Manager { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Nullable`1 OpenDate { public get; public set; }
- Property: Nullable`1 Probability { public get; public set; }
- Property: Nullable`1 ProductTotal { public get; public set; }
- Property: string Reason { public get; public set; }
- Property: string RecordManager { public get; public set; }
- Property: string RecordOwner { public get; public set; }
- Property: Nullable`1 RelatedEntitiesResolver { public get; public set; }
- Property: string Source { public get; public set; }
- Property: string SourceId { public get; public set; }
- Property: Stage Stage { public get; public set; }
- Property: Nullable`1 Status { public get; public set; }
- Property: Nullable`1 TotalPerCompany { public get; public set; }
- Property: Nullable`1 TotalPerContact { public get; public set; }
- Property: Nullable`1 TotalPerGroup { public get; public set; }
- Property: Nullable`1 WeightedTotal { public get; public set; }
|
act.web.api.contracts opportunityException () |
n/a
|
public class act.web.api.contracts.opportunityException
|
--> NONE <--
|
- Constructor: public opportunityException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts opportunityException`1 () |
n/a
|
public class act.web.api.contracts.opportunityException`1
|
--> NONE <--
|
- Constructor: public opportunityException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts OpportunityPipelineViewSettings () |
n/a
|
public class act.web.api.contracts.OpportunityPipelineViewSettings
|
--> NONE <--
|
- Constructor: public OpportunityPipelineViewSettings ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static OpportunityPipelineViewSettings FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: CurrencySettings CurrencySettings { public get; public set; }
- Property: string FilterPreferences { public get; public set; }
- Property: Nullable`1 FiscalYearStartMonth { public get; public set; }
- Property: string UserId { public get; public set; }
|
act.web.api.contracts OpportunityProduct () |
n/a
|
public class act.web.api.contracts.OpportunityProduct
|
--> NONE <--
|
- Constructor: public OpportunityProduct ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static OpportunityProduct FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Cost { public get; public set; }
- Property: Nullable`1 Created { public get; public set; }
- Property: Nullable`1 CreateDate { public get; public set; }
- Property: IDictionary`2 CustomFields { public get; public set; }
- Property: Nullable`1 Discount { public get; public set; }
- Property: Nullable`1 DiscountPrice { public get; public set; }
- Property: Nullable`1 EditDate { public get; public set; }
- Property: Nullable`1 Edited { public get; public set; }
- Property: string EditedBy { public get; public set; }
- Property: string Id { public get; public set; }
- Property: string ItemNumber { public get; public set; }
- Property: string Name { public get; public set; }
- Property: string OpportunityID { public get; public set; }
- Property: Nullable`1 Price { public get; public set; }
- Property: string ProductID { public get; public set; }
- Property: Nullable`1 Quantity { public get; public set; }
- Property: string RecordManager { public get; public set; }
- Property: string RecordOwner { public get; public set; }
- Property: Nullable`1 Total { public get; public set; }
|
act.web.api.contracts opportunityResponse () |
n/a
|
public class act.web.api.contracts.opportunityResponse
|
--> NONE <--
|
- Constructor: public opportunityResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts opportunityResponse`1 () |
n/a
|
public class act.web.api.contracts.opportunityResponse`1
|
--> NONE <--
|
- Constructor: public opportunityResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts OpportunityStageCount () |
n/a
|
public class act.web.api.contracts.OpportunityStageCount
|
--> NONE <--
|
- Constructor: public OpportunityStageCount ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static OpportunityStageCount FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Count { public get; public set; }
- Property: Nullable`1 Ordinal { public get; public set; }
- Property: string StageId { public get; public set; }
- Property: string StageName { public get; public set; }
- Property: Nullable`1 Value { public get; public set; }
|
OpportunityStatus () |
n/a
|
public sealed enum act.web.api.contracts.OpportunityStatus
                    Open = 0,
                    Won = 1,
                    Lost = 2,
                    Inactive = 3,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts OrderByClause () |
n/a
|
public class act.web.api.contracts.OrderByClause
|
--> NONE <--
|
- Constructor: public OrderByClause ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static OrderByClause FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Direction { public get; public set; }
- Property: SingleValueNode Expression { public get; public set; }
- Property: IEdmTypeReference ItemType { public get; public set; }
- Property: RangeVariable RangeVariable { public get; public set; }
- Property: OrderByClause ThenBy { public get; public set; }
|
OrderByClauseDirection () |
n/a
|
public sealed enum act.web.api.contracts.OrderByClauseDirection
                    Ascending = 0,
                    Descending = 1,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts OrderByNode () |
n/a
|
public class act.web.api.contracts.OrderByNode
|
--> NONE <--
|
- Constructor: public OrderByNode ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static OrderByNode FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Direction { public get; public set; }
|
OrderByNodeDirection () |
n/a
|
public sealed enum act.web.api.contracts.OrderByNodeDirection
                    Ascending = 0,
                    Descending = 1,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts OrderByQueryOption () |
n/a
|
public class act.web.api.contracts.OrderByQueryOption
|
--> NONE <--
|
- Constructor: public OrderByQueryOption ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static OrderByQueryOption FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ODataQueryContext Context { public get; public set; }
- Property: OrderByClause OrderByClause { public get; public set; }
- Property: ICollection`1 OrderByNodes { public get; public set; }
- Property: string RawValue { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts organizersException () |
n/a
|
public class act.web.api.contracts.organizersException
|
--> NONE <--
|
- Constructor: public organizersException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts organizersException`1 () |
n/a
|
public class act.web.api.contracts.organizersException`1
|
--> NONE <--
|
- Constructor: public organizersException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts organizersResponse () |
n/a
|
public class act.web.api.contracts.organizersResponse
|
--> NONE <--
|
- Constructor: public organizersResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts organizersResponse`1 () |
n/a
|
public class act.web.api.contracts.organizersResponse`1
|
--> NONE <--
|
- Constructor: public organizersResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts PeriodicRevenue () |
n/a
|
public class act.web.api.contracts.PeriodicRevenue
|
--> NONE <--
|
- Constructor: public PeriodicRevenue ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static PeriodicRevenue FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Cost { public get; public set; }
- Property: Nullable`1 OppCount { public get; public set; }
- Property: string PeriodName { public get; public set; }
- Property: Nullable`1 Revenue { public get; public set; }
|
act.web.api.contracts PeriodicRevenueArgs () |
n/a
|
public class act.web.api.contracts.PeriodicRevenueArgs
|
--> NONE <--
|
- Constructor: public PeriodicRevenueArgs ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static PeriodicRevenueArgs FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 End { public get; public set; }
- Property: Nullable`1 FiscalYearStart { public get; public set; }
- Property: Nullable`1 Interval { public get; public set; }
- Property: Nullable`1 Start { public get; public set; }
|
PeriodicRevenueArgsInterval () |
n/a
|
public sealed enum act.web.api.contracts.PeriodicRevenueArgsInterval
                    Daily = 0,
                    Weekly = 1,
                    Monthly = 2,
                    Quarterly = 3,
                    Yearly = 4,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts Permission () |
n/a
|
public class act.web.api.contracts.Permission
|
--> NONE <--
|
- Constructor: public Permission ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Permission FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Alias { public get; public set; }
- Property: string Id { public get; public set; }
|
act.web.api.contracts phonenumberException () |
n/a
|
public class act.web.api.contracts.phonenumberException
|
--> NONE <--
|
- Constructor: public phonenumberException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts phonenumberException`1 () |
n/a
|
public class act.web.api.contracts.phonenumberException`1
|
--> NONE <--
|
- Constructor: public phonenumberException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts phonenumberResponse () |
n/a
|
public class act.web.api.contracts.phonenumberResponse
|
--> NONE <--
|
- Constructor: public phonenumberResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts phonenumberResponse`1 () |
n/a
|
public class act.web.api.contracts.phonenumberResponse`1
|
--> NONE <--
|
- Constructor: public phonenumberResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts PickList () |
n/a
|
public class act.web.api.contracts.PickList
|
--> NONE <--
|
- Constructor: public PickList ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static PickList FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Created { public get; public set; }
- Property: string Description { public get; public set; }
- Property: Nullable`1 Edited { public get; public set; }
- Property: ICollection`1 Fields { public get; public set; }
- Property: string Id { public get; public set; }
- Property: string Name { public get; public set; }
- Property: string RecordType { public get; public set; }
|
act.web.api.contracts PickListInfo () |
n/a
|
public class act.web.api.contracts.PickListInfo
|
--> NONE <--
|
- Constructor: public PickListInfo ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static PickListInfo FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Description { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsLimitToList { public get; public set; }
- Property: Nullable`1 IsMultiSelect { public get; public set; }
- Property: Nullable`1 IsTypeAhead { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Nullable`1 ShowDescription { public get; public set; }
|
act.web.api.contracts picklistsException () |
n/a
|
public class act.web.api.contracts.picklistsException
|
--> NONE <--
|
- Constructor: public picklistsException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts picklistsException`1 () |
n/a
|
public class act.web.api.contracts.picklistsException`1
|
--> NONE <--
|
- Constructor: public picklistsException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts picklistsResponse () |
n/a
|
public class act.web.api.contracts.picklistsResponse
|
--> NONE <--
|
- Constructor: public picklistsResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts picklistsResponse`1 () |
n/a
|
public class act.web.api.contracts.picklistsResponse`1
|
--> NONE <--
|
- Constructor: public picklistsResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts PipelineOpportunity () |
n/a
|
public class act.web.api.contracts.PipelineOpportunity
|
--> NONE <--
|
- Constructor: public PipelineOpportunity ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static PipelineOpportunity FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string CompanyName { public get; public set; }
- Property: Nullable`1 ContactCount { public get; public set; }
- Property: string ContactName { public get; public set; }
- Property: Nullable`1 EstCloseDate { public get; public set; }
- Property: string Id { public get; public set; }
- Property: string Name { public get; public set; }
- Property: string StageId { public get; public set; }
- Property: string StageName { public get; public set; }
- Property: Nullable`1 TotalValue { public get; public set; }
- Property: Nullable`1 WeightedValue { public get; public set; }
|
act.web.api.contracts Preference () |
n/a
|
public class act.web.api.contracts.Preference
|
--> NONE <--
|
- Constructor: public Preference ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Preference FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Id { public get; public set; }
- Property: string Name { public get; public set; }
- Property: object Value { public get; public set; }
|
act.web.api.contracts Process () |
n/a
|
public class act.web.api.contracts.Process
|
--> NONE <--
|
- Constructor: public Process ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Process FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Description { public get; public set; }
- Property: string Id { public get; public set; }
- Property: string Name { public get; public set; }
|
act.web.api.contracts processesException () |
n/a
|
public class act.web.api.contracts.processesException
|
--> NONE <--
|
- Constructor: public processesException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts processesException`1 () |
n/a
|
public class act.web.api.contracts.processesException`1
|
--> NONE <--
|
- Constructor: public processesException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts processesResponse () |
n/a
|
public class act.web.api.contracts.processesResponse
|
--> NONE <--
|
- Constructor: public processesResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts processesResponse`1 () |
n/a
|
public class act.web.api.contracts.processesResponse`1
|
--> NONE <--
|
- Constructor: public processesResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts Product () |
n/a
|
public class act.web.api.contracts.Product
|
--> NONE <--
|
- Constructor: public Product ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Product FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Cost { public get; public set; }
- Property: Nullable`1 CreateDate { public get; public set; }
- Property: Nullable`1 EditDate { public get; public set; }
- Property: string Id { public get; public set; }
- Property: string ItemNumber { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Nullable`1 Price { public get; public set; }
|
act.web.api.contracts RangeVariable () |
n/a
|
public class act.web.api.contracts.RangeVariable
|
--> NONE <--
|
- Constructor: public RangeVariable ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static RangeVariable FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Kind { public get; public set; }
- Property: string Name { public get; public set; }
- Property: IEdmTypeReference TypeReference { public get; public set; }
|
act.web.api.contracts RecurDay () |
n/a
|
public class act.web.api.contracts.RecurDay
|
--> NONE <--
|
- Constructor: public RecurDay ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static RecurDay FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 DayAsInt { public get; public set; }
- Property: ICollection`1 DaysOfWeek { public get; public set; }
- Property: Nullable`1 DayType { public get; public set; }
- Property: Nullable`1 Ordinal { public get; public set; }
- Property: Nullable`1 TypedDay { public get; public set; }
|
RecurDayDayType () |
n/a
|
public sealed enum act.web.api.contracts.RecurDayDayType
                    None = 0,
                    Numbered = 1,
                    Named = 2,
                    Typed = 3,
|
--> NONE <--
|
--> NONE <--
|
RecurDayOrdinal () |
n/a
|
public sealed enum act.web.api.contracts.RecurDayOrdinal
                    None = 0,
                    First = 1,
                    Second = 2,
                    Third = 3,
                    Fourth = 4,
                    Last = 5,
|
--> NONE <--
|
--> NONE <--
|
RecurDayTypedDay () |
n/a
|
public sealed enum act.web.api.contracts.RecurDayTypedDay
                    None = 0,
                    Day = 1,
                    Weekday = 2,
                    WeekendDay = 3,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts RecurSpec () |
n/a
|
public class act.web.api.contracts.RecurSpec
|
--> NONE <--
|
- Constructor: public RecurSpec ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static RecurSpec FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: RecurDay Day { public get; public set; }
- Property: Nullable`1 Frequency { public get; public set; }
- Property: Nullable`1 IsEndless { public get; public set; }
- Property: Nullable`1 Month { public get; public set; }
- Property: Nullable`1 RecurType { public get; public set; }
- Property: Nullable`1 SeriesEnd { public get; public set; }
- Property: Nullable`1 SeriesStart { public get; public set; }
|
RecurSpecRecurType () |
n/a
|
public sealed enum act.web.api.contracts.RecurSpecRecurType
                    None = 0,
                    Daily = 1,
                    Weekly = 2,
                    Monthly = 3,
                    Yearly = 4,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts RegistrationViewModel () |
n/a
|
public class act.web.api.contracts.RegistrationViewModel
|
--> NONE <--
|
- Constructor: public RegistrationViewModel ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static RegistrationViewModel FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string CallbackToken { public get; public set; }
- Property: string CallbackUrl { public get; public set; }
- Property: Nullable`1 Created { public get; public set; }
- Property: string Database { public get; public set; }
- Property: string Description { public get; public set; }
- Property: Nullable`1 Edited { public get; public set; }
- Property: Nullable`1 FailedAttempts { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 LastNotificationSent { public get; public set; }
- Property: Nullable`1 Monitor { public get; public set; }
- Property: string MonitorName { public get; public set; }
- Property: string Name { public get; public set; }
- Property: string QueryOption { public get; public set; }
- Property: string ResourceUrl { public get; public set; }
- Property: string Server { public get; public set; }
- Property: Nullable`1 Suspended { public get; public set; }
- Property: Nullable`1 TriggerEvent { public get; public set; }
- Property: string UserId { public get; public set; }
- Property: string Username { public get; public set; }
|
RegistrationViewModelMonitor () |
n/a
|
public sealed enum act.web.api.contracts.RegistrationViewModelMonitor
                    Activities = 0,
                    Companies = 1,
                    Contacts = 2,
                    Fields = 3,
                    Groups = 4,
                    History = 5,
                    Opportunities = 6,
                    Products = 7,
                    Custom = 8,
|
--> NONE <--
|
--> NONE <--
|
RegistrationViewModelTriggerEvent () |
n/a
|
public sealed enum act.web.api.contracts.RegistrationViewModelTriggerEvent
                    Alarms = 0,
                    Created = 1,
                    Updated = 2,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts revenueException () |
n/a
|
public class act.web.api.contracts.revenueException
|
--> NONE <--
|
- Constructor: public revenueException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts revenueException`1 () |
n/a
|
public class act.web.api.contracts.revenueException`1
|
--> NONE <--
|
- Constructor: public revenueException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts revenueResponse () |
n/a
|
public class act.web.api.contracts.revenueResponse
|
--> NONE <--
|
- Constructor: public revenueResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts revenueResponse`1 () |
n/a
|
public class act.web.api.contracts.revenueResponse`1
|
--> NONE <--
|
- Constructor: public revenueResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts SalesByProduct () |
n/a
|
public class act.web.api.contracts.SalesByProduct
|
--> NONE <--
|
- Constructor: public SalesByProduct ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static SalesByProduct FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Percent { public get; public set; }
- Property: string ProductId { public get; public set; }
- Property: string ProductName { public get; public set; }
- Property: Nullable`1 Revenue { public get; public set; }
|
act.web.api.contracts SalesByProductDetail () |
n/a
|
public class act.web.api.contracts.SalesByProductDetail
|
--> NONE <--
|
- Constructor: public SalesByProductDetail ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static SalesByProductDetail FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 ClosedDate { public get; public set; }
- Property: string OppName { public get; public set; }
- Property: string ProductName { public get; public set; }
- Property: Nullable`1 ProductValue { public get; public set; }
|
act.web.api.contracts SalesByRep () |
n/a
|
public class act.web.api.contracts.SalesByRep
|
--> NONE <--
|
- Constructor: public SalesByRep ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static SalesByRep FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 CountPercent { public get; public set; }
- Property: Nullable`1 OppCount { public get; public set; }
- Property: Nullable`1 Revenue { public get; public set; }
- Property: Nullable`1 RevenuePercent { public get; public set; }
- Property: string SalesRep { public get; public set; }
|
act.web.api.contracts SalesByRepDetail () |
n/a
|
public class act.web.api.contracts.SalesByRepDetail
|
--> NONE <--
|
- Constructor: public SalesByRepDetail ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static SalesByRepDetail FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 ClosedDate { public get; public set; }
- Property: string OppName { public get; public set; }
- Property: Nullable`1 OppValue { public get; public set; }
- Property: string RepName { public get; public set; }
|
act.web.api.contracts Schedule () |
n/a
|
public class act.web.api.contracts.Schedule
|
--> NONE <--
|
- Constructor: public Schedule ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Schedule FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Date { public get; public set; }
- Property: ICollection`1 Items { public get; public set; }
- Property: Nullable`1 Total { public get; public set; }
- Property: Nullable`1 TotalActivities { public get; public set; }
- Property: Nullable`1 TotalHistories { public get; public set; }
|
act.web.api.contracts ScheduledItems () |
n/a
|
public class act.web.api.contracts.ScheduledItems
|
--> NONE <--
|
- Constructor: public ScheduledItems ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ScheduledItems FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Details { public get; public set; }
- Property: Nullable`1 Duration { public get; public set; }
- Property: string DurationDisplay { public get; public set; }
- Property: Nullable`1 EndTime { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 IsPrivate { public get; public set; }
- Property: Nullable`1 RecordType { public get; public set; }
- Property: Nullable`1 StartTime { public get; public set; }
- Property: string Title { public get; public set; }
|
ScheduledItemsRecordType () |
n/a
|
public sealed enum act.web.api.contracts.ScheduledItemsRecordType
                    Activity = 0,
                    History = 1,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts SelectExpandClause () |
n/a
|
public class act.web.api.contracts.SelectExpandClause
|
--> NONE <--
|
- Constructor: public SelectExpandClause ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static SelectExpandClause FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 AllSelected { public get; public set; }
- Property: ICollection`1 SelectedItems { public get; public set; }
|
act.web.api.contracts SelectExpandQueryOption () |
n/a
|
public class act.web.api.contracts.SelectExpandQueryOption
|
--> NONE <--
|
- Constructor: public SelectExpandQueryOption ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static SelectExpandQueryOption FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ODataQueryContext Context { public get; public set; }
- Property: Nullable`1 LevelsMaxLiteralExpansionDepth { public get; public set; }
- Property: string RawExpand { public get; public set; }
- Property: string RawSelect { public get; public set; }
- Property: SelectExpandClause SelectExpandClause { public get; public set; }
- Property: object Validator { public get; public set; }
|
act.web.api.contracts settingsException () |
n/a
|
public class act.web.api.contracts.settingsException
|
--> NONE <--
|
- Constructor: public settingsException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts settingsException`1 () |
n/a
|
public class act.web.api.contracts.settingsException`1
|
--> NONE <--
|
- Constructor: public settingsException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts settingsResponse () |
n/a
|
public class act.web.api.contracts.settingsResponse
|
--> NONE <--
|
- Constructor: public settingsResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts settingsResponse`1 () |
n/a
|
public class act.web.api.contracts.settingsResponse`1
|
--> NONE <--
|
- Constructor: public settingsResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts SingleValueNode () |
n/a
|
public class act.web.api.contracts.SingleValueNode
|
--> NONE <--
|
- Constructor: public SingleValueNode ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static SingleValueNode FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Kind { public get; public set; }
- Property: IEdmTypeReference TypeReference { public get; public set; }
|
SingleValueNodeKind () |
n/a
|
public sealed enum act.web.api.contracts.SingleValueNodeKind
                    None = 0,
                    Constant = 1,
                    Convert = 2,
                    NonResourceRangeVariableReference = 3,
                    BinaryOperator = 4,
                    UnaryOperator = 5,
                    SingleValuePropertyAccess = 6,
                    CollectionPropertyAccess = 7,
                    SingleValueFunctionCall = 8,
                    Any = 9,
                    CollectionNavigationNode = 10,
                    SingleNavigationNode = 11,
                    SingleValueOpenPropertyAccess = 12,
                    SingleResourceCast = 13,
                    All = 14,
                    CollectionResourceCast = 15,
                    ResourceRangeVariableReference = 16,
                    SingleResourceFunctionCall = 17,
                    CollectionFunctionCall = 18,
                    CollectionResourceFunctionCall = 19,
                    NamedFunctionParameter = 20,
                    ParameterAlias = 21,
                    EntitySet = 22,
                    KeyLookup = 23,
                    SearchTerm = 24,
                    CollectionOpenPropertyAccess = 25,
                    CollectionComplexNode = 26,
                    SingleComplexNode = 27,
                    Count = 28,
                    SingleValueCast = 29,
                    CollectionPropertyNode = 30,
                    AggregatedCollectionPropertyNode = 31,
                    In = 32,
                    CollectionConstant = 33,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts SkipQueryOption () |
n/a
|
public class act.web.api.contracts.SkipQueryOption
|
--> NONE <--
|
- Constructor: public SkipQueryOption ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static SkipQueryOption FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ODataQueryContext Context { public get; public set; }
- Property: string RawValue { public get; public set; }
- Property: object Validator { public get; public set; }
- Property: Nullable`1 Value { public get; public set; }
|
act.web.api.contracts Stage () |
n/a
|
public class act.web.api.contracts.Stage
|
--> NONE <--
|
- Constructor: public Stage ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Stage FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string Description { public get; public set; }
- Property: string Id { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Nullable`1 Number { public get; public set; }
- Property: Nullable`1 Probability { public get; public set; }
- Property: Process Process { public get; public set; }
|
Status () |
n/a
|
public sealed enum act.web.api.contracts.Status
                    Open = 0,
                    Won = 1,
                    Lost = 2,
                    Inactive = 3,
|
--> NONE <--
|
--> NONE <--
|
Status2 () |
n/a
|
public sealed enum act.web.api.contracts.Status2
                    Open = 0,
                    Won = 1,
                    Lost = 2,
                    Inactive = 3,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts SystemInfo () |
n/a
|
public class act.web.api.contracts.SystemInfo
|
--> NONE <--
|
- Constructor: public SystemInfo ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static SystemInfo FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string ApiVersion { public get; public set; }
- Property: string SdkVersion { public get; public set; }
|
act.web.api.contracts teamsException () |
n/a
|
public class act.web.api.contracts.teamsException
|
--> NONE <--
|
- Constructor: public teamsException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts teamsException`1 () |
n/a
|
public class act.web.api.contracts.teamsException`1
|
--> NONE <--
|
- Constructor: public teamsException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts teamsResponse () |
n/a
|
public class act.web.api.contracts.teamsResponse
|
--> NONE <--
|
- Constructor: public teamsResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts teamsResponse`1 () |
n/a
|
public class act.web.api.contracts.teamsResponse`1
|
--> NONE <--
|
- Constructor: public teamsResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts TimeInStage () |
n/a
|
public class act.web.api.contracts.TimeInStage
|
--> NONE <--
|
- Constructor: public TimeInStage ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static TimeInStage FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 AvgDays { public get; public set; }
- Property: string StageId { public get; public set; }
- Property: string StageName { public get; public set; }
|
act.web.api.contracts TopQueryOption () |
n/a
|
public class act.web.api.contracts.TopQueryOption
|
--> NONE <--
|
- Constructor: public TopQueryOption ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static TopQueryOption FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: ODataQueryContext Context { public get; public set; }
- Property: string RawValue { public get; public set; }
- Property: object Validator { public get; public set; }
- Property: Nullable`1 Value { public get; public set; }
|
act.web.api.contracts TransformationNode () |
n/a
|
public class act.web.api.contracts.TransformationNode
|
--> NONE <--
|
- Constructor: public TransformationNode ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static TransformationNode FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Kind { public get; public set; }
|
TransformationNodeKind () |
n/a
|
public sealed enum act.web.api.contracts.TransformationNodeKind
                    Aggregate = 0,
                    GroupBy = 1,
                    Filter = 2,
                    Compute = 3,
                    Expand = 4,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts UserActivityCount () |
n/a
|
public class act.web.api.contracts.UserActivityCount
|
--> NONE <--
|
- Constructor: public UserActivityCount ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static UserActivityCount FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 ActivityCount { public get; public set; }
- Property: string UserId { public get; public set; }
- Property: string UserName { public get; public set; }
|
act.web.api.contracts UserActivityDetail () |
n/a
|
public class act.web.api.contracts.UserActivityDetail
|
--> NONE <--
|
- Constructor: public UserActivityDetail ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static UserActivityDetail FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string ActivityId { public get; public set; }
- Property: string ContactName { public get; public set; }
- Property: string Location { public get; public set; }
- Property: string Regarding { public get; public set; }
- Property: Nullable`1 StartTime { public get; public set; }
- Property: string Type { public get; public set; }
- Property: string UserName { public get; public set; }
|
act.web.api.contracts UserInfo () |
n/a
|
public class act.web.api.contracts.UserInfo
|
--> NONE <--
|
- Constructor: public UserInfo ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static UserInfo FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string DisplayName { public get; public set; }
- Property: string Email { public get; public set; }
- Property: string FirstName { public get; public set; }
- Property: string Id { public get; public set; }
- Property: Nullable`1 LastLogOnDate { public get; public set; }
- Property: string LastName { public get; public set; }
- Property: string Status { public get; public set; }
- Property: string Username { public get; public set; }
|
act.web.api.contracts usersException () |
n/a
|
public class act.web.api.contracts.usersException
|
--> NONE <--
|
- Constructor: public usersException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts usersException`1 () |
n/a
|
public class act.web.api.contracts.usersException`1
|
--> NONE <--
|
- Constructor: public usersException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts usersResponse () |
n/a
|
public class act.web.api.contracts.usersResponse
|
--> NONE <--
|
- Constructor: public usersResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts usersResponse`1 () |
n/a
|
public class act.web.api.contracts.usersResponse`1
|
--> NONE <--
|
- Constructor: public usersResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts WebhookRequest () |
n/a
|
public class act.web.api.contracts.WebhookRequest
|
--> NONE <--
|
- Constructor: public WebhookRequest ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static WebhookRequest FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: string CallbackToken { public get; public set; }
- Property: string CallbackUrl { public get; public set; }
- Property: string CertHashString { public get; public set; }
- Property: string Description { public get; public set; }
- Property: Nullable`1 Monitor { public get; public set; }
- Property: string MonitorName { public get; public set; }
- Property: string QueryOption { public get; public set; }
- Property: Nullable`1 TriggerEvent { public get; public set; }
|
WebhookRequestMonitor () |
n/a
|
public sealed enum act.web.api.contracts.WebhookRequestMonitor
                    Activities = 0,
                    Companies = 1,
                    Contacts = 2,
                    Fields = 3,
                    Groups = 4,
                    History = 5,
                    Opportunities = 6,
                    Products = 7,
                    Custom = 8,
|
--> NONE <--
|
--> NONE <--
|
WebhookRequestTriggerEvent () |
n/a
|
public sealed enum act.web.api.contracts.WebhookRequestTriggerEvent
                    Alarms = 0,
                    Created = 1,
                    Updated = 2,
|
--> NONE <--
|
--> NONE <--
|
act.web.api.contracts webhooksException () |
n/a
|
public class act.web.api.contracts.webhooksException
|
--> NONE <--
|
- Constructor: public webhooksException (string message, int statusCode, string response, Dictionary`2 headers, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts webhooksException`1 () |
n/a
|
public class act.web.api.contracts.webhooksException`1
|
--> NONE <--
|
- Constructor: public webhooksException`1 (string message, int statusCode, string response, Dictionary`2 headers, TResult result, Exception innerException)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: Dictionary`2 Headers { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: string Response { public get; }
- Property: TResult Result { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: int StatusCode { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
act.web.api.contracts webhooksResponse () |
n/a
|
public class act.web.api.contracts.webhooksResponse
|
--> NONE <--
|
- Constructor: public webhooksResponse (int statusCode, Dictionary`2 headers)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts webhooksResponse`1 () |
n/a
|
public class act.web.api.contracts.webhooksResponse`1
|
--> NONE <--
|
- Constructor: public webhooksResponse`1 (int statusCode, Dictionary`2 headers, TResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Dictionary`2 Headers { public get; }
- Property: TResult Result { public get; }
- Property: int StatusCode { public get; }
|
act.web.api.contracts WonLostMetrics () |
n/a
|
public class act.web.api.contracts.WonLostMetrics
|
--> NONE <--
|
- Constructor: public WonLostMetrics ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static WonLostMetrics FromJson (string data)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public string ToJson ()
- Method (i): public virtual string ToString ()
- Property: Nullable`1 Count { public get; public set; }
- Property: Nullable`1 CountPercent { public get; public set; }
- Property: Nullable`1 Revenue { public get; public set; }
- Property: Nullable`1 RevenuePercent { public get; public set; }
- Property: string Status { public get; public set; }
|
ActOutlookAddIn LogEntry () |
n/a
|
public class ActOutlookAddIn.LogEntry
|
--> NONE <--
|
- Constructor: public LogEntry ()
- Field: public ApartmentState apartmentState
- Field: public int currentWin32ThreadId
- Field: public bool isBackground
- Field: public bool isThreadPoolThread
- Field: public int managedThreadId
- Field: public string source
- Field: public string text
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
ActOutlookAddIn Logger () |
n/a
|
public class ActOutlookAddIn.Logger
|
--> NONE <--
|
- Constructor: public Logger ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static int GetCurrentWin32ThreadId ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Method: public void WriteDebug (string source, string text)
|