-
-
Notifications
You must be signed in to change notification settings - Fork 49
sharedlibrarycoredtosmetaresponses ClientNoteMetaResponse
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos.Meta.Responses
SharedLibraryCore.Dtos.Meta.Responses.ClientNoteMetaResponse[[ClientNoteMetaResponse]]
end
| Type | Name | Methods |
|---|---|---|
DateTime |
ModifiedDate |
get, set |
string |
Note |
get, set |
int |
OriginEntityId |
get, set |
string |
OriginEntityName |
get, set |
public ClientNoteMetaResponse()public string Note { get; set; }public int OriginEntityId { get; set; }public string OriginEntityName { get; set; }public DateTime ModifiedDate { get; set; }Generated with ModularDoc