IBinaryObjectLifetimeCollection
Contains a list of all versions of a binary object.
This interface merely serves as a wrapper for bundling all versions of a binary object.
Implements: System.Collections.IEnumerable
Properties
Property | Description |
---|---|
Count:Int32 | Returns the number of versions of the binary object. |
Methods
Method | Description |
---|---|
GetEnumerator():IEnumerator | Returns an enumerator which iterates through a listing. (Inherited by System.Collections.IEnumerable) |
TryLookup(Int32, Int32):IBinaryObjectLifetime | Calls the version for a binary object. If no version is found, then NULL is returned. |