IAccessiblePVIObjectT

IAccessiblePVIObject<T> interface

Represents a type that can return corresponding effective data with the inheritance applied.

public interface IAccessiblePVIObject<T>
    where T : class
ParameterDescription
TType of effective data.

Methods

NameDescription
GetEffective()Gets effective data with the inheritance applied.

See Also