Show / Hide Table of Contents

Class RedisCollectionStateManager

Manages the state of the Redis Collection.

Inheritance
System.Object
RedisCollectionStateManager
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()
Namespace: Redis.OM.Modeling
Assembly: Redis.OM.dll
Syntax
public class RedisCollectionStateManager

Constructors

| Improve this Doc View Source

RedisCollectionStateManager(DocumentAttribute)

Initializes a new instance of the RedisCollectionStateManager class.

Declaration
public RedisCollectionStateManager(DocumentAttribute attr)
Parameters
Type Name Description
DocumentAttribute attr

The document attribute for the type.

Properties

| Improve this Doc View Source

DocumentAttribute

Gets the DocumentAttribute for the underlying type.

Declaration
public DocumentAttribute DocumentAttribute { get; }
Property Value
Type Description
DocumentAttribute
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX