Show / Hide Table of Contents

Class ProcessSchemaResponse

The service response for the process schema request.

Inheritance
System.Object
SchemaDesignerResponse
BaseProcessSchemaResponse
ProcessSchemaResponse
Inherited Members
BaseProcessSchemaResponse.ValidatorInfo
BaseProcessSchemaResponse.ValidatorMessage
BaseProcessSchemaResponse.SchemaName
BaseProcessSchemaResponse.IsInterpretable
BaseProcessSchemaResponse.HasErrors
BaseProcessSchemaResponse.ValidationErrors
SchemaDesignerResponse.Success
SchemaDesignerResponse.ErrorInfo
SchemaDesignerResponse.Messages
SchemaDesignerResponse.PackageHierarchy
SchemaDesignerResponse.PackageTopologicalOrder
SchemaDesignerResponse.DataValueTypeInfo
SchemaDesignerResponse.SchemaHierarchy
SchemaDesignerResponse.MaxEntitySchemaNameLength
SchemaDesignerResponse.AvailablePackages
SchemaDesignerResponse.CurrentPackageUId
SchemaDesignerResponse.ColumnCaptionPath
SchemaDesignerResponse.ColumnMetaPath
SchemaDesignerResponse.GetSchemaColumnInformationResponse
SchemaDesignerResponse.GetSchemaColumnsInformationResponse
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 ProcessSchemaResponse : BaseProcessSchemaResponse

Constructors

ProcessSchemaResponse()

Declaration
public ProcessSchemaResponse()

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)
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