public class AiFileOperationResponse : AiFileOperationStatusPublic Class AiFileOperationResponse
Inherits AiFileOperationStatuspublic ref class AiFileOperationResponse : public AiFileOperationStatustype AiFileOperationResponse =
class
inherit AiFileOperationStatus
end| AiFileOperationResponse | Инициализирует новый экземпляр класса AiFileOperationResponse |
| ErrorMessage |
Error message if a State is Error, null otherwise.
(Унаследован от AiFileOperationStatus) |
| FileID |
Base file identifier.
(Унаследован от AiFileOperationStatus) |
| State |
Operation state with a requested derived file, or Completed if no such operation is requested.
(Унаследован от AiFileOperationStatus) |
| Token | Token to access the file's content. Always present. |
| Deserialize | Выполняет десериализацию полей объекта из заданного хранилища. (Унаследован от StorageSerializable) |
| DeserializeAndGetCore | Выполняет десериализацию полей объекта из заданного хранилища. (Унаследован от StorageSerializable) |
| DeserializeCore | Выполняет десериализацию полей объекта из заданного хранилища. (Переопределяет AiFileOperationStatusDeserializeCore(DictionaryString, Object)) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| FromStatus | Creates response based on the status. Doesn't populate properties that are absent in the status object. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| Serialize | Выполняет сериализацию полей объекта в заданное хранилище. (Унаследован от StorageSerializable) |
| SerializeCore | Выполняет сериализацию полей объекта в заданное хранилище. (Переопределяет AiFileOperationStatusSerializeCore(DictionaryString, Object)) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |