Show / Hide Table of Contents

Class Identity

Represents the identity of the object in terms of name and tag.

Inheritance
System.Object
Identity
Clan
ClanBuilderBaseRanking
ClanCapitalRanking
ClanMember
ClanRanking
ClanWarLeagueClan
ClanWarLeagueClanMember
ClanWarLeagueWarClan
ClanWarMember
Player
PlayerBuilderBaseRanking
PlayerClan
PlayerRanking
PlayerRankingClan
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class Identity

Properties

| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Tag

Declaration
public string Tag { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX