public class SettingsUnitFilter : IEquatable<SettingsUnitFilter>Public Class SettingsUnitFilter
Implements IEquatable(Of SettingsUnitFilter)public ref class SettingsUnitFilter : IEquatable<SettingsUnitFilter^>type SettingsUnitFilter =
class
interface IEquatable<SettingsUnitFilter>
end| SettingsUnitFilter | Represents a filter used to query settings units based on various properties. |
| Category |
Path to the category separated by "/" where the settings unit is located.
|
| Fragment | |
| IsEmpty | Indicates that the filter does not contain any filtering parameters. |
| ParentID |
Parent settings unit unique identifier.
When specified, only child fragments of the given parent unit are returned.
|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |