ISfcPropertySet Interface

Definition

This is the interface that gives access to a set (collection, list or other aggregation) of properties.

public interface ISfcPropertySet
type ISfcPropertySet = interface
Public Interface ISfcPropertySet
Derived

Methods

Contains(ISfcProperty)

Checks if the property with specified metadata exists

Contains(String)

Checks if the property with specified name exists

Contains<T>(String)

Checks if the property with specified name and type exists

EnumProperties()

Enumerates all properties

TryGetProperty(String, ISfcProperty)

Attempts to get property metadata

TryGetPropertyValue(String, Object)

Attempts to get property value from provider

TryGetPropertyValue<T>(String, T)

Attempts to get property value from provider

Applies to