Class ActionEventArgs.ContextData
- Namespace
- Tharga.MongoDB
- Assembly
- Tharga.MongoDB.dll
public record ActionEventArgs.ContextData : IEquatable<ActionEventArgs.ContextData>
- Inheritance
-
ActionEventArgs.ContextData
- Implements
-
- Inherited Members
-
Properties
CollectionName
public string CollectionName { get; init; }
Property Value
- string
CollectionType
public string CollectionType { get; init; }
Property Value
- string
DatabaseName
public string DatabaseName { get; init; }
Property Value
- string
EntityType
public string EntityType { get; init; }
Property Value
- string
ServerName
public string ServerName { get; init; }
Property Value
- string