public readonly struct FileGroupInfo : IComparable<FileGroupInfo>,
IEquatable<FileGroupInfo>Public Structure FileGroupInfo
Implements IComparable(Of FileGroupInfo), IEquatable(Of FileGroupInfo)public value class FileGroupInfo : IComparable<FileGroupInfo>,
IEquatable<FileGroupInfo>[<SealedAttribute>]
type FileGroupInfo =
struct
inherit ValueType
interface IComparable<FileGroupInfo>
interface IEquatable<FileGroupInfo>
end| FileGroupInfo(String) | Создаёт экземпляр структуры с указанием значений её свойства Caption. Свойство Sorting заполняется на основании свойств ID и Caption. |
| FileGroupInfo(Object, String) | Создаёт экземпляр структуры с указанием значений её свойств ID и Caption. Свойство Sorting заполняется на основании свойства Caption. |
| FileGroupInfo(Object, String, String, Int32) | Создаёт экземпляр структуры с указанием значений её свойств. |
| Caption | Отображаемое название группы. Не должно быть строкой локализации. Может быть равно null. |
| ID | Идентификатор группы, по которому можно отличить строки в пределах одной и той же группы. Используется как имя объекта фильтрации. Может быть равен null. |
| Sorting | Название группы, используемое для сортировки. Обычно равно Caption, если не требуется специальных правил для сортировки. Не должно быть строкой локализации. Может быть равно null. |
| StrictOrder | Задаёт строгий порядок для сортировки (в начале сравнение происходит по нему, затем по Sorting). По умолчанию равен 0. |
| CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
| Equals(FileGroupInfo) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Переопределяет ValueTypeEquals(Object)) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Returns the hash code for this instance. (Переопределяет ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns the fully qualified type name of this instance. (Переопределяет ValueTypeToString) |
| Equality(FileGroupInfo, FileGroupInfo) | Сравнивает заданные значения на равенство. |
| Inequality(FileGroupInfo, FileGroupInfo) | Сравнивает заданные значения на неравенство. |