C# Class FrannHammer.Models.DTOs.CharacterAttributeRowDto

Contains the concept of a 'row' of CharacterAttribute data. This is because each CharacterAttribute consists of a single attribute value rather than a row of attribute value that KH currently creates his attribute pages from. The way CharacterAttribute's are stored in the DB means if the individual values brought back need to change in the future it's fairly straightforward to do so on the back and the frontend won't need to change as much (if at all).
Mostrar archivo Open project: Frannsoft/FrannHammer

Public Methods

Method Description
CharacterAttributeRowDto ( ) : System.Collections.Generic
CharacterAttributeRowDto ( string rank, string smashAttributeTypeName, int attributeType, int ownerId, List values, string characterName, string thumbnailUrl ) : System.Collections.Generic

Method Details

CharacterAttributeRowDto() public method

public CharacterAttributeRowDto ( ) : System.Collections.Generic
return System.Collections.Generic

CharacterAttributeRowDto() public method

public CharacterAttributeRowDto ( string rank, string smashAttributeTypeName, int attributeType, int ownerId, List values, string characterName, string thumbnailUrl ) : System.Collections.Generic
rank string
smashAttributeTypeName string
attributeType int
ownerId int
values List
characterName string
thumbnailUrl string
return System.Collections.Generic