PrivacyControlLogger Methods |
[This is preliminary documentation and is subject to change.]
The PrivacyControlLogger type exposes the following members.
Returns | Name | Description | |
---|---|---|---|
![]() | IReadOnlyDictionary<TKey, TValue>, T: Int64 | DetailsAny(IEnumerable<Int64>) | |
![]() | Boolean | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | IPagination<T>, T: IPrivacyControlChanges | Filter(IPrivacyControlChangesFilter, PaginationRequest<IPrivacyControlChanges>) | |
![]() | void | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: Int64 | GetChangedProperties(IEnumerable<Int64>) | |
![]() | Int32 | GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: String | GetTop100(Expression<Func<IPrivacyControlChanges, String>>, String) | |
![]() | Type | GetType() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | void | LogCreate(String, IEnumerable<IPrivacyControlCustomerCompare>) | |
![]() | void | LogDelete(IEnumerable<ICustomerSpPair>, String) | |
![]() | void | LogRead(IEnumerable<ICustomerSpPair>, String) | |
![]() | void | LogUpdate(String, IEnumerable<IPrivacyControlCustomerCompare>) | |
![]() | Object | MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | String | ToString() | Returns a string that represents the current object. (Inherited from Object.) |
Returns | Name | Description | |
---|---|---|---|
![]() | IPrivacyControlChanges | DetailsAll<IPrivacyControlChanges>(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: Int64 | DetailsAll<IPrivacyControlChanges>(IEnumerable<Int64>) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IPrivacyControlChanges | DetailsAny<IPrivacyControlChanges>(Int64) | IDetailsableBatch< T>
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) |