Pip-Services-Commons-Dotnet
PipServices3.Commons.Validate.PagingParamsSchema Member List

This is the complete list of members for PipServices3.Commons.Validate.PagingParamsSchema, including all inherited members.

AllowUndefined(bool value)PipServices3.Commons.Validate.ObjectSchema
IsRequired (defined in PipServices3.Commons.Validate.Schema)PipServices3.Commons.Validate.Schema
IsUndefinedAllowed (defined in PipServices3.Commons.Validate.ObjectSchema)PipServices3.Commons.Validate.ObjectSchema
MakeOptional()PipServices3.Commons.Validate.Schema
MakeRequired()PipServices3.Commons.Validate.Schema
PagingParamsSchema()PipServices3.Commons.Validate.PagingParamsSchema
PerformTypeValidation(string path, object type, object value, List< ValidationResult > results)PipServices3.Commons.Validate.Schemaprotected
Properties (defined in PipServices3.Commons.Validate.ObjectSchema)PipServices3.Commons.Validate.ObjectSchema
Rules (defined in PipServices3.Commons.Validate.Schema)PipServices3.Commons.Validate.Schema
Schema()PipServices3.Commons.Validate.Schema
Schema(bool required, List< IValidationRule > rules)PipServices3.Commons.Validate.Schema
Validate(object value)PipServices3.Commons.Validate.Schema
ValidateAndThrowException(string correlationId, object value, bool strict=false)PipServices3.Commons.Validate.Schema
WithOptionalProperty(string name, object type, params IValidationRule[] rules)PipServices3.Commons.Validate.ObjectSchema
WithProperty(PropertySchema schema)PipServices3.Commons.Validate.ObjectSchema
WithRequiredProperty(string name, object type, params IValidationRule[] rules)PipServices3.Commons.Validate.ObjectSchema
WithRule(IValidationRule rule)PipServices3.Commons.Validate.Schema