ApiKey

Namespace: Babel.Data Assembly: Babel.Data.dll

public class ApiKey : EntityTracker, INotifyPropertyChanged

Inheritance

objectEntityTrackerApiKey

Implements

INotifyPropertyChanged

Inherited Members

EntityTracker.SetWithNotify<T>(T, ref T, string), EntityTracker.IsDirty, EntityTracker.PropertyChanged, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ApiKey()

public ApiKey()

Properties

ClientSecret

public string ClientSecret { get; set; }

Property Value

string

CreatedDate

public DateTime CreatedDate { get; set; }

Property Value

DateTime

Description

public string Description { get; set; }

Property Value

string

ExpireDate

public DateTime? ExpireDate { get; set; }

Property Value

DateTime?

Id

public int Id { get; set; }

Property Value

int

Key

public string Key { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Owner

[ForeignKey("OwnerId")]
public User Owner { get; set; }

Property Value

User

OwnerId

public string OwnerId { get; set; }

Property Value

string

Permissions

public int Permissions { get; set; }

Property Value

int

Revoked

public bool Revoked { get; set; }

Property Value

bool

Last updated