ToggleOverload List

Type NameDescription
Public methodFilterElement()()()
This method is exposed to satisfy the ISerializable interface.
Protected methodFilterElement(SerializationInfo, StreamingContext)
This method is exposed to satisfy the ISerializable interface.
Public methodFilterElement(Nullable<(Of <(Int32>)>), Nullable<(Of <(Int64>)>), Nullable<(Of <(Boolean>)>), FilteredPropertyType) Obsolete.
Creates a FilterElement object that specifies, by type, which properties to retrieve from the server.
Public methodFilterElement(Nullable<(Of <(Int32>)>), Nullable<(Of <(Int64>)>), Nullable<(Of <(Boolean>)>), String) Obsolete.
Creates a FilterElement object that specifies, either by identifier or by type, one or more properties to retrieve from the server.
Public methodFilterElement(Nullable<(Of <(Int32>)>), Nullable<(Of <(Int64>)>), Nullable<(Of <(Boolean>)>), FilteredPropertyType, Nullable<(Of <(Int32>)>))
Creates a FilterElement object that specifies, by type, which properties to retrieve from the server.
Public methodFilterElement(Nullable<(Of <(Int32>)>), Nullable<(Of <(Int64>)>), Nullable<(Of <(Boolean>)>), String, Nullable<(Of <(Int32>)>))
Creates a FilterElement object that specifies, either by identifier or by type, one or more properties to retrieve from the server.

ToggleSee Also