PFItemDataCollection Class |
Namespace: Packflow.Core
public sealed class PFItemDataCollection : PFDataCollection
The PFItemDataCollection type exposes the following members.
Name | Description | |
---|---|---|
HasPendingModifications |
Gets a valud indicating whether a minimum of one value is currently 'Modified' in the collection.
(Inherited from PFDataCollection.) |
Name | Description | |
---|---|---|
GetAvailableEntries |
Gets field names of entries that can be modified in this collection.
(Inherited from PFDataCollection.) | |
GetFieldValueObject |
Gets a value without any conversion.
| |
GetModifiedValues |
Gets all modified values in the collection.
| |
GetSavedValueObject(String) |
Gets a field's value at its state when loaded from the database,
without taking into account the changes since.
(Inherited from PFDataCollection.) | |
GetSavedValueObject(PFField) |
Gets a field's value at its state when loaded from the database,
without taking into account the changes since.
| |
GetValue(String) |
Gets a value as text, can return null.
(Inherited from PFDataCollection.) | |
GetValue(PFField) |
Gets a value as text, can return null.
| |
GetValueBinary |
Gets a value in byte array format.
Will return null if the value is null or could not be converted.
(Inherited from PFDataCollection.) | |
GetValueBoolean |
Gets a value in boolean format. Will try to convert the value if necessary.
Will return false if the value is null or could not be converted.
(Inherited from PFDataCollection.) | |
GetValueChoice |
Gets a choice value. Will return null if the value has the wrong type.
| |
GetValueDateTime(String) |
Gets a value in date and time format. Will try to convert the value if necessary.
Will return DateTime.MinValue if the value is null or could not be converted.
(Inherited from PFDataCollection.) | |
GetValueDateTimeOffset(String) |
Gets a value in date and time (with offset) format. Will try to convert the value if necessary.
Will return DateTimeOffset.MinValue if the value is null or could not be converted.
(Inherited from PFDataCollection.) | |
GetValueDecimal(String) |
Gets a value in decimal format. Will try to convert the value if necessary.
Will return 0 if the value is null or could not be converted.
(Inherited from PFDataCollection.) | |
GetValueDouble |
Gets a value in double format. Will try to convert the value if necessary.
Will return 0 if the value is null or could not be converted.
(Inherited from PFDataCollection.) | |
GetValueFileHolder |
Gets a file holder value. Will return null if the value has the wrong type.
| |
GetValueFloat |
Gets a value in float format. Will try to convert the value if necessary.
Will return 0 if the value is null or could not be converted.
(Inherited from PFDataCollection.) | |
GetValueGuid |
Gets a value in guid format. Will try to convert the value if necessary.
Will return Guid.Empty if the value is null or could not be converted.
(Inherited from PFDataCollection.) | |
GetValueInteger |
Gets a value in integer format. Will try to convert the value if necessary.
Will return 0 if the value is null or could not be converted.
(Inherited from PFDataCollection.) | |
GetValueLong |
Gets a value in long format. Will try to convert the value if necessary.
Will return 0 if the value is null or could not be converted.
(Inherited from PFDataCollection.) | |
GetValueNullableBoolean |
Gets a value in nullable boolean format. Will try to convert the value if necessary.
Will return null if the value could not be converted.
(Inherited from PFDataCollection.) | |
GetValueObject(String) |
Gets a value without any conversion.
(Inherited from PFDataCollection.) | |
GetValueObject(PFField) |
Gets a value without any conversion.
| |
GetValueState |
Gets the current state of a value in the collection. Can be empty if no entry found for this field name.
(Inherited from PFDataCollection.) | |
GetValueText(String) |
Gets a value as text, will return String.Empty if the value does not exist or is null.
(Inherited from PFDataCollection.) | |
GetValueText(PFField) |
Gets a value as text, will return String.Empty if the value does not exist or is null.
| |
GetValueUrl |
Gets an url value. Will return null if the value has the wrong type.
| |
GetValueUser |
Gets a user value. Will return null if the value has the wrong type.
(Inherited from PFDataCollection.) | |
HasPropertyChanged(String) | Obsolete.
Checks if the specified entry is 'Modified' in the collection.
(Inherited from PFDataCollection.) | |
HasPropertyChanged(String, Boolean) | Obsolete.
Checks if the specified entry is 'Modified' in the collection.
(Inherited from PFDataCollection.) | |
HasValueChanged(String) |
Checks if the specified value has been modified since its loading from the database.
(Inherited from PFDataCollection.) | |
HasValueChanged(String, Boolean, Boolean) |
Checks if the specified value has been modified since its loading from the database.
(Inherited from PFDataCollection.) | |
IsEntryAvailable | Obsolete.
Determines whether an entry is available for the specified field name.
(Inherited from PFDataCollection.) | |
IsValueAvailable |
Determines whether a value is available for the specified field name.
(Inherited from PFDataCollection.) | |
IsValueEmpty |
Checks if a value is not initialized or null.
| |
SetValue(String, Object) |
Sets a value in the collection.
(Inherited from PFDataCollection.) | |
SetValue(PFField, Object) |
Sets a value in 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.) | |
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.) | |
GetString |
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.) | |
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.) | |
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.) |