GroupPosition - структура

Положение относительно этапов, добавленных вручную.

Definition

Пространство имён: Tessa.Extensions.Default.Shared.Workflow.KrCompilers
Сборка: Tessa.Extensions.Default.Shared (в Tessa.Extensions.Default.Shared.dll) Версия: 3.6.0.20
C#
public readonly struct GroupPosition : IEquatable<GroupPosition>, 
	IComparable<GroupPosition>
Inheritance
Object    ValueType    GroupPosition
Implements
IComparableGroupPosition, IEquatableGroupPosition

Конструкторы

GroupPosition Инициализирует новый экземпляр GroupPosition.

Свойства

AtFirst В начале группы.
AtLast В конце группы.
ID Идентификатор положения относительно этапов, добавленных вручную.
Unspecified Информация о положении не определена.

Методы

CompareToCompares 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(GroupPosition)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))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetByID(NullableInt32) Возвращает объект GroupPosition в соответствии с заданным идентификатором положения относительно этапов, добавленных вручную.
GetByID(Object) Возвращает объект GroupPosition в соответствии с заданным идентификатором положения относительно этапов, добавленных вручную.
GetHashCodeReturns the hash code for this instance.
(Переопределяет ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns the fully qualified type name of this instance.
(Переопределяет ValueTypeToString)

Операторы

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также