Class MixCache
Inheritance
System.Object
MixCache
Inherited Members
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()
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
|
Improve this Doc
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements