Class CacheScopeExtension
Inheritance
System.Object
CacheScopeExtension
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public static class CacheScopeExtension
Methods
| Improve this Doc View SourceGetContact(CacheScope, Guid)
Gets a contact instance
Declaration
public static SAC.Contact.Contact GetContact(this CacheScope cacheScope, Guid contactId)
Parameters
Type | Name | Description |
---|---|---|
CacheScope | cacheScope | |
System.Guid | contactId |
Returns
Type | Description |
---|---|
SAC.Contact.Contact |
GetTelematicWorkflowByContactGuid(CacheScope, Guid)
Gets a contact instance
Declaration
public static TelematicWorkflowContactConfiguration GetTelematicWorkflowByContactGuid(this CacheScope cacheScope, Guid contactId)
Parameters
Type | Name | Description |
---|---|---|
CacheScope | cacheScope | |
System.Guid | contactId |
Returns
Type | Description |
---|---|
TelematicWorkflowContactConfiguration |