sharedlibrarycoredtos EntityInfo - RaidMax/IW4M-Admin GitHub Wiki
Public class
EntityInfo Description
This class holds the basic info for api entities
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos
SharedLibraryCore.Dtos.EntityInfo[EntityInfo](/RaidMax/IW4M-Admin/wiki/EntityInfo)
end
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
long |
Id |
get, set |
string |
Name |
get, set |
Details
Summary
This class holds the basic info for api entities
Constructors
EntityInfo
public EntityInfo()
Properties
Id
public long Id { get; set; }
Name
public string Name { get; set; }
Generated with ModularDoc