SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T > Interface Template Reference
+ Inheritance diagram for erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >:
+ Collaboration diagram for erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >:

Public Member Functions

bool Contains (T element)
 
bool ContainsGuid (Guid guid)
 
bool ContainsName (string name)
 
GetByGuid (Guid guid)
 
GetByName (string name)
 Get the first element with Name == name
 
bool TryGetByGuid (Guid guid, out T output)
 
bool TryGetByName (string name, out T output)
 Try to get the first element with Name == name
 

Properties

int Count [get]
 

Detailed Description

Type Constraints
T :class 
T :IRedDotObject 

Definition at line 24 of file IRDEnumerable.cs.

Member Function Documentation

bool erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.Contains ( element)
bool erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.ContainsGuid ( Guid  guid)
bool erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.ContainsName ( string  name)
T erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.GetByGuid ( Guid  guid)
T erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.GetByName ( string  name)

Get the first element with Name == name

bool erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.TryGetByGuid ( Guid  guid,
out T  output 
)
bool erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.TryGetByName ( string  name,
out T  output 
)

Try to get the first element with Name == name

Returns
true, if an element could be found, false otherwise

Property Documentation

int erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T >.Count
get

Definition at line 29 of file IRDEnumerable.cs.


The documentation for this interface was generated from the following file: