1 dataabstractions IUniqueId
RaidMax edited this page 2023-05-20 22:09:21 -05:00

IUniqueId Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Data.Abstractions
  Data.Abstractions.IUniqueId[[IUniqueId]]
  class Data.Abstractions.IUniqueId interfaceStyle;
  end

Members

Properties

Public properties

Type Name Methods
long Id get
string Value get

Details

Properties

Id

public long Id { get; }

Value

public string Value { get; }

Generated with ModularDoc