sharedlibrarycoredtos SharedInfo - RaidMax/IW4M-Admin GitHub Wiki
Public class
SharedInfo Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos
SharedLibraryCore.Dtos.SharedInfo[SharedInfo](/RaidMax/IW4M-Admin/wiki/SharedInfo)
end
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
int |
Id |
get, set |
bool |
Sensitive |
get, set |
bool |
Show |
get, set |
Details
Constructors
SharedInfo
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