Click or drag to resize

SetPropertyValuesProtected Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelObjectWithIdCollectionBaseReadOnlySetPropertyValue
    Omada.OE.ModelSetPropertyValuesProtected

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class SetPropertyValuesProtected : ObjectWithIdCollectionBaseReadOnly<SetPropertyValue>

The SetPropertyValuesProtected type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodBinarySearch (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodContains(Int32)
Returns true of the collection contains an object with the provided ID.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodContains(T)
Returnerer om collection rummer objekt med samme id som obj.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodContainsSameIds(IntegerList) (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodContainsSameIds(ObjectWithIdCollectionBaseT)
Returnerer true if the collection contains the same objects as the source. The collections must contain the same elements. The sort order is irrelevant and not considered. The objects are only compared in their ID.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodCopyTo (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodExists
Check wether a predicate is true for at least one item in the list
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodFind (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodFindAll(PredicateT, ObjectWithIdCollectionBaseT)
Add all items for whch the predicate is true to the result.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodFindAllTResulttype(PredicateT) (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodFindIndex (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodFindLast (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodFindLastIndex (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Protected methodFormatExceptionMsg (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodGetById
Returns an object from the collection with the provided ID. If the collection is sorted by ID, binary search is used, else its linear. Returns null if the object is not found.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodGetByIdCheck
Returns an object from the collection with the provided ID. If the collection is sorted by ID, binary search is used, else its linear. Raises an exception if the object is not found.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodGetByIdList (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodGetByIdListCheck (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodGetByIdMulti (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodGetByName(String)
Public methodGetByName(String, Int32)
Public methodGetByName(String, Int32, Boolean)
Public methodGetByName(String, Int32, Boolean, Boolean)
Public methodGetByUId
Returns the object from the collection with the provided UID. Returns null if the ID is not found. The method can only be used on object which implements IObjectWithGuid!
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodGetByUIdCheck
Returns the object from the collection with the provided UID. An exception is raised if the ID is not found. The method can only be used on object which implements IObjectWithGuid!
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodGetDelimitedIdString (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodGetEnumerator (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodGetIdList (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodGetIndexById
Returns an index of the object from the collection with the provided ID. If the collection is sorted by id, binary search is used, else it's a linear search. Returns -1 if the object is not found.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodGetIndexByUId
Returns the index of the object from the collection with the provided UID. Returns -1 if the ID is not found. The method can only be used on object which implements IObjectWithGuid!
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodGetMaxVOrder
Returns the max vorder of the property values that are *not* deleted. Returns 0 if no property values are available
Public methodGetNotDeletedValues
Returns those SetPropertyValue objects which are not deleted
Public methodGetRange
Unlike the list class, this may return less than count elements
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodHasCommonItems(IntegerList)
Returns true if the collection contains at least one element which is also in the source.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodHasCommonItems(ObjectWithIdCollectionBaseT)
Returns true if the collection contains at least one element which is also in the source.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodIndexOf (Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodTrueForAll
Check wether a predicate is true for all items in the list
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.)
Public methodUnprotectedClone
Returns a new list of SetPropertyValue objects containing the very same objects. The new list can be used when the sort order needs to be changed.
Public methodWriteDebug
Debug utility
Top
Fields
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also