SetPropertyValuesProtected Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class SetPropertyValuesProtected : ObjectWithIdCollectionBaseReadOnly<SetPropertyValue>
The SetPropertyValuesProtected type exposes the following members.
Name | Description | |
---|---|---|
![]() | SetPropertyValuesProtected |
Name | Description | |
---|---|---|
![]() | Count | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | IsEmpty | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | IsReadOnly | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | Item | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | SortedById | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
Name | Description | |
---|---|---|
![]() | BinarySearch | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | Contains(Int32) |
Returns true of the collection contains an object with the provided ID.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | Contains(T) |
Returnerer om collection rummer objekt med samme id som obj.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | ContainsSameIds(IntegerList) | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | ContainsSameIds(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.) |
![]() | CopyTo | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | Exists |
Check wether a predicate is true for at least one item in the list
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | Find | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | FindAll(PredicateT, ObjectWithIdCollectionBaseT) |
Add all items for whch the predicate is true to the result.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | FindAllTResulttype(PredicateT) | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | FindIndex | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | FindLast | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | FindLastIndex | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | FormatExceptionMsg | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | GetById |
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.) |
![]() | GetByIdCheck |
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.) |
![]() | GetByIdList | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | GetByIdListCheck | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | GetByIdMulti | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | GetByName(String) | |
![]() | GetByName(String, Int32) | |
![]() | GetByName(String, Int32, Boolean) | |
![]() | GetByName(String, Int32, Boolean, Boolean) | |
![]() | GetByUId |
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.) |
![]() | GetByUIdCheck |
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.) |
![]() | GetDelimitedIdString | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | GetEnumerator | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | GetIdList | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | GetIndexById |
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.) |
![]() | GetIndexByUId |
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.) |
![]() | GetMaxVOrder |
Returns the max vorder of the property values that are *not* deleted.
Returns 0 if no property values are available
|
![]() | GetNotDeletedValues |
Returns those SetPropertyValue objects which are not deleted
|
![]() | GetRange |
Unlike the list class, this may return less than count elements
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | HasCommonItems(IntegerList) |
Returns true if the collection contains at least one element which is also in the source.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | HasCommonItems(ObjectWithIdCollectionBaseT) |
Returns true if the collection contains at least one element which is also in the source.
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | IndexOf | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | TrueForAll |
Check wether a predicate is true for all items in the list
(Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
![]() | UnprotectedClone |
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.
|
![]() | WriteDebug |
Debug utility
|
Name | Description | |
---|---|---|
![]() | m_sortedById | (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
Name | Description | |
---|---|---|
![]() ![]() | IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from ObjectWithIdCollectionBaseReadOnlyT.) |