EntityFields Methods |
The EntityFields type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds an item to the IList.
(Inherited from EntityFieldsCoreTField.) | |
Clear |
Not supported
(Inherited from EntityFieldsCoreTField.) | |
Clone |
Clones this instance and its contents using a deep copy.
| |
CloneAsDirty |
Clones this object to a new EntityFields object where all fields are changed and the object itself is marked dirty.
| |
Compact |
Compacts the list of fields so all empty slots are removed.
(Inherited from EntityFieldsCoreTField.) | |
Contains |
Determines whether the IList contains a specific value.
(Inherited from EntityFieldsCoreTField.) | |
Contract |
Contracts the list of fields so all empty slots at the end of the list of fields are removed. Doesn't perform a contract operation if the
fields object is empty
(Inherited from EntityFieldsCoreTField.) | |
CopyTo | (Inherited from EntityFieldsCoreTField.) | |
CreateDeepClone |
Clones this instance and its contents using a deep copy.
(Inherited from EntityFieldsCoreTField.) | |
CreateDeepCloneAsDirty |
Clones this object to a new EntityFieldsCore<TField> object where all fields are changed and the object itself is marked dirty.
(Inherited from EntityFieldsCoreTField.) | |
CreateFieldInstanceImpl |
Creates the field instance impl.
(Overrides EntityFieldsCoreTFieldCreateFieldInstanceImpl(IFieldInfo).) | |
CreateShallowClone |
Creates a shallow copy of this instance, which means that a new object is created but all membervariables are kept the same.
(Inherited from EntityFieldsCoreTField.) | |
DefineField(IEntityFieldCore, Int32) |
Adds the specified field on the position indexInFields in the resultset.
(Inherited from EntityFieldsCoreTField.) | |
DefineField(IEntityFieldCore, Int32, AggregateFunction) |
Adds the specified field on the position indexInFields in the resultset.
(Inherited from EntityFieldsCoreTField.) | |
DefineField(IEntityFieldCore, Int32, String) |
Adds the specified field on the position indexInFields in the resultset.
(Inherited from EntityFieldsCoreTField.) | |
DefineField(IEntityFieldCore, Int32, String, AggregateFunction) |
Adds the specified field on the position indexInFields in the resultset.
(Inherited from EntityFieldsCoreTField.) | |
DefineField(IEntityFieldCore, Int32, String, String) |
Adds the specified field on the position indexInFields in the resultset.
(Inherited from EntityFieldsCoreTField.) | |
DefineField(IEntityFieldCore, Int32, String, String, AggregateFunction) | Adds the specified field on the position indexInFields in the resultset. (Inherited from EntityFieldsCoreTField.) | |
Equals |
Compares passed in object with the given object. This is a compare of PK fields. These have to be the same in VALUES.
When the values are not the same, or the type is not the same as the current type, false is returned, true otherwise.
When this doesn't have any PK fields, all fields are compared. null values are considered as the same value.
(Inherited from EntityFieldsCoreTField.) | |
Expand |
Expands the specified number of new cells.
(Overrides EntityFieldsCoreTFieldExpand(Int32).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
ForcedValueWrite(Int32, Object) |
Sets the current value for the field with the index specified to the currentValue specified without setting changed flags.
(Inherited from EntityFieldsCoreTField.) | |
ForcedValueWrite(Int32, Object, Object) |
Sets the current value for the field with the index specified to the currentValue specified and the dbvalue to the dbvalue specified
without setting changed flags.
(Inherited from EntityFieldsCoreTField.) | |
GetAsEntityFieldCoreArray |
copy the complete list of IEntityField objects to an array of IEntityFieldCore objects. IEntityField objects implement
IEntityFieldCore
(Inherited from EntityFieldsCoreTField.) | |
GetAsPersistenceInfoArray |
Returns the complete list of IEntityField objects as an array of IFieldPersistenceInfo objects. IEntityField objects implement
IFieldPersistenceInfo.
| |
GetCurrentValue |
Gets the current value for the field at index specified.
(Inherited from EntityFieldsCoreTField.) | |
GetDbValue |
Gets the DB value for the field at index specified.
(Inherited from EntityFieldsCoreTField.) | |
GetEnumerator |
Gets the enumerator for this object.
(Inherited from EntityFieldsCoreTField.) | |
GetHashCode |
Overrides the GetHashCode routine. It will calculate a hashcode for this set of entity fields using the eXclusive OR of the
hashcodes of the primary key fields in this set of entity fields, if this fields object is part of an entity. If not, it will return
this object's hashcode, which is also done when no pk fields are present if this fields object is part of an entity
(Inherited from EntityFieldsCoreTField.) | |
GetIsChanged |
Gets the IsChanged flag for the field at the index specified.
(Inherited from EntityFieldsCoreTField.) | |
GetIsNull |
Gets the IsNull value for the field with the index specified.
(Inherited from EntityFieldsCoreTField.) | |
GetObjectData | Populates a SerializationInfowith the data needed to serialize the target object. (Inherited from EntityFieldsCoreTField.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Determines the index of a specific item in the IList.
(Inherited from EntityFieldsCoreTField.) | |
Insert |
Not supported
(Inherited from EntityFieldsCoreTField.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PerformDeserializationInitialization |
in the deserialization constructor in a derived class this method is called to fill this instance with the data being deserialized.
(Inherited from EntityFieldsCoreTField.) | |
Remove |
Not supported.
(Inherited from EntityFieldsCoreTField.) | |
RemoveAt |
Not supported.
(Inherited from EntityFieldsCoreTField.) | |
SetCurrentValue |
Sets the current value for the field at index specified.
(Inherited from EntityFieldsCoreTField.) | |
SetDbValue |
Sets the db value for the field at the index specified.
(Inherited from EntityFieldsCoreTField.) | |
SetIsChanged |
Sets the IsChanged flag for the field specified. Sets IsDirty to true if value is true.
(Inherited from EntityFieldsCoreTField.) | |
SetPersistenceInfoIfRequired |
Sets the persistence info if required.
(Overrides EntityFieldsCoreTFieldSetPersistenceInfoIfRequired(Int32, TField).) | |
ShallowClone |
Creates a shallow copy of this instance, which means that a new EntityFields object is created but all membervariables are kept the same.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
InT |
Creates a predicate which is true if there's an object of type T in values, which has for each property P a field in fields with the same name / alias
and the value for property P is equal to the value of the field equivalent in the main query.
(Defined by InPredicateProducers.) | |
NotInT |
Creates a predicate which is true if there's no object of type T in values, which has for each property P a field in fields with the same name / alias
and the value for property P is equal to the value of the field equivalent in the main query.
(Defined by InPredicateProducers.) |
Name | Description | |
---|---|---|
ICollectionIEntityFieldCoreAdd |
Adds the specified item.
(Inherited from EntityFieldsCoreTField.) | |
IEditableObjectBeginEdit |
IEditableObject method. Used by databinding.
(Inherited from EntityFieldsCoreTField.) | |
IEditableObjectCancelEdit |
IEditableObject method. Used by databinding.
Doesn't reset isDirty.
(Inherited from EntityFieldsCoreTField.) | |
ICollectionIEntityFieldCoreClear |
Clears this instance.
(Inherited from EntityFieldsCoreTField.) | |
ICollectionIEntityFieldCoreContains |
Determines whether [contains] [the specified item].
(Inherited from EntityFieldsCoreTField.) | |
ICollectionIEntityFieldCoreCopyTo |
Copies to.
(Inherited from EntityFieldsCoreTField.) | |
IEditableObjectEndEdit |
IEditableObject method. Used by databinding.
A succesful edit has been performed. All new values have to be moved to the current value slots.
(Inherited from EntityFieldsCoreTField.) | |
IEnumerableIEntityFieldGetEnumerator |
Returns an enumerator that iterates through the collection.
| |
IEnumerableIEntityFieldCoreGetEnumerator |
Gets the enumerator.
(Inherited from EntityFieldsCoreTField.) | |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from EntityFieldsCoreTField.) | |
IListIEntityFieldCoreIndexOf |
returns the index of the item specified
(Inherited from EntityFieldsCoreTField.) | |
IListIEntityFieldCoreInsert |
Inserts the specified index.
(Inherited from EntityFieldsCoreTField.) | |
IDeserializationCallbackOnDeserialization |
Runs when the entire object graph has been deserialized.
(Inherited from EntityFieldsCoreTField.) | |
ICollectionIEntityFieldCoreRemove |
Removes the specified item.
(Inherited from EntityFieldsCoreTField.) | |
IListIEntityFieldCoreRemoveAt |
Removes the field at the index specified
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsWriteXml |
Converts this EntityFields object to a set of XmlNodes with all the fields as individual nodes.
| |
IEntityFieldsCoreAcceptChanges |
Accepts the changes made. Used in databinding scenarios
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreCleanAndPreserveExpressionsFromFields |
Removes the expressions from fields and returns them in the dictionary, key is field index, value is the expression on that field.
Only removes expressions from fields which have a non-empty containingobjectname, as those are real entity fields.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreClone |
Clones this instance and its contents using a deep copy.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreCloneAsDirty |
Clones this object to a new IEntityFieldsCore object where all fields are changed and the object itself is marked dirty.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreCompact |
Compacts the list of fields so all empty slots are removed.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreContract |
Contracts the list of fields so all empty slots at the end of the list of fields are removed. Doesn't perform a contract operation if the
fields object is empty
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreDeserializeData |
Deserializes the data of this fields object from the SerializationInfo object specified.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreExpand |
Expands this entity fields object by appending numberOfCells new cells to this object.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreGetAsEntityFieldCoreArray |
Returns the complete list of IEntityFieldCore objects as an array of IEntityFieldCore objects.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreGetEntityFieldStates |
Gets the field states for transaction state save
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreGetEntityNamesOfFields |
Gets the entity names of fields.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreGetFieldIndex |
Gets the index of the field with the name specified
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreGetFieldInfo |
Gets the field info for the field at the index specified.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreGetFieldNames |
Gets the field names of the fields contained in this fields object.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreGetHashCode |
Returns a hash code for this instance.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreGetLinkedSuperTypeField |
Gets the linked super type field for the field with the index specified, or null if not applicable.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreGetUniqueFieldNames |
Gets the unique field names.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreMarkAsFetched |
Marks the fields as fetched. Copies the current values to the db values and sets the state to fetched.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreReadXml |
Reads the fields which are childnodes of the passed in fieldsElement into this object
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreReassignExpressionsOnFields |
Reassigns the expressions on fields. Specified are the expressions per field index, as returned by CleanAndPreserveExpressionsFromFields
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreRejectChanges |
Rejects the changes made. Used in databinding scenarios
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreSerializeData |
Serializes the data of this fields object into the SerializationInfo object specified.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreSetEntityFieldStates |
Sets the field states. Used in transaction state save
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreSetValues |
Sets the values for the fields, when this object is part of an entity.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreShallowClone |
Creates a shallow copy of this instance, which means that a new IEntityFieldsCore object is created but all membervariables are kept the same.
(Inherited from EntityFieldsCoreTField.) | |
IEntityFieldsCoreWriteXml |
Writes the XML of this Fields object to the writer specified
(Inherited from EntityFieldsCoreTField.) |