diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers.IO/FileNotFoundExceptionHandler/3EA6EF5A.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers.IO/FileNotFoundExceptionHandler/3EA6EF5A.html index cbb1d58..37a7c41 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers.IO/FileNotFoundExceptionHandler/3EA6EF5A.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers.IO/FileNotFoundExceptionHandler/3EA6EF5A.html @@ -176,7 +176,7 @@

IfNotExists(string, string) Method

Summary

- Throws FileNotFoundException if specified file does not exist or the + Throws System.IO.FileNotFoundException if specified file does not exist or the caller does not have sufficient permissions to read the specified file.
diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers.IO/FileNotFoundExceptionHandler/index.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers.IO/FileNotFoundExceptionHandler/index.html index e2426fc..4596f41 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers.IO/FileNotFoundExceptionHandler/index.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers.IO/FileNotFoundExceptionHandler/index.html @@ -363,7 +363,7 @@

Methods

void
- Throws FileNotFoundException if specified file does not exist or the + Throws System.IO.FileNotFoundException if specified file does not exist or the caller does not have sufficient permissions to read the specified file.
diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/58790936.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/58790936.html index e1b0e36..d3d65b9 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/58790936.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/58790936.html @@ -217,6 +217,7 @@

Summary

Syntax

[MethodImpl(Raise.MethodImplOptions)]
+[ContractAnnotation("value:null => halt")]
 public void IfIsNullOrEmpty<TItem>(ICollection<TItem> value, string argumentName, string message = null)
@@ -239,6 +240,10 @@

Attributes

MethodImplAttribute + + ContractAnnotationAttribute + + diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/59B7B5EF.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/59B7B5EF.html index 7e2bb33..5bad84a 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/59B7B5EF.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/59B7B5EF.html @@ -215,6 +215,7 @@

Summary

Syntax

[MethodImpl(Raise.MethodImplOptions)]
+[ContractAnnotation("value:null => halt")]
 public void IfIsNullOrEmpty(string value)
@@ -233,6 +234,10 @@

Attributes

MethodImplAttribute + + ContractAnnotationAttribute + + diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/6B54074A.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/6B54074A.html index eaec265..8c4ed21 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/6B54074A.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/6B54074A.html @@ -216,6 +216,7 @@

Summary

Syntax

[MethodImpl(Raise.MethodImplOptions)]
+[ContractAnnotation("value:null => halt")]
 public void IfIsNullOrEmpty<TItem>(IEnumerable<TItem> value)
@@ -234,6 +235,10 @@

Attributes

MethodImplAttribute + + ContractAnnotationAttribute + + diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/98B3345F.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/98B3345F.html index 3bc6d0c..7d51d03 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/98B3345F.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/98B3345F.html @@ -216,6 +216,7 @@

Summary

Syntax

[MethodImpl(Raise.MethodImplOptions)]
+[ContractAnnotation("value:null => halt")]
 public void IfIsNullOrEmpty(string value, string argumentName, string message = null)
@@ -238,6 +239,10 @@

Attributes

MethodImplAttribute + + ContractAnnotationAttribute + + diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/9F284839.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/9F284839.html index b4caaae..321f3b7 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/9F284839.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/9F284839.html @@ -215,6 +215,7 @@

Summary

Syntax

[MethodImpl(Raise.MethodImplOptions)]
+[ContractAnnotation("value:null => halt")]
 public void IfIsNullOrWhiteSpace(string value)
@@ -233,6 +234,10 @@

Attributes

MethodImplAttribute + + ContractAnnotationAttribute + + diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/AD603D15.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/AD603D15.html index 5091cc0..0acec93 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/AD603D15.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/AD603D15.html @@ -216,6 +216,7 @@

Summary

Syntax

[MethodImpl(Raise.MethodImplOptions)]
+[ContractAnnotation("value:null => halt")]
 public void IfIsNullOrEmpty<TItem>(ICollection<TItem> value)
@@ -234,6 +235,10 @@

Attributes

MethodImplAttribute + + ContractAnnotationAttribute + + diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/BEA7EF33.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/BEA7EF33.html index df6015d..006f949 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/BEA7EF33.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/BEA7EF33.html @@ -216,6 +216,7 @@

Summary

Syntax

[MethodImpl(Raise.MethodImplOptions)]
+[ContractAnnotation("value:null => halt")]
 public void IfIsNullOrWhiteSpace(string value, string argumentName, string message = null)
@@ -238,6 +239,10 @@

Attributes

MethodImplAttribute + + ContractAnnotationAttribute + + diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/FE766D63.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/FE766D63.html index f542951..004e87d 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/FE766D63.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers/ArgumentExceptionHandler/FE766D63.html @@ -217,6 +217,7 @@

Summary

Syntax

[MethodImpl(Raise.MethodImplOptions)]
+[ContractAnnotation("value:null => halt")]
 public void IfIsNullOrEmpty<TItem>(IEnumerable<TItem> value, string argumentName, string message = null)
@@ -239,6 +240,10 @@

Attributes

MethodImplAttribute + + ContractAnnotationAttribute + + diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers/GenericExceptionHandler_1/index.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers/GenericExceptionHandler_1/index.html index 232b274..41310e4 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers/GenericExceptionHandler_1/index.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers/GenericExceptionHandler_1/index.html @@ -190,13 +190,13 @@

Summary

Derived Types
@@ -208,20 +208,20 @@

Summary

Base0["object"]-->Type Type["GenericExceptionHandler<TException>"] class Type type-node - Type-->Derived0["FileNotFoundExceptionHandler"] - click Derived0 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/FileNotFoundExceptionHandler" - Type-->Derived1["InvalidCastExceptionHandler"] - click Derived1 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/InvalidCastExceptionHandler" - Type-->Derived2["InvalidOperationExceptionHandler"] - click Derived2 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/InvalidOperationExceptionHandler" - Type-->Derived3["NotSupportedExceptionHandler"] - click Derived3 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/NotSupportedExceptionHandler" - Type-->Derived4["InvalidDataExceptionHandler"] - click Derived4 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/InvalidDataExceptionHandler" - Type-->Derived5["DirectoryNotFoundExceptionHandler"] - click Derived5 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/DirectoryNotFoundExceptionHandler" - Type-->Derived6["IOExceptionHandler"] - click Derived6 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/IOExceptionHandler" + Type-->Derived0["DirectoryNotFoundExceptionHandler"] + click Derived0 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/DirectoryNotFoundExceptionHandler" + Type-->Derived1["IOExceptionHandler"] + click Derived1 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/IOExceptionHandler" + Type-->Derived2["FileNotFoundExceptionHandler"] + click Derived2 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/FileNotFoundExceptionHandler" + Type-->Derived3["InvalidDataExceptionHandler"] + click Derived3 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/InvalidDataExceptionHandler" + Type-->Derived4["InvalidCastExceptionHandler"] + click Derived4 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/InvalidCastExceptionHandler" + Type-->Derived5["NotSupportedExceptionHandler"] + click Derived5 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/NotSupportedExceptionHandler" + Type-->Derived6["InvalidOperationExceptionHandler"] + click Derived6 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/InvalidOperationExceptionHandler" diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers/InvalidCastExceptionHandler/index.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers/InvalidCastExceptionHandler/index.html index 38905ff..9ad48e1 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers/InvalidCastExceptionHandler/index.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers/InvalidCastExceptionHandler/index.html @@ -166,7 +166,7 @@

InvalidCastExceptionHandler Class

Summary

- Handler for InvalidCastException. + Handler for System.InvalidCastException.
diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers/InvalidOperationExceptionHandler/index.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers/InvalidOperationExceptionHandler/index.html index 82d54c1..1c90404 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers/InvalidOperationExceptionHandler/index.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers/InvalidOperationExceptionHandler/index.html @@ -166,7 +166,7 @@

InvalidOperationExceptionHandler Class

Summary

- Handler for InvalidOperationException. + Handler for System.InvalidOperationException.
diff --git a/docs/api/PommaLabs.Thrower.ExceptionHandlers/index.html b/docs/api/PommaLabs.Thrower.ExceptionHandlers/index.html index 269080b..d89bb99 100644 --- a/docs/api/PommaLabs.Thrower.ExceptionHandlers/index.html +++ b/docs/api/PommaLabs.Thrower.ExceptionHandlers/index.html @@ -220,13 +220,13 @@

Class Types

InvalidCastExceptionHandler - Handler for InvalidCastException. + Handler for System.InvalidCastException. InvalidOperationExceptionHandler - Handler for InvalidOperationException. + Handler for System.InvalidOperationException. diff --git a/docs/api/PommaLabs.Thrower.Logging/ILogProvider/index.html b/docs/api/PommaLabs.Thrower.Logging/ILogProvider/index.html index ca6a70e..a6321b2 100644 --- a/docs/api/PommaLabs.Thrower.Logging/ILogProvider/index.html +++ b/docs/api/PommaLabs.Thrower.Logging/ILogProvider/index.html @@ -164,7 +164,7 @@

ILogProvider Interface

Summary

- Represents a way to get a ILog + Represents a way to get a PommaLabs.Thrower.Logging.ILog
diff --git a/docs/api/PommaLabs.Thrower.Logging/index.html b/docs/api/PommaLabs.Thrower.Logging/index.html index 132edb7..5b324ef 100644 --- a/docs/api/PommaLabs.Thrower.Logging/index.html +++ b/docs/api/PommaLabs.Thrower.Logging/index.html @@ -230,7 +230,7 @@

Interface Types

ILogProvider - Represents a way to get a ILog + Represents a way to get a PommaLabs.Thrower.Logging.ILog diff --git a/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/7384A0BD.html b/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/7384A0BD.html index 095673c..1c5813c 100644 --- a/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/7384A0BD.html +++ b/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/7384A0BD.html @@ -183,7 +183,7 @@

CopyTo(KeyValuePair<string, object>[], int)Summary

- Copies the elements of the ICollection<T> to an System.Array, + Copies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index.
@@ -224,7 +224,7 @@

Parameters

KeyValuePair<string, object>[] The one-dimensional System.Array that is the destination of the elements copied - from ICollection<T>. The System.Array must have zero-based indexing. + from System.Collections.Generic.ICollection`1. The System.Array must have zero-based indexing. diff --git a/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/A859D21F.html b/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/A859D21F.html index 96e4135..8539567 100644 --- a/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/A859D21F.html +++ b/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/A859D21F.html @@ -182,7 +182,7 @@

Keys Property

Summary

- Gets an ICollection<T> containing the keys of the System.Collections.Generic.IDictionary`2. + Gets an ICollection<T> containing the keys of the IDictionary<TKey, TValue>.
diff --git a/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/F69DC3F4.html b/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/F69DC3F4.html index 4feb608..d30db7c 100644 --- a/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/F69DC3F4.html +++ b/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/F69DC3F4.html @@ -182,7 +182,7 @@

Count Property

Summary

- Gets the number of elements contained in the ICollection<T>. + Gets the number of elements contained in the System.Collections.Generic.ICollection`1.
diff --git a/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/index.html b/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/index.html index aaf21c8..048b86a 100644 --- a/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/index.html +++ b/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectAccessor/index.html @@ -241,7 +241,7 @@

Properties

int
- Gets the number of elements contained in the ICollection<T>. + Gets the number of elements contained in the System.Collections.Generic.ICollection`1.
@@ -259,7 +259,7 @@

Properties

ICollection<T>
- Gets an ICollection<T> containing the keys of the System.Collections.Generic.IDictionary`2. + Gets an ICollection<T> containing the keys of the IDictionary<TKey, TValue>.
@@ -357,7 +357,7 @@

Methods

void
- Copies the elements of the ICollection<T> to an System.Array, + Copies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index.
diff --git a/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectReader/8BE9E4F5.html b/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectReader/8BE9E4F5.html index d8565a0..4811301 100644 --- a/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectReader/8BE9E4F5.html +++ b/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectReader/8BE9E4F5.html @@ -199,7 +199,7 @@

GetEnumerator() Method

Summary

- Returns an IEnumerator that can be used to iterate through the rows in + Returns an System.Collections.IEnumerator that can be used to iterate through the rows in the data reader.
@@ -238,7 +238,7 @@

Return Value

IEnumerator - An IEnumerator that can be used to iterate through the rows in the data reader. + An System.Collections.IEnumerator that can be used to iterate through the rows in the data reader. diff --git a/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectReader/index.html b/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectReader/index.html index c2e339d..4d75edf 100644 --- a/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectReader/index.html +++ b/docs/api/PommaLabs.Thrower.Reflection.FastMember/ObjectReader/index.html @@ -451,7 +451,7 @@

Methods

IEnumerator
- Returns an IEnumerator that can be used to iterate through the rows in + Returns an System.Collections.IEnumerator that can be used to iterate through the rows in the data reader.
diff --git a/docs/api/PommaLabs.Thrower.Reflection/PortableTypeInfo/3385A1D9.html b/docs/api/PommaLabs.Thrower.Reflection/PortableTypeInfo/3385A1D9.html index c2e39bd..4607975 100644 --- a/docs/api/PommaLabs.Thrower.Reflection/PortableTypeInfo/3385A1D9.html +++ b/docs/api/PommaLabs.Thrower.Reflection/PortableTypeInfo/3385A1D9.html @@ -201,7 +201,7 @@

EmptyTypes Property

Summary

- Represents an empty array of type System.Type. This property is read-only. + Represents an empty array of type Type. This property is read-only.
diff --git a/docs/api/PommaLabs.Thrower.Reflection/PortableTypeInfo/index.html b/docs/api/PommaLabs.Thrower.Reflection/PortableTypeInfo/index.html index 7f256e5..6c339a3 100644 --- a/docs/api/PommaLabs.Thrower.Reflection/PortableTypeInfo/index.html +++ b/docs/api/PommaLabs.Thrower.Reflection/PortableTypeInfo/index.html @@ -241,7 +241,7 @@

Properties

Type[]
- Represents an empty array of type System.Type. This property is read-only. + Represents an empty array of type Type. This property is read-only.
static
diff --git a/docs/api/PommaLabs.Thrower.Validation/EmailAddressAttribute/index.html b/docs/api/PommaLabs.Thrower.Validation/EmailAddressAttribute/index.html index 2277eaf..9934821 100644 --- a/docs/api/PommaLabs.Thrower.Validation/EmailAddressAttribute/index.html +++ b/docs/api/PommaLabs.Thrower.Validation/EmailAddressAttribute/index.html @@ -139,8 +139,6 @@
  • Namespace
  • PommaLabs.Thrower.Validation
  • -
  • Struct Types
  • -
  • ValidationError
  • Class Types
  • EmailAddressAttribute
  • EmailAddressValidator
  • @@ -150,6 +148,8 @@
  • PhoneNumberAttribute
  • PhoneNumberValidator
  • ValidateAttribute
  • +
  • Struct Types
  • +
  • ValidationError
  • diff --git a/docs/api/PommaLabs.Thrower.Validation/EmailAddressValidator/index.html b/docs/api/PommaLabs.Thrower.Validation/EmailAddressValidator/index.html index 1f8cfb6..6fa43ed 100644 --- a/docs/api/PommaLabs.Thrower.Validation/EmailAddressValidator/index.html +++ b/docs/api/PommaLabs.Thrower.Validation/EmailAddressValidator/index.html @@ -137,8 +137,6 @@
  • Namespace
  • PommaLabs.Thrower.Validation
  • -
  • Struct Types
  • -
  • ValidationError
  • Class Types
  • EmailAddressAttribute
  • EmailAddressValidator
  • @@ -148,6 +146,8 @@
  • PhoneNumberAttribute
  • PhoneNumberValidator
  • ValidateAttribute
  • +
  • Struct Types
  • +
  • ValidationError
  • diff --git a/docs/api/PommaLabs.Thrower.Validation/EnumerationAttribute/index.html b/docs/api/PommaLabs.Thrower.Validation/EnumerationAttribute/index.html index 9432b5b..37327f0 100644 --- a/docs/api/PommaLabs.Thrower.Validation/EnumerationAttribute/index.html +++ b/docs/api/PommaLabs.Thrower.Validation/EnumerationAttribute/index.html @@ -138,8 +138,6 @@
  • Namespace
  • PommaLabs.Thrower.Validation
  • -
  • Struct Types
  • -
  • ValidationError
  • Class Types
  • EmailAddressAttribute
  • EmailAddressValidator
  • @@ -149,6 +147,8 @@
  • PhoneNumberAttribute
  • PhoneNumberValidator
  • ValidateAttribute
  • +
  • Struct Types
  • +
  • ValidationError
  • diff --git a/docs/api/PommaLabs.Thrower.Validation/EnumerationValidator/78567AB5.html b/docs/api/PommaLabs.Thrower.Validation/EnumerationValidator/78567AB5.html index 5af4f9a..8f12d7d 100644 --- a/docs/api/PommaLabs.Thrower.Validation/EnumerationValidator/78567AB5.html +++ b/docs/api/PommaLabs.Thrower.Validation/EnumerationValidator/78567AB5.html @@ -188,7 +188,7 @@

    Syntax

    Remarks

    -
    This also works when enumeration has been decorated with System.FlagsAttribute.
    +
    This also works when enumeration has been decorated with FlagsAttribute.

    Type Parameters

    diff --git a/docs/api/PommaLabs.Thrower.Validation/EnumerationValidator/B3C41F8E.html b/docs/api/PommaLabs.Thrower.Validation/EnumerationValidator/B3C41F8E.html index d9b6667..45741d5 100644 --- a/docs/api/PommaLabs.Thrower.Validation/EnumerationValidator/B3C41F8E.html +++ b/docs/api/PommaLabs.Thrower.Validation/EnumerationValidator/B3C41F8E.html @@ -188,7 +188,7 @@

    Syntax

    Remarks

    -
    This also works when enumeration has been decorated with System.FlagsAttribute.
    +
    This also works when enumeration has been decorated with FlagsAttribute.

    Type Parameters

    diff --git a/docs/api/PommaLabs.Thrower.Validation/EnumerationValidator/index.html b/docs/api/PommaLabs.Thrower.Validation/EnumerationValidator/index.html index e85091c..bd02232 100644 --- a/docs/api/PommaLabs.Thrower.Validation/EnumerationValidator/index.html +++ b/docs/api/PommaLabs.Thrower.Validation/EnumerationValidator/index.html @@ -136,8 +136,6 @@
  • Namespace
  • PommaLabs.Thrower.Validation
  • -
  • Struct Types
  • -
  • ValidationError
  • Class Types
  • EmailAddressAttribute
  • EmailAddressValidator
  • @@ -147,6 +145,8 @@
  • PhoneNumberAttribute
  • PhoneNumberValidator
  • ValidateAttribute
  • +
  • Struct Types
  • +
  • ValidationError
  • @@ -168,7 +168,7 @@

    EnumerationValidator Class

    Summary

    An enumeration validator which ensures given enumeration value is defined in specified - enumeration type. This also works when enumeration has been decorated with System.FlagsAttribute. + enumeration type. This also works when enumeration has been decorated with FlagsAttribute.
    diff --git a/docs/api/PommaLabs.Thrower.Validation/ObjectValidator/index.html b/docs/api/PommaLabs.Thrower.Validation/ObjectValidator/index.html index 92e6d7f..e3adfc2 100644 --- a/docs/api/PommaLabs.Thrower.Validation/ObjectValidator/index.html +++ b/docs/api/PommaLabs.Thrower.Validation/ObjectValidator/index.html @@ -137,8 +137,6 @@
  • Namespace
  • PommaLabs.Thrower.Validation
  • -
  • Struct Types
  • -
  • ValidationError
  • Class Types
  • EmailAddressAttribute
  • EmailAddressValidator
  • @@ -148,6 +146,8 @@
  • PhoneNumberAttribute
  • PhoneNumberValidator
  • ValidateAttribute
  • +
  • Struct Types
  • +
  • ValidationError
  • diff --git a/docs/api/PommaLabs.Thrower.Validation/Options/index.html b/docs/api/PommaLabs.Thrower.Validation/Options/index.html index 167ab16..4210231 100644 --- a/docs/api/PommaLabs.Thrower.Validation/Options/index.html +++ b/docs/api/PommaLabs.Thrower.Validation/Options/index.html @@ -137,8 +137,6 @@
  • Namespace
  • PommaLabs.Thrower.Validation
  • -
  • Struct Types
  • -
  • ValidationError
  • Class Types
  • EmailAddressAttribute
  • EmailAddressValidator
  • @@ -148,6 +146,8 @@
  • PhoneNumberAttribute
  • PhoneNumberValidator
  • ValidateAttribute
  • +
  • Struct Types
  • +
  • ValidationError
  • diff --git a/docs/api/PommaLabs.Thrower.Validation/PhoneNumberAttribute/index.html b/docs/api/PommaLabs.Thrower.Validation/PhoneNumberAttribute/index.html index c15710c..a73fc57 100644 --- a/docs/api/PommaLabs.Thrower.Validation/PhoneNumberAttribute/index.html +++ b/docs/api/PommaLabs.Thrower.Validation/PhoneNumberAttribute/index.html @@ -138,8 +138,6 @@
  • Namespace
  • PommaLabs.Thrower.Validation
  • -
  • Struct Types
  • -
  • ValidationError
  • Class Types
  • EmailAddressAttribute
  • EmailAddressValidator
  • @@ -149,6 +147,8 @@
  • PhoneNumberAttribute
  • PhoneNumberValidator
  • ValidateAttribute
  • +
  • Struct Types
  • +
  • ValidationError
  • @@ -169,7 +169,7 @@

    PhoneNumberAttribute Class

    Summary

    - Validates phone numbers stored as string members. + Validates phone numbers stored as System.String members.
    diff --git a/docs/api/PommaLabs.Thrower.Validation/PhoneNumberValidator/index.html b/docs/api/PommaLabs.Thrower.Validation/PhoneNumberValidator/index.html index 50613be..c6d07e0 100644 --- a/docs/api/PommaLabs.Thrower.Validation/PhoneNumberValidator/index.html +++ b/docs/api/PommaLabs.Thrower.Validation/PhoneNumberValidator/index.html @@ -137,8 +137,6 @@
  • Namespace
  • PommaLabs.Thrower.Validation
  • -
  • Struct Types
  • -
  • ValidationError
  • Class Types
  • EmailAddressAttribute
  • EmailAddressValidator
  • @@ -148,6 +146,8 @@
  • PhoneNumberAttribute
  • PhoneNumberValidator
  • ValidateAttribute
  • +
  • Struct Types
  • +
  • ValidationError
  • diff --git a/docs/api/PommaLabs.Thrower.Validation/ValidateAttribute/029B0BCE.html b/docs/api/PommaLabs.Thrower.Validation/ValidateAttribute/029B0BCE.html index 1d5f5a2..8c9a716 100644 --- a/docs/api/PommaLabs.Thrower.Validation/ValidateAttribute/029B0BCE.html +++ b/docs/api/PommaLabs.Thrower.Validation/ValidateAttribute/029B0BCE.html @@ -165,7 +165,7 @@

    Enumerable Property

    Summary

    - If the property is an IEnumerable, then this flag controls whether it + If the property is an System.Collections.IEnumerable, then this flag controls whether it should enumerated or not. Default value is true. diff --git a/docs/api/PommaLabs.Thrower.Validation/ValidateAttribute/D91F1D9A.html b/docs/api/PommaLabs.Thrower.Validation/ValidateAttribute/D91F1D9A.html index 142f979..fb81e19 100644 --- a/docs/api/PommaLabs.Thrower.Validation/ValidateAttribute/D91F1D9A.html +++ b/docs/api/PommaLabs.Thrower.Validation/ValidateAttribute/D91F1D9A.html @@ -165,7 +165,7 @@

    EnumerableItemsRequired Property

    Summary

    - If the property is an IEnumerable, then this flag controls whether its + If the property is an System.Collections.IEnumerable, then this flag controls whether its items are required or not. Default value is false. diff --git a/docs/api/PommaLabs.Thrower.Validation/ValidateAttribute/index.html b/docs/api/PommaLabs.Thrower.Validation/ValidateAttribute/index.html index 6926013..5be291f 100644 --- a/docs/api/PommaLabs.Thrower.Validation/ValidateAttribute/index.html +++ b/docs/api/PommaLabs.Thrower.Validation/ValidateAttribute/index.html @@ -137,8 +137,6 @@
  • Namespace
  • PommaLabs.Thrower.Validation
  • -
  • Struct Types
  • -
  • ValidationError
  • Class Types
  • EmailAddressAttribute
  • EmailAddressValidator
  • @@ -148,6 +146,8 @@
  • PhoneNumberAttribute
  • PhoneNumberValidator
  • ValidateAttribute
  • +
  • Struct Types
  • +
  • ValidationError
  • @@ -284,7 +284,7 @@

    Properties

    bool
    - If the property is an IEnumerable, then this flag controls whether it + If the property is an System.Collections.IEnumerable, then this flag controls whether it should enumerated or not. Default value is true. @@ -296,7 +296,7 @@

    Properties

    bool
    - If the property is an IEnumerable, then this flag controls whether its + If the property is an System.Collections.IEnumerable, then this flag controls whether its items are required or not. Default value is false. diff --git a/docs/api/PommaLabs.Thrower.Validation/ValidationError/index.html b/docs/api/PommaLabs.Thrower.Validation/ValidationError/index.html index 0b59e18..82e6d21 100644 --- a/docs/api/PommaLabs.Thrower.Validation/ValidationError/index.html +++ b/docs/api/PommaLabs.Thrower.Validation/ValidationError/index.html @@ -137,8 +137,6 @@
  • Namespace
  • PommaLabs.Thrower.Validation
  • -
  • Struct Types
  • -
  • ValidationError
  • Class Types
  • EmailAddressAttribute
  • EmailAddressValidator
  • @@ -148,6 +146,8 @@
  • PhoneNumberAttribute
  • PhoneNumberValidator
  • ValidateAttribute
  • +
  • Struct Types
  • +
  • ValidationError
  • diff --git a/docs/api/PommaLabs.Thrower.Validation/index.html b/docs/api/PommaLabs.Thrower.Validation/index.html index e5fad54..3d709a3 100644 --- a/docs/api/PommaLabs.Thrower.Validation/index.html +++ b/docs/api/PommaLabs.Thrower.Validation/index.html @@ -73,8 +73,8 @@