Show / Hide Table of Contents

Class MixCache

Inheritance
System.Object
Entity<System.Guid>
MixCache
Implements
IEntity<System.Guid>
IHasPrimaryKey<System.Guid>
Inherited Members
Entity<Guid>.Id
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Heart.Entities.Cache
Assembly: mix.heart.dll
Syntax
public class MixCache : Entity<Guid>, IEntity<Guid>, IHasPrimaryKey<Guid>

Properties

| Improve this Doc View Source

CreatedBy

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

CreatedDateTime

Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

ExpiredDateTime

Declaration
public DateTime? ExpiredDateTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
| Improve this Doc View Source

Keyword

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

LastModified

Declaration
public DateTime? LastModified { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
| Improve this Doc View Source

ModifiedBy

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

Priority

Declaration
public int Priority { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Status

Declaration
public MixCacheStatus Status { get; set; }
Property Value
Type Description
MixCacheStatus
| Improve this Doc View Source

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String

Implements

IEntity<TPrimaryKey>
IHasPrimaryKey<TPrimaryKey>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾