A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.mongodb.com/docs/realm-sdks/dotnet/latest/reference/Realms.KeyPathsCollection.html below:

Class KeyPathsCollection | Realm

Class KeyPathsCollection Inheritance

KeyPathsCollection

Namespace: Realms Assembly: Realm.dll Syntax
public class KeyPathsCollection : IEnumerable<KeyPath>, IEnumerable
Properties | Edit this page View Source Full

Gets a KeyPathsCollection value for full notifications, for which changes to all top-level properties and 4 nested levels will raise a notification. This is the default KeyPathsCollection value.

Declaration
public static KeyPathsCollection Full { get; }
Property Value | Edit this page View Source Shallow

Gets a KeyPathsCollection value for shallow notifications, that will raise notifications only for changes to the collection itself (for example when an element is added or removed), but not for changes to any of the properties of the elements of the collection.

Declaration
public static KeyPathsCollection Shallow { get; }
Property Value Methods | Edit this page View Source Of(params KeyPath[])

Builds a KeyPathsCollection from an array of KeyPath.

Declaration
public static KeyPathsCollection Of(params KeyPath[] paths)
Parameters Returns | Edit this page View Source Of<T>(params Expression<Func<T, object?>>[])

Builds a KeyPathsCollection from an array of Expression. Each of the expressions must represent the path to a realm object property, eventually chained.

Declaration
public static KeyPathsCollection Of<T>(params Expression<Func<T, object?>>[] expressions) where T : IRealmObject
Parameters Returns Type Parameters Operators | Edit this page View Source implicit operator KeyPathsCollection(KeyPath[]) Declaration
public static implicit operator KeyPathsCollection(KeyPath[] paths)
Parameters Type Name Description KeyPath[] paths Returns | Edit this page View Source implicit operator KeyPathsCollection(List<KeyPath>) Declaration
public static implicit operator KeyPathsCollection(List<KeyPath> paths)
Parameters Returns | Edit this page View Source implicit operator KeyPathsCollection(List<string>) Declaration
public static implicit operator KeyPathsCollection(List<string> paths)
Parameters Returns | Edit this page View Source implicit operator KeyPathsCollection(string[]) Declaration
public static implicit operator KeyPathsCollection(string[] paths)
Parameters Type Name Description string[] paths Returns Implements

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4