Show / Hide Table of Contents

Class InsertQueryResponse

Inheritance
System.Object
BaseResponse
BaseResponse
BaseResponseWithProcessExecutionData
InsertQueryResponse
Implements
ServiceStack.ServiceInterface.ServiceModel.IHasResponseStatus
Inherited Members
BaseResponseWithProcessExecutionData.ProcessExecutionData
BaseResponse.ResponseStatus
BaseResponse.QueryId
BaseResponse.RowsAffected
BaseResponse.NextPrcElReady
BaseResponse.Success
BaseResponse.ErrorInfo
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Nui.ServiceModel.DataContract
Assembly: Terrasoft.Nui.ServiceModel.dll
Syntax
public class InsertQueryResponse : BaseResponseWithProcessExecutionData, IHasResponseStatus, IResponseWithProcessExecutionData

Constructors

InsertQueryResponse()

Declaration
public InsertQueryResponse()

Properties

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

Implements

ServiceStack.ServiceInterface.ServiceModel.IHasResponseStatus

Extension Methods

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
ResponseUtils.SetDesingTimeException<TResponse>(TResponse, Exception)
ResponseUtils.SetRunTimeException<TResponse>(TResponse, Exception)
ResponseUtils.SetErrorInfo<TResponse>(TResponse, Exception)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance, Boolean)
NSubstituteExtension.Protected(Object, String, Object[])
NSubstituteExtension.Protected(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(Object, String)
NSubstituteExtension.MatchInstance<T>(T)
SubstituteUtilities.GetIsSubstituteObject(Object)
SubstituteUtilities.Instead<TInstance, TValue>(TInstance, Func<TInstance, TValue>)
Back to top Generated by DocFX