Find

Find(params Guid[])

根据其 PropertySet 在列表中查找属性

public PropertyDescriptor[] Find(params Guid[] propertySets)
范围类型描述
propertySetsGuid[]要查找的 PropertySet

返回值

数组PropertyDescriptor如果在列表中找到具有所需 PropertySet 的对象;否则为空数组。

也可以看看


Find(string)

在列表中查找具有指定名称的属性

public PropertyDescriptor Find(string name)
范围类型描述
nameString用于指代属性的名称。

返回值

PropertyDescriptor如果在列表中找到对象;否则为空。

也可以看看


Find(int, PropertyDataType)

发现PidTagPropertyDescriptor列表 中的属性

public PidTagPropertyDescriptor Find(int id, PropertyDataType type)
范围类型描述
idInt32要查找的 ID
typePropertyDataType属性的数据类型

返回值

PidTagPropertyDescriptor如果在列表中找到具有定义标记的对象;否则为空。

也可以看看


Find(int)

发现PidTagPropertyDescriptor list 中的属性

public PidTagPropertyDescriptor[] Find(int id)
范围类型描述
idInt32要查找的 ID

返回值

PidTagPropertyDescriptor如果在列表中找到具有已定义标记的对象数组;否则为空数组。

也可以看看


Find(long)

发现PidTagPropertyDescriptor列表 中的属性

public PidTagPropertyDescriptor Find(long tag)
范围类型描述
tagInt64标记查找

返回值

PidTagPropertyDescriptor如果在列表中找到具有定义标记的对象;否则为空。

也可以看看


Find(string, PropertyDataType, Guid)

发现PidNamePropertyDescriptor根据所需参数列表中的属性

public PidNamePropertyDescriptor Find(string name, PropertyDataType type, Guid propertySet)
范围类型描述
nameString物业名称
typePropertyDataType属性的数据类型
propertySetGuid属性的 PropertySet

返回值

PidNamePropertyDescriptor如果在列表中找到对象;否则为空。

也可以看看


Find(string, Guid)

发现PidNamePropertyDescriptor根据所需参数列表中的属性 这是没有数据类型比较的简化搜索操作。

public PidNamePropertyDescriptor Find(string name, Guid propertySet)
范围类型描述
nameString物业名称
propertySetGuid属性的 PropertySet

返回值

PidNamePropertyDescriptor如果在列表中找到对象;否则为空。

也可以看看


Find(long, PropertyDataType, Guid)

发现PidLidPropertyDescriptor根据所需参数列表中的属性

public PidLidPropertyDescriptor Find(long lid, PropertyDataType type, Guid propertySet)
范围类型描述
lidInt64属性的长 id
typePropertyDataType属性的数据类型
propertySetGuid属性的 PropertySet

返回值

PidLidPropertyDescriptor如果在列表中找到对象;否则为空。

也可以看看


Find(long, Guid)

发现PidLidPropertyDescriptor根据所需参数列表中的属性 这是没有数据类型比较的简化搜索操作。

public PidLidPropertyDescriptor Find(long lid, Guid propertySet)
范围类型描述
lidInt64属性的长 id
propertySetGuid属性的 PropertySet

返回值

PidLidPropertyDescriptor如果在列表中找到对象;否则为空。

也可以看看