Class MappedAttributesIndexProfile
Describes a deserialization profile.
Inheritance
System.Object
MappedAttributesIndexProfile
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: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class MappedAttributesIndexProfile
Fields
NoCache
A profile that tells the graph to use no caching.
Declaration
public static MappedAttributesIndexProfile NoCache
Field Value
|
MappedAttributesIndexProfile
|
Properties
DataProfile
Gets or sets the data profile.
Declaration
public ArrayProfile DataProfile { get; set; }
Property Value
|
ArrayProfile
|