Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class IdentityStoreMap

Inheritance
System.Object
IdentityStoreMap
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Data.Serialization
Assembly: EPiServer.Data.dll
Version: 7.19.2
Syntax
public class IdentityStoreMap

Constructors

IdentityStoreMap(Identity, String)

Declaration
public IdentityStoreMap(Identity id, string storeName)
Parameters
Type Name Description
Identity id
System.String storeName

Properties

Id

Declaration
public Identity Id { get; set; }
Property Value
Type Description
Identity

StoreName

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

Extension Methods