Interface ISchema
A dictionary that has a unique id. Values are expected to be of type SchemaItem and keys should be strings.
Inherited Members
System.Collections.IDictionary.Contains(System.Object)
System.Collections.IDictionary.Add(System.Object, System.Object)
System.Collections.IDictionary.Clear()
System.Collections.IDictionary.GetEnumerator()
System.Collections.IDictionary.Remove(System.Object)
System.Collections.IDictionary.Item[System.Object]
System.Collections.IDictionary.Keys
System.Collections.IDictionary.Values
System.Collections.IDictionary.IsReadOnly
System.Collections.IDictionary.IsFixedSize
System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ICollection.Count
System.Collections.ICollection.SyncRoot
System.Collections.ICollection.IsSynchronized
Namespace: EPiServer.BaseLibrary.Serialization
Assembly: EPiServer.BaseLibrary.dll
Version: 8.11.0Syntax
public interface ISchema : IDictionary, ICollection, IEnumerable
Properties
AssociatedType
Declaration
Type AssociatedType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
SchemaId
Declaration
string SchemaId { get; }
Property Value
Type | Description |
---|---|
System.String |
Version
Declaration
int Version { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |