Table of Contents

Class Tag

Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll

public class Tag : Entity, IIdentity

Inheritance

objectEntityTag

Implements

IIdentity

Inherited Members

Entity.GetResourceName(), Entity.Id, Entity.Version, Entity.CreatedBy, Entity.CreatedAt, Entity.ModifiedBy, Entity.ModifiedAt, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<Tag>(Tag)

Constructors

Tag()

public Tag()

Properties

Name

public string Name { get; set; }

Property Value

string

UsedTimes

public int UsedTimes { get; set; }

Property Value

int

Methods

GetResourceName()

Gets the display name of the entity.

public override string GetResourceName()

Returns

string

The display name of the entity.