Changes in act.webapi from v221 (Version 4.0.30319.42000)<br> to v23 (Version 4.0.30319.42000)

Changes in act.webapi from v221 (Version 4.0.30319.42000)
to v23 (Version 4.0.30319.42000)

Removed Added
Act.WebAPI ActWebApiConfiguration ()
n/a public class Act.WebAPI.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: public bool IsInitialized ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void OpenPAD (string padFile, out string dbName, out string hostMachine)
  • 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.WebAPI ApiResponse ()
n/a public class Act.WebAPI.ApiResponse
--> NONE <--
  • Constructor: public ApiResponse (HttpResponseMessage response)
  • Constructor: public ApiResponse (HttpStatusCode statusCode)
  • 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: HttpStatusCode StatusCode { public get; }
Act.WebAPI ApiResponse`1 ()
n/a public class Act.WebAPI.ApiResponse`1
--> NONE <--
  • Constructor: public ApiResponse`1 (HttpResponseMessage response, TResult result)
  • Constructor: public ApiResponse`1 (HttpResponseMessage response, TResult result, int pages)
  • Constructor: public ApiResponse`1 (HttpStatusCode statusCode)
  • 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 Pages { public get; }
  • Property: string RawData { public get; public set; }
  • Property: TResult Result { public get; }
  • Property: HttpStatusCode StatusCode { public get; }
Act.WebAPI Assert ()
n/a public abstract sealed class Act.WebAPI.Assert
--> 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: public static void ThowIfNullArg (object value, string paramName)
  • Method (i): public virtual string ToString ()
Act.WebAPI AuthenticationTokenHandler ()
n/a public class Act.WebAPI.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.WebAPI DateTimeConverter ()
n/a public class Act.WebAPI.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.WebAPI ILogSupport ()
n/a public interface Act.WebAPI.ILogSupport
--> NONE <--
  • Method: void BeginMethod (string typeName, string methodName)
  • Method: void EndMethod (string typeName, string methodName)
  • Method: void LogDebug (string message)
  • Method: void LogError (Exception exception, string method)
Act.WebAPI QueryOptions ()
n/a public class Act.WebAPI.QueryOptions
--> NONE <--
  • Constructor: public QueryOptions ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public string GetODataQueryString ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string Filter { public get; public set; }
  • Property: string OrderBy { public get; public set; }
  • Property: string Select { public get; public set; }
  • Property: int Skip { public get; public set; }
  • Property: int Top { public get; public set; }
Act.WebAPI TypeExtensions ()
n/a public abstract sealed class Act.WebAPI.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.WebAPI Utilities ()
n/a public class Act.WebAPI.Utilities
--> NONE <--
  • Constructor: public Utilities ()
  • 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 static string HKCUSOFTWARE_KeyValue (string path, string value)
  • Method: public static void HKCUSOFTWARE_SetKeyValue (string key, string value)
  • Method: public static string HKLMSOFTWARE_KeyValue (string path, string value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
Act.WebAPI.Contracts ActivityOccurrence ()
n/a public class Act.WebAPI.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.WebAPI.Contracts ActivitySeries ()
n/a public class Act.WebAPI.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.WebAPI.Contracts ActivityType ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Address ()
n/a public class Act.WebAPI.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.WebAPI.Contracts AssignPicklist ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Attachment ()
n/a public class Act.WebAPI.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.WebAPI.Contracts CampaignInfo ()
n/a public class Act.WebAPI.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.WebAPI.Contracts CampaignLeadInfo ()
n/a public class Act.WebAPI.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.WebAPI.Contracts CampaignResult ()
n/a public class Act.WebAPI.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.WebAPI.Contracts ClearActivity ()
n/a public class Act.WebAPI.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.WebAPI.Contracts CloseReasonCount ()
n/a public class Act.WebAPI.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.WebAPI.Contracts CloseReasonDetails ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Column ()
n/a public class Act.WebAPI.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.WebAPI.Contracts ColumnBindings ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Company ()
n/a public class Act.WebAPI.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.WebAPI.Contracts ConfigurationDefinition ()
n/a public class Act.WebAPI.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.WebAPI.Contracts ConfigurationSettings ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Contact ()
n/a public class Act.WebAPI.Contracts.Contact
--> NONE <--
  • Constructor: public Contact ()
  • Event: public event PropertyChangedEventHandler PropertyChanged
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public static Contact FromJson (string data)
  • Method: public ExtendedPropertiesDictionary GetExtendedProperties ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void OnPropertyChanged (string propertyName)
  • Method: public void SetExtendedFields (string data)
  • Method: public string ToJson ()
  • Method: public override 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.WebAPI.Contracts ContactCountByLocation ()
n/a public class Act.WebAPI.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.WebAPI.Contracts ConvertContact ()
n/a public class Act.WebAPI.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.WebAPI.Contracts.ConvertContactStatus
                    Active = 0,
                    Inactive = 1,
                    Deleted = 2,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts Country ()
n/a public class Act.WebAPI.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.WebAPI.Contracts CreateDropDownList ()
n/a public class Act.WebAPI.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.WebAPI.Contracts.CreateDropDownListType
                    Character = 0,
                    Currency = 1,
                    Number = 2,
                    Decimal = 3,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts Currency ()
n/a public class Act.WebAPI.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.WebAPI.Contracts CurrencySettings ()
n/a public class Act.WebAPI.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.WebAPI.Contracts CustomData ()
n/a public class Act.WebAPI.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.WebAPI.Contracts CustomEntity ()
n/a public class Act.WebAPI.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.WebAPI.Contracts DatabaseBackupInfo ()
n/a public class Act.WebAPI.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.WebAPI.Contracts DatabaseBackupUser ()
n/a public class Act.WebAPI.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; }
DaysOfWeek ()
n/a public sealed enum Act.WebAPI.Contracts.DaysOfWeek
                    Sunday = 0,
                    Monday = 1,
                    Tuesday = 2,
                    Wednesday = 3,
                    Thursday = 4,
                    Friday = 5,
                    Saturday = 6,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts DefaultQuerySettings ()
n/a public class Act.WebAPI.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.WebAPI.Contracts DropDownList ()
n/a public class Act.WebAPI.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.WebAPI.Contracts DropDownPickListItem ()
n/a public class Act.WebAPI.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.WebAPI.Contracts EmailAction ()
n/a public class Act.WebAPI.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.WebAPI.Contracts EmarketingHistory ()
n/a public class Act.WebAPI.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.WebAPI.Contracts EmbeddedActivityContact ()
n/a public class Act.WebAPI.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.WebAPI.Contracts EmbeddedCompany ()
n/a public class Act.WebAPI.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.WebAPI.Contracts EmbeddedContact ()
n/a public class Act.WebAPI.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.WebAPI.Contracts EmbeddedGroup ()
n/a public class Act.WebAPI.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.WebAPI.Contracts EmbeddedOpportunity ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Entity ()
n/a public class Act.WebAPI.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.WebAPI.Contracts EnumTypes ()
n/a public class Act.WebAPI.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.WebAPI.Contracts ExtendedPropertiesDictionary ()
n/a public class Act.WebAPI.Contracts.ExtendedPropertiesDictionary
--> NONE <--
  • Constructor: public ExtendedPropertiesDictionary ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public object GetFieldValue (string field)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void SetFields (string data)
  • Method (i): public virtual string ToString ()
Act.WebAPI.Contracts Feature ()
n/a public class Act.WebAPI.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.WebAPI.Contracts FeatureSet ()
n/a public class Act.WebAPI.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.WebAPI.Contracts.FeatureType
                    CreateEdit = 0,
                    DeleteMy = 1,
                    DeleteOther = 2,
                    ManagerOther = 3,
                    Other = 4,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts FileParameter ()
n/a public class Act.WebAPI.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.WebAPI.Contracts ForecastByProduct ()
n/a public class Act.WebAPI.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.WebAPI.Contracts ForecastByProductDetail ()
n/a public class Act.WebAPI.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.WebAPI.Contracts ForecastByRep ()
n/a public class Act.WebAPI.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.WebAPI.Contracts ForecastByRepDetail ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Group ()
n/a public class Act.WebAPI.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.WebAPI.Contracts History ()
n/a public class Act.WebAPI.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.WebAPI.Contracts HistoryType ()
n/a public class Act.WebAPI.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.WebAPI.Contracts HistoryType2 ()
n/a public class Act.WebAPI.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; }
Interval ()
n/a public sealed enum Act.WebAPI.Contracts.Interval
                    Daily = 0,
                    Weekly = 1,
                    Monthly = 2,
                    Quarterly = 3,
                    Yearly = 4,
--> NONE <-- --> NONE <--
Interval2 ()
n/a public sealed enum Act.WebAPI.Contracts.Interval2
                    Daily = 0,
                    Weekly = 1,
                    Monthly = 2,
                    Quarterly = 3,
                    Yearly = 4,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts KpiData ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Layout ()
n/a public class Act.WebAPI.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.WebAPI.Contracts.LayoutEntity
                    Contact = 0,
                    Company = 1,
                    Group = 2,
                    Opportunity = 3,
                    Product = 4,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts LicenseInfo ()
n/a public class Act.WebAPI.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.WebAPI.Contracts listsResponse ()
n/a public class Act.WebAPI.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.WebAPI.Contracts listsResponse`1 ()
n/a public class Act.WebAPI.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.WebAPI.Contracts LockRequest ()
n/a public class Act.WebAPI.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.WebAPI.Contracts.LockRequestReason
                    General = 0,
                    Restore = 1,
                    SchemaChanges = 2,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts LockResult ()
n/a public class Act.WebAPI.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.WebAPI.Contracts.LockResultLockTypeId
                    UNLOCK = 0,
                    PENDING_LOCK = 1,
                    LOCK = 2,
--> NONE <-- --> NONE <--
LockResultReasonId ()
n/a public sealed enum Act.WebAPI.Contracts.LockResultReasonId
                    General = 0,
                    Restore = 1,
                    Delete = 2,
                    Repair = 3,
                    SchemaChanges = 4,
                    TierUpgrade = 5,
                    SchemaUpdate = 6,
                    MoveDatabase = 7,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts MarketingAutomationEmail ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Mask ()
n/a public class Act.WebAPI.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.WebAPI.Contracts NewColumn ()
n/a public class Act.WebAPI.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.WebAPI.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.WebAPI.Contracts NewDatabaseRequest ()
n/a public class Act.WebAPI.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.WebAPI.Contracts NewUser ()
n/a public class Act.WebAPI.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.WebAPI.Contracts.NewUserStatus
                    Active = 0,
                    Inactive = 1,
                    Deleted = 2,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts Note ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Opportunity ()
n/a public class Act.WebAPI.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.WebAPI.Contracts OpportunityPipelineViewSettings ()
n/a public class Act.WebAPI.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.WebAPI.Contracts OpportunityProduct ()
n/a public class Act.WebAPI.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.WebAPI.Contracts OpportunityStageCount ()
n/a public class Act.WebAPI.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.WebAPI.Contracts.OpportunityStatus
                    Open = 0,
                    Won = 1,
                    Lost = 2,
                    Inactive = 3,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts PeriodicRevenue ()
n/a public class Act.WebAPI.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.WebAPI.Contracts PeriodicRevenueArgs ()
n/a public class Act.WebAPI.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.WebAPI.Contracts.PeriodicRevenueArgsInterval
                    Daily = 0,
                    Weekly = 1,
                    Monthly = 2,
                    Quarterly = 3,
                    Yearly = 4,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts Permission ()
n/a public class Act.WebAPI.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.WebAPI.Contracts PickList ()
n/a public class Act.WebAPI.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.WebAPI.Contracts PickListInfo ()
n/a public class Act.WebAPI.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.WebAPI.Contracts PipelineOpportunity ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Preference ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Process ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Product ()
n/a public class Act.WebAPI.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.WebAPI.Contracts RecurDay ()
n/a public class Act.WebAPI.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.WebAPI.Contracts.RecurDayDayType
                    None = 0,
                    Numbered = 1,
                    Named = 2,
                    Typed = 3,
--> NONE <-- --> NONE <--
RecurDayOrdinal ()
n/a public sealed enum Act.WebAPI.Contracts.RecurDayOrdinal
                    None = 0,
                    First = 1,
                    Second = 2,
                    Third = 3,
                    Fourth = 4,
                    Last = 5,
--> NONE <-- --> NONE <--
RecurDayTypedDay ()
n/a public sealed enum Act.WebAPI.Contracts.RecurDayTypedDay
                    None = 0,
                    Day = 1,
                    Weekday = 2,
                    WeekendDay = 3,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts RecurSpec ()
n/a public class Act.WebAPI.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.WebAPI.Contracts.RecurSpecRecurType
                    None = 0,
                    Daily = 1,
                    Weekly = 2,
                    Monthly = 3,
                    Yearly = 4,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts RegistrationViewModel ()
n/a public class Act.WebAPI.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.WebAPI.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.WebAPI.Contracts.RegistrationViewModelTriggerEvent
                    Alarms = 0,
                    Created = 1,
                    Updated = 2,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts SalesByProduct ()
n/a public class Act.WebAPI.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.WebAPI.Contracts SalesByProductDetail ()
n/a public class Act.WebAPI.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.WebAPI.Contracts SalesByRep ()
n/a public class Act.WebAPI.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.WebAPI.Contracts SalesByRepDetail ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Schedule ()
n/a public class Act.WebAPI.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.WebAPI.Contracts ScheduledItems ()
n/a public class Act.WebAPI.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.WebAPI.Contracts.ScheduledItemsRecordType
                    Activity = 0,
                    History = 1,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts SelectExpandClause ()
n/a public class Act.WebAPI.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.WebAPI.Contracts Stage ()
n/a public class Act.WebAPI.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.WebAPI.Contracts.Status
                    Open = 0,
                    Won = 1,
                    Lost = 2,
                    Inactive = 3,
--> NONE <-- --> NONE <--
Status2 ()
n/a public sealed enum Act.WebAPI.Contracts.Status2
                    Open = 0,
                    Won = 1,
                    Lost = 2,
                    Inactive = 3,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts SystemInfo ()
n/a public class Act.WebAPI.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.WebAPI.Contracts TimeInStage ()
n/a public class Act.WebAPI.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.WebAPI.Contracts UserActivityCount ()
n/a public class Act.WebAPI.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.WebAPI.Contracts UserActivityDetail ()
n/a public class Act.WebAPI.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.WebAPI.Contracts UserInfo ()
n/a public class Act.WebAPI.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.WebAPI.Contracts WebhookRequest ()
n/a public class Act.WebAPI.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.WebAPI.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.WebAPI.Contracts.WebhookRequestTriggerEvent
                    Alarms = 0,
                    Created = 1,
                    Updated = 2,
--> NONE <-- --> NONE <--
Act.WebAPI.Contracts WonLostMetrics ()
n/a public class Act.WebAPI.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; }
Act.WebAPI.Exceptions WebApiException ()
n/a public class Act.WebAPI.Exceptions.WebApiException
--> NONE <--
  • Constructor: public WebApiException (string message, HttpResponseMessage responseMessage, string response, 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: HttpStatusCode StatusCode { public get; }
  • Property: virtual MethodBase TargetSite { public get; }
Act.WebAPI.Exceptions WebApiException`1 ()
n/a public class Act.WebAPI.Exceptions.WebApiException`1
--> NONE <--
  • Constructor: public WebApiException`1 (string message, HttpResponseMessage responseMessage, string response, 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: HttpStatusCode StatusCode { public get; }
  • Property: virtual MethodBase TargetSite { public get; }
Act.WebAPI.Repository ActWebApiClientBase ()
n/a public class Act.WebAPI.Repository.ActWebApiClientBase
--> NONE <--
  • Constructor: public ActWebApiClientBase (ActWebApiConfiguration configuration, ILogSupport support)
  • Field: protected Lazy`1 Settings
  • Method: protected string ConvertToString (object value, CultureInfo cultureInfo)
  • Method: public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
  • Method: public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
  • Method: protected string CreateUrl (string urlPart)
  • 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 RefreshAuthenticationTokenAsync ()
  • Method (i): public virtual string ToString ()
  • Method: public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
  • Property: string BaseUrl { public get; }
  • Property: virtual ActWebApiConfiguration Configuration { public get; public set; }
  • Property: protected ILogSupport Log { }
  • Property: protected virtual string TypeName { }
Act.WebAPI.Repository AndPart ()
n/a public class Act.WebAPI.Repository.AndPart
--> NONE <--
  • Constructor: public AndPart (IEnumerable`1 ordParts)
  • Method: public void Add (IODataPart part)
  • 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: protected virtual string JoinOperator ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual string Render ()
  • Method (i): public virtual string ToString ()
Act.WebAPI.Repository ApiClient ()
n/a public class Act.WebAPI.Repository.ApiClient
--> NONE <--
  • Constructor: public ApiClient (ActWebApiConfiguration configuration, ILogSupport log)
  • Field: protected Lazy`1 Settings
  • 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 ActivityGetByGlobalIdAsync (string globalId)
  • 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)
  • Method: public virtual Task`1 ActivityTypesGetAsync ()
  • Method: public virtual Task`1 ActivityTypesGetAsync (int id)
  • Method: public virtual Task`1 ActivityTypesGetAsync (int id, CancellationToken cancellationToken)
  • Method: public virtual Task`1 ActivityTypesGetAsync (string name)
  • Method: public virtual Task`1 ActivityTypesGetAsync (string name, 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 (QueryOptions options, 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 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 (i): protected string ConvertToString (object value, CultureInfo cultureInfo)
  • 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 (i): protected string CreateUrl (string urlPart)
  • 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)
  • Method: public virtual Task`1 HistoryTypesGetAsync ()
  • 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: 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 MyContactGetAsync (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 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: 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 preferenceKeys)
  • Method: public virtual Task`1 PreferencesGetAsync (IEnumerable`1 preferenceKeys, CancellationToken cancellationToken)
  • Method: public virtual Task`1 PreferencesPostAsync (Preference preference)
  • Method: public virtual 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: 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 virtual Task`1 RefreshAuthenticationTokenAsync ()
  • 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: virtual ActWebApiConfiguration Configuration { public get; public set; }
  • Property: virtual bool Connected { public get; public set; }
  • Property: protected ILogSupport Log { }
  • Property: protected override string TypeName { }
Act.WebAPI.Repository AttachmentsClient ()
n/a public class Act.WebAPI.Repository.AttachmentsClient
--> NONE <--
  • Constructor: public AttachmentsClient (ActWebApiConfiguration configuration, ILogSupport log)
  • Field: protected Lazy`1 Settings
  • 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): protected string ConvertToString (object value, CultureInfo cultureInfo)
  • Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
  • Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
  • Method (i): protected string CreateUrl (string urlPart)
  • 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 virtual Task`1 RefreshAuthenticationTokenAsync ()
  • Method (i): public virtual string ToString ()
  • Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
  • Property: string BaseUrl { public get; }
  • Property: virtual ActWebApiConfiguration Configuration { public get; public set; }
  • Property: protected ILogSupport Log { }
  • Property: protected virtual string TypeName { }
Act.WebAPI.Repository CompaniesClient ()
n/a public class Act.WebAPI.Repository.CompaniesClient
--> NONE <--
  • Constructor: public CompaniesClient (ActWebApiConfiguration configuration, ILogSupport log)
  • Field: protected Lazy`1 Settings
  • 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): protected string ConvertToString (object value, CultureInfo cultureInfo)
  • Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
  • Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
  • Method (i): protected string CreateUrl (string urlPart)
  • 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 virtual Task`1 RefreshAuthenticationTokenAsync ()
  • Method (i): public virtual string ToString ()
  • Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
  • Property: string BaseUrl { public get; }
  • Property: virtual ActWebApiConfiguration Configuration { public get; public set; }
  • Property: protected ILogSupport Log { }
  • Property: protected virtual string TypeName { }
Act.WebAPI.Repository ContactsClient ()
n/a public class Act.WebAPI.Repository.ContactsClient
--> NONE <--
  • Constructor: public ContactsClient (ActWebApiConfiguration configuration, ILogSupport log)
  • Field: protected Lazy`1 Settings
  • 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): protected string ConvertToString (object value, CultureInfo cultureInfo)
  • Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
  • Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
  • Method (i): protected string CreateUrl (string urlPart)
  • 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 virtual Task`1 RefreshAuthenticationTokenAsync ()
  • 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: virtual ActWebApiConfiguration Configuration { public get; public set; }
  • Property: protected ILogSupport Log { }
  • Property: protected virtual string TypeName { }
Act.WebAPI.Repository ContainsCondition ()
n/a public class Act.WebAPI.Repository.ContainsCondition
--> NONE <--
  • Constructor: public ContainsCondition (string field, object value)
  • Field: protected string Field
  • Field: protected object Value
  • Method (i): public virtual string Condition ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected string GetFormatted (object value)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public override string Render ()
  • Method: public override string ToString ()
Act.WebAPI.Repository EndsWithCondition ()
n/a public class Act.WebAPI.Repository.EndsWithCondition
--> NONE <--
  • Constructor: public EndsWithCondition (string field, object value)
  • Field: protected string Field
  • Field: protected object Value
  • Method (i): public virtual string Condition ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected string GetFormatted (object value)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public override string Render ()
  • Method: public override string ToString ()
Act.WebAPI.Repository EqCondition ()
n/a public class Act.WebAPI.Repository.EqCondition
--> NONE <--
  • Constructor: public EqCondition (string field, object value)
  • Field: protected string Field
  • Field: protected object Value
  • Method: public virtual string Condition ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: protected string GetFormatted (object value)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual string Render ()
  • Method: public override string ToString ()
Act.WebAPI.Repository Field ()
n/a public class Act.WebAPI.Repository.Field
--> NONE <--
  • Constructor: public Field ()
  • Method: public virtual int CompareTo (Field other)
  • 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 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: DateTime createDate { public get; public set; }
  • Property: string defaultValue { public get; public set; }
  • Property: string displayName { public get; public set; }
  • Property: DateTime 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: bool isAllowBlank { public get; public set; }
  • Property: bool isCustom { public get; public set; }
  • Property: bool isDefinedField { public get; public set; }
  • Property: bool isDisplayed { public get; public set; }
  • Property: bool isNullable { public get; public set; }
  • Property: bool isPrimary { public get; public set; }
  • Property: bool isProtected { public get; public set; }
  • Property: bool isReadOnly { public get; public set; }
  • Property: bool isTracked { public get; public set; }
  • Property: bool isVirtual { public get; public set; }
  • Property: string leaveEvent { public get; public set; }
  • Property: int length { public get; public set; }
  • Property: string name { public get; public set; }
  • Property: string recordType { public get; public set; }
  • Property: int scale { public get; public set; }
  • Property: string tableName { public get; public set; }
  • Property: string type { public get; public set; }
Act.WebAPI.Repository FixedIsoDateTimeOffsetConverter ()
n/a public class Act.WebAPI.Repository.FixedIsoDateTimeOffsetConverter
--> NONE <--
  • Constructor: public FixedIsoDateTimeOffsetConverter ()
  • 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 (i): public virtual void WriteJson (JsonWriter writer, object value, JsonSerializer serializer)
  • Property: virtual bool CanRead { public get; }
  • Property: virtual bool CanWrite { public get; }
  • Property: CultureInfo Culture { public get; public set; }
  • Property: string DateTimeFormat { public get; public set; }
  • Property: DateTimeStyles DateTimeStyles { public get; public set; }
Act.WebAPI.Repository GreaterThanCondition ()
n/a public class Act.WebAPI.Repository.GreaterThanCondition
--> NONE <--
  • Constructor: public GreaterThanCondition (string field, object value)
  • Field: protected string Field
  • Field: protected object Value
  • Method: public override string Condition ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected string GetFormatted (object value)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string Render ()
  • Method (i): public virtual string ToString ()
Act.WebAPI.Repository GreaterThanEqualCondition ()
n/a public class Act.WebAPI.Repository.GreaterThanEqualCondition
--> NONE <--
  • Constructor: public GreaterThanEqualCondition (string field, object value)
  • Field: protected string Field
  • Field: protected object Value
  • Method: public override string Condition ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected string GetFormatted (object value)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string Render ()
  • Method (i): public virtual string ToString ()
Act.WebAPI.Repository GroupsClient ()
n/a public class Act.WebAPI.Repository.GroupsClient
--> NONE <--
  • Constructor: public GroupsClient (ActWebApiConfiguration configuration, ILogSupport log)
  • Field: protected Lazy`1 Settings
  • 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, int page, int pageSize, CancellationToken cancellationToken)
  • 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 ContactsPutAsync (string groupId, string contactId)
  • Method: public virtual Task`1 ContactsPutAsync (string groupId, string contactId, CancellationToken cancellationToken)
  • Method (i): protected string ConvertToString (object value, CultureInfo cultureInfo)
  • Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
  • Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
  • Method (i): protected string CreateUrl (string urlPart)
  • 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 virtual Task`1 RefreshAuthenticationTokenAsync ()
  • Method (i): public virtual string ToString ()
  • Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
  • Property: string BaseUrl { public get; }
  • Property: virtual ActWebApiConfiguration Configuration { public get; public set; }
  • Property: protected ILogSupport Log { }
  • Property: protected virtual string TypeName { }
Act.WebAPI.Repository HttpHelpers ()
n/a public abstract sealed class Act.WebAPI.Repository.HttpHelpers
--> NONE <--
  • Method: public static void ConfigureDelete (HttpRequestMessage message, string url)
  • Method: public static void ConfigureGet (HttpRequestMessage message, string url)
  • Method: public static void ConfigurePatch (HttpRequestMessage message, string url, object payload, Lazy`1 settings)
  • Method: public static void ConfigurePost (HttpRequestMessage message, string url, object payload, Lazy`1 settings)
  • Method: public static void ConfigurePut (HttpRequestMessage message, string url, object payload, Lazy`1 settings)
  • Method (i): public virtual bool Equals (object obj)
  • Method: public static Task`1 Execute (HttpClient client, HttpRequestMessage request, CancellationToken token)
  • Method: public static Task`1 ExecuteAsync (HttpClient client, HttpRequestMessage request, CancellationToken cancellationToken)
  • Method: public static Dictionary`2 ExtractHeaders (HttpResponseMessage response)
  • Method (i): protected virtual void Finalize ()
  • Method: public static ApiResponse`1 GetApiResponse (HttpResponseMessage response, Lazy`1 settings, string data)
  • Method: public static Task`1 GetData (HttpResponseMessage response)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public static Task HandleHttpStatusCode (HttpResponseMessage response)
  • Method: public static bool IsAccepted (HttpResponseMessage response)
  • Method: public static bool IsCreated (HttpResponseMessage response)
  • Method: public static bool IsNoContent (HttpResponseMessage response)
  • Method: public static bool IsOk (HttpResponseMessage response)
  • Method (i): protected object MemberwiseClone ()
  • Method: public static void SetVerb (HttpRequestMessage message, string verb, string url)
  • Method (i): public virtual string ToString ()
Act.WebAPI.Repository IApiClient ()
n/a public interface Act.WebAPI.Repository.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 ActivityGetByGlobalIdAsync (string globalId)
  • 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)
  • Method: Task`1 ActivityTypesGetAsync ()
  • Method: Task`1 ActivityTypesGetAsync (int id)
  • Method: Task`1 ActivityTypesGetAsync (int id, CancellationToken cancellationToken)
  • Method: Task`1 ActivityTypesGetAsync (string name)
  • Method: Task`1 ActivityTypesGetAsync (string name, 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 (QueryOptions options, CancellationToken token)
  • Method: Task`1 ContactsGetAsync (string id)
  • 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)
  • Method: Task`1 HistoryTypesGetAsync ()
  • 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 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 MyContactGetAsync (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 preferenceKeys)
  • Method: Task`1 PreferencesGetAsync (IEnumerable`1 preferenceKeys, CancellationToken cancellationToken)
  • Method: Task`1 PreferencesPostAsync (Preference preference)
  • Method: Task`1 PreferencesPostAsync (Preference preference, 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 RefreshAuthenticationTokenAsync ()
  • 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)
  • Property: ActWebApiConfiguration Configuration { public get; }
  • Property: bool Connected { public get; public set; }
Act.WebAPI.Repository IAttachmentsClient ()
n/a public interface Act.WebAPI.Repository.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.WebAPI.Repository ICompaniesClient ()
n/a public interface Act.WebAPI.Repository.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.WebAPI.Repository IContactsClient ()
n/a public interface Act.WebAPI.Repository.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.WebAPI.Repository IGroupsClient ()
n/a public interface Act.WebAPI.Repository.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, int page, int pageSize, CancellationToken cancellationToken)
  • Method: Task`1 ContactsGetAsync (string id, string contactId)
  • Method: Task`1 ContactsGetAsync (string id, string contactId, 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.WebAPI.Repository IMetadataClient ()
n/a public interface Act.WebAPI.Repository.IMetadataClient
--> NONE <--
  • Method: Task`1 GetContactEmailFields (CancellationToken cancellationToken)
  • Method: Task`1 GetContactFields (CancellationToken cancellationToken)
  • Method: Task`1 RefreshServerCache (CancellationToken cancellationToken)
Act.WebAPI.Repository IODataPart ()
n/a public interface Act.WebAPI.Repository.IODataPart
--> NONE <--
  • Method: string Render ()
Act.WebAPI.Repository LessThanCondition ()
n/a public class Act.WebAPI.Repository.LessThanCondition
--> NONE <--
  • Constructor: public LessThanCondition (string field, object value)
  • Field: protected string Field
  • Field: protected object Value
  • Method: public override string Condition ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected string GetFormatted (object value)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string Render ()
  • Method (i): public virtual string ToString ()
Act.WebAPI.Repository LessThanEqualCondition ()
n/a public class Act.WebAPI.Repository.LessThanEqualCondition
--> NONE <--
  • Constructor: public LessThanEqualCondition (string field, object value)
  • Field: protected string Field
  • Field: protected object Value
  • Method: public override string Condition ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected string GetFormatted (object value)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string Render ()
  • Method (i): public virtual string ToString ()
Act.WebAPI.Repository MetadataClient ()
n/a public class Act.WebAPI.Repository.MetadataClient
--> NONE <--
  • Constructor: public MetadataClient (ActWebApiConfiguration configuration, ILogSupport support)
  • Field: protected Lazy`1 Settings
  • Method (i): protected string ConvertToString (object value, CultureInfo cultureInfo)
  • Method (i): public Task`1 CreateHttpClientAsync (CancellationToken cancellationToken)
  • Method (i): public Task`1 CreateHttpRequestMessageAsync (CancellationToken cancellationToken)
  • Method (i): protected string CreateUrl (string urlPart)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual Task`1 GetContactEmailFields (CancellationToken cancellationToken)
  • Method: public virtual Task`1 GetContactFields (CancellationToken cancellationToken)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual Task`1 RefreshAuthenticationTokenAsync ()
  • Method: public virtual Task`1 RefreshServerCache (CancellationToken cancellationToken)
  • Method (i): public virtual string ToString ()
  • Method (i): public void UpdateJsonSerializerSettings (JsonSerializerSettings settings)
  • Property: string BaseUrl { public get; }
  • Property: virtual ActWebApiConfiguration Configuration { public get; public set; }
  • Property: protected ILogSupport Log { }
  • Property: protected virtual string TypeName { }
Act.WebAPI.Repository NotEqualCondition ()
n/a public class Act.WebAPI.Repository.NotEqualCondition
--> NONE <--
  • Constructor: public NotEqualCondition (string field, object value)
  • Field: protected string Field
  • Field: protected object Value
  • Method: public override string Condition ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected string GetFormatted (object value)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string Render ()
  • Method (i): public virtual string ToString ()
Act.WebAPI.Repository OData ()
n/a public abstract sealed class Act.WebAPI.Repository.OData
--> NONE <--
  • Method: public static IODataPart And (IODataPart[] parts)
  • Method: public static IODataPart And (IEnumerable`1 parts)
  • Method: public static IODataPart Contains (string field, object value)
  • Method: public static IODataPart Contains (string field, string value)
  • Method: public static IODataPart EndsWith (string field, object value)
  • Method (i): public virtual bool Equals (object obj)
  • Method: public static IODataPart Equals (string field, object value)
  • Method: public static IODataPart Equals (string field, string value)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public static IODataPart GreaterThan (string field, string value)
  • Method: public static IODataPart GreaterThanEqual (string field, string value)
  • Method: public static IODataPart LessThan (string field, string value)
  • Method: public static IODataPart LessThanEqual (string field, string value)
  • Method (i): protected object MemberwiseClone ()
  • Method: public static IODataPart NotEqual (string field, string value)
  • Method: public static IODataPart Or (IODataPart[] parts)
  • Method: public static IODataPart Or (IEnumerable`1 parts)
  • Method: public static IODataPart StartsWith (string field, object value)
  • Method (i): public virtual string ToString ()
Act.WebAPI.Repository OrPart ()
n/a public class Act.WebAPI.Repository.OrPart
--> NONE <--
  • Constructor: public OrPart (IEnumerable`1 ordParts)
  • Method (i): public void Add (IODataPart part)
  • 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: protected override string JoinOperator ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string Render ()
  • Method (i): public virtual string ToString ()
Act.WebAPI.Repository StartsWithCondition ()
n/a public class Act.WebAPI.Repository.StartsWithCondition
--> NONE <--
  • Constructor: public StartsWithCondition (string field, object value)
  • Field: protected string Field
  • Field: protected object Value
  • Method (i): public virtual string Condition ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected string GetFormatted (object value)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public override string Render ()
  • Method: public override string ToString ()

TopSummary