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

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

ArraySchema()PipServices3.Commons.Validate.ArraySchema
ArraySchema(object valueType)PipServices3.Commons.Validate.ArraySchema
IsRequired (defined in PipServices3.Commons.Validate.Schema)PipServices3.Commons.Validate.Schema
MakeOptional()PipServices3.Commons.Validate.Schema
MakeRequired()PipServices3.Commons.Validate.Schema
PerformTypeValidation(string path, object type, object value, List< ValidationResult > results)PipServices3.Commons.Validate.Schemaprotected
ProjectionParamsSchema()PipServices3.Commons.Validate.ProjectionParamsSchema
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
ValueType (defined in PipServices3.Commons.Validate.ArraySchema)PipServices3.Commons.Validate.ArraySchema
WithRule(IValidationRule rule)PipServices3.Commons.Validate.Schema