Class UpdateIdentifierResponse
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class UpdateIdentifierResponse
- Inheritance
-
UpdateIdentifierResponse
- Inherited Members
Constructors
UpdateIdentifierResponse(string, string, int, Guid?, DateTime, byte[])
public UpdateIdentifierResponse(string name, string slug, int sortOrder, Guid? updatedById, DateTime updatedOn, byte[] rowVersion)
Parameters
Properties
Name
public string Name { get; }
Property Value
RowVersion
public byte[] RowVersion { get; }
Property Value
- byte[]
Slug
public string Slug { get; }
Property Value
SortOrder
public int SortOrder { get; }
Property Value
UpdatedById
public Guid? UpdatedById { get; }
Property Value
- Guid?
UpdatedOn
public DateTime UpdatedOn { get; }