Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ApplicationUserCollection Class


In This Topic
ApplicationUserCollection Class Methods
In This Topic

For a list of all members of this type, see ApplicationUserCollection members.

Public Methods
 NameDescription
Public MethodAdds an item to the ApplicationUserCollection.  
Public MethodClear the ApplicationUserCollection.  
Public MethodDetermines whether a given ApplicationUser item is already present in the ApplicationUserCollection.  
Public MethodOverloaded. Determines whether the ApplicationUserCollection contains a ApplicationUser with a specified Guid ID.  
Public MethodDetermines whether the ApplicationUserCollection contains a ApplicationUser with a specified user name.  
Public MethodCopy the collected ApplicationUser objects to a target array, in sorted order.  
Public MethodReturns an enumerator that iterates through the ApplicationUserCollection (in sorted order).  
Public MethodDetermines the index of a specific ApplicationUser in the ApplicationUserCollection (in sorted order).  
Public MethodApplicationUserCollection is sorted and does not support direct modification.  
Public MethodOverloaded. Removes a specified ApplicationUser item from the ApplicationUserCollection.  
Public MethodRemove the ApplicationUser item found at a specified index in the ApplicationUserCollection (in sorted order). (Supported but not recommended.)  
Public MethodGet the ApplicationUser with a specified fully qualified user name.  
Public MethodOverloaded. Get the ApplicationUser with a specified Guid ID.  
Top
See Also