JinniOperationStatus - класс

Status info on service operation.

Definition

Пространство имён: Tessa.Jinni
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public sealed class JinniOperationStatus : StorageSerializable
Inheritance
Object    StorageSerializable    JinniOperationStatus

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

JinniOperationStatus Create instance of JinniOperationStatus.
JinniOperationStatus(JinniOperationState, NullableInt32, String) Create instance of JinniOperationStatus with its properties.

Свойства

ErrorMessage Message for error occured during operation's processing, or null if no errors happened.
IsSuccessful Flag whether operation isn't failed.
Progress Progress percentage of operation (between 0 and 100), or null if progress is unavailable for its current state or for this type of operation.
State State of operation.

Методы

Deconstruct Deconstructs fields for use in C#.
DeserializeВыполняет десериализацию полей объекта из заданного хранилища.
(Унаследован от StorageSerializable)
DeserializeAndGetCoreВыполняет десериализацию полей объекта из заданного хранилища.
(Унаследован от StorageSerializable)
DeserializeCoreВыполняет десериализацию полей объекта из заданного хранилища.
(Переопределяет StorageSerializableDeserializeCore(DictionaryString, Object))
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
SerializeВыполняет сериализацию полей объекта в заданное хранилище.
(Унаследован от StorageSerializable)
SerializeCoreВыполняет сериализацию полей объекта в заданное хранилище.
(Переопределяет StorageSerializableSerializeCore(DictionaryString, Object))
ToStringReturns a string that represents the current object.
(Переопределяет ObjectToString)

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

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также