Table of Contents

Class Index

Namespace
The.Import.Data
Assembly
Instagile.dll
public class Index : Dictionary<Key, List<Guid>>, IDictionary<Key, List<Guid>>, ICollection<KeyValuePair<Key, List<Guid>>>, IReadOnlyDictionary<Key, List<Guid>>, IReadOnlyCollection<KeyValuePair<Key, List<Guid>>>, IEnumerable<KeyValuePair<Key, List<Guid>>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
Index
Implements
Inherited Members

Constructors

Index(Action)

public Index(Action dispose)

Parameters

dispose Action

Properties

this[Key]

public List<Guid> this[Key k] { get; set; }

Parameters

k Key

Property Value

List<Guid>

Methods

Dispose()

public void Dispose()

TryRecordInsert(Guid)

public bool TryRecordInsert(Guid id)

Parameters

id Guid

Returns

bool

TryRecordRelate(Guid)

public bool TryRecordRelate(Guid id)

Parameters

id Guid

Returns

bool