Show / Hide Table of Contents

Class UpdatePriorityDto<TPrimaryKey>

Inheritance
System.Object
UpdatePriorityDto<TPrimaryKey>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Lib.Dtos
Assembly: mix.library.dll
Syntax
public class UpdatePriorityDto<TPrimaryKey>
Type Parameters
Name Description
TPrimaryKey

Properties

| Improve this Doc View Source

Id

Declaration
public TPrimaryKey Id { get; set; }
Property Value
Type Description
TPrimaryKey
| Improve this Doc View Source

Priority

Declaration
public int Priority { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾