ISfcPropertySet 介面

定義

這是提供存取一組屬性(集合、清單或其他聚合)的介面。

public interface ISfcPropertySet
type ISfcPropertySet = interface
Public Interface ISfcPropertySet
衍生

方法

名稱 Description
Contains(ISfcProperty)

檢查是否存在帶有指定元資料的屬性

Contains(String)

檢查指定名稱的屬性是否存在

Contains<T>(String)

檢查指定名稱與類型是否存在該屬性

EnumProperties()

列舉所有性質

TryGetProperty(String, ISfcProperty)

嘗試取得屬性元資料

TryGetPropertyValue(String, Object)

嘗試從供應商獲取房產價值

TryGetPropertyValue<T>(String, T)

嘗試從供應商獲取房產價值

適用於