C# 클래스 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).
파일 보기 프로젝트 열기: Frannsoft/FrannHammer

공개 메소드들

메소드 설명
CharacterAttributeRowDto ( ) : System.Collections.Generic
CharacterAttributeRowDto ( string rank, string smashAttributeTypeName, int attributeType, int ownerId, List values, string characterName, string thumbnailUrl ) : System.Collections.Generic

메소드 상세

CharacterAttributeRowDto() 공개 메소드

public CharacterAttributeRowDto ( ) : System.Collections.Generic
리턴 System.Collections.Generic

CharacterAttributeRowDto() 공개 메소드

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
리턴 System.Collections.Generic