Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ITracked marker interface #1574

Closed
jeremydmiller opened this issue Oct 15, 2020 · 1 comment
Closed

ITracked marker interface #1574

jeremydmiller opened this issue Oct 15, 2020 · 1 comment
Assignees
Milestone

Comments

@jeremydmiller
Copy link
Member

MAYBE

public interface ITracked
{
    string CorrelationId {get;set;}
    string CausationId {get;set;}
    string LastModifiedBy {get;set;}
}

If implemented, enable extra metadata storage and map to the metadata columns.

@jeremydmiller jeremydmiller added this to the 4.0 milestone Oct 15, 2020
@jeremydmiller jeremydmiller self-assigned this Nov 30, 2020
@jeremydmiller
Copy link
Member Author

Done in a branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant