类 KeyPathsCollection
程序集:Realm.dll
语法
public class KeyPathsCollection : IEnumerable<KeyPath>, IEnumerable
属性
|
编辑本页
查看源代码
full
声明
public static KeyPathsCollection Full { get; }
属性值
|
编辑本页
查看源代码
浅层
声明
public static KeyPathsCollection Shallow { get; }
属性值
方法
|
编辑本页
查看源代码
Of(params KeyPath[])
声明
public static KeyPathsCollection Of(params KeyPath[] paths)
参数
返回:
|
编辑本页
查看源代码
Of<T>(params Expression<Func<T, 对象?>>[])
声明
public static KeyPathsCollection Of<T>(params Expression<Func<T, object?>>[] expressions) where T : IRealmObject
参数
返回:
类型参数
操作符
|
编辑本页
查看源代码
隐式操作符KeyPathsCollection(KeyPath[])
声明
public static implicit operator KeyPathsCollection(KeyPath[] paths)
参数
返回:
|
编辑本页
查看源代码
隐式操作符 KeyPathsCollection(List<KeyPath>)
声明
public static implicit operator KeyPathsCollection(List<KeyPath> paths)
参数
返回:
|
编辑本页
查看源代码
隐式操作符KeyPathsCollection(List<string>)
声明
public static implicit operator KeyPathsCollection(List<string> paths)
参数
返回:
|
编辑本页
查看源代码
隐式操作符KeyPathsCollection(string[])
声明
public static implicit operator KeyPathsCollection(string[] paths)
参数
返回:
implements