Represents a collection of Realm objects.
Namespace:
FileNet.Api.Collection
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IRealmSet _ Implements IEngineCollection, IEnumerable, ICloneable, IIndependentObjectSet, _ IEngineSet |
| C# |
|---|
public interface IRealmSet : IEngineCollection, IEnumerable, ICloneable, IIndependentObjectSet, IEngineSet |
| Visual C++ |
|---|
public interface class IRealmSet : IEngineCollection, IEnumerable, ICloneable, IIndependentObjectSet, IEngineSet |
| JavaScript |
|---|
FileNet.Api.Collection.IRealmSet = function(); FileNet.Api.Collection.IRealmSet.createInterface('FileNet.Api.Collection.IRealmSet'); |