PFUserCollection Class |
Namespace: Packflow.Core
[SerializableAttribute] public class PFUserCollection : IEnumerable<PFUserInfo>, IEnumerable
The PFUserCollection type exposes the following members.
Name | Description | |
---|---|---|
PFUserCollection |
Initializes a new instance of the PFUserCollection class.
|
Name | Description | |
---|---|---|
Add |
Do not use(for serialization only)
| |
AddUser(PFUser) |
Adds the specified user in the collection.
| |
AddUser(PFUserInfo) |
Adds the specified user in the collection.
| |
ContainsUser |
Checks if this collection contains the specified user (not recursive).
| |
Equals |
Compares this object to another object.
(Overrides ObjectEquals(Object).) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
Remove |
Do not use(for serialization only)
| |
RemoveUser(PFUser) |
Removes the specified user from the collection.
| |
RemoveUser(PFUserInfo) |
Removes the specified user from the collection.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AsT |
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.) | |
CastToListT | Overloaded.
Casts an enumerable to a strongly typed List.
(Defined by Utils_Linq.) | |
CastToListT(FuncObject, T) | Overloaded.
Casts an enumerable to a strongly typed List.
(Defined by Utils_Linq.) | |
DistinctByPFUserInfo, TIdentity |
Returns distinct elements from a sequence by using a specified predicate to compare values.
(Defined by Utils_Linq.) | |
EqualsAll |
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.) | |
EqualsAny |
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.) | |
ForEachPFUserInfo |
Performs the specified action on each element of the System.Collections.Generic.IEnumerable/T/.
(Defined by Utils_Linq.) | |
GetString | Overloaded.
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.) | |
GetStringPFUserInfo(String) | Overloaded.
Creates a string with all values in the List, separated by a string.
(Defined by Utils_Linq.)Uses ToString to convert objects. | |
GetStringPFUserInfo(String, FuncPFUserInfo, String) | Overloaded.
Creates a string with all values (converted using a function) in the List, separated by a string.
(Defined by Utils_Linq.) | |
IsEmptyPFUserInfo |
Checks if a list is empty.
(Defined by Utils_Linq.) | |
IsGenericList | Overloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.) | |
IsGenericList(Type) | Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.) | |
IsNotEmptyPFUserInfo |
Checks if a list is not empty.
(Defined by Utils_Linq.) | |
IsNullOrEmptyPFUserInfo |
Checks if a list is null or empty.
(Defined by Utils_Linq.) | |
NotNullPFUserInfo |
Filters a collection of values, excluding null values.
(Defined by Utils_Linq.) | |
Serialize | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
Serialize(String) | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
SerializeJson | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
SerializeJson(ListType) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
SerializeJson(DataContractJsonSerializerSettings) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |