1 sharedlibrarycoredtos SharedInfo
RaidMax edited this page 2023-05-20 22:09:21 -05:00

SharedInfo Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Dtos
  SharedLibraryCore.Dtos.SharedInfo[[SharedInfo]]
  end

Members

Properties

Public properties

Type Name Methods
int Id get, set
bool Sensitive get, set
bool Show get, set

Details

Constructors

SharedInfo

Source code

public SharedInfo()

Properties

Sensitive

public virtual bool Sensitive { get; set; }

Show

public bool Show { get; set; }

Id

public int Id { get; set; }

Generated with ModularDoc