SYMBOL INDEX (936 symbols across 56 files) FILE: Flunt.Samples/Entities/Contracts/CreateCustomerContract.cs class CreateCustomerContract (line 5) | public class CreateCustomerContract : Contract method CreateCustomerContract (line 7) | public CreateCustomerContract(Customer customer) FILE: Flunt.Samples/Entities/Contracts/UpdateCustomerBirthDateContract.cs class UpdateCustomerBirthDateContract (line 6) | public class UpdateCustomerBirthDateContract : Contract method UpdateCustomerBirthDateContract (line 8) | public UpdateCustomerBirthDateContract(Customer customer) FILE: Flunt.Samples/Entities/Customer.cs class Customer (line 7) | public class Customer : Entity method Customer (line 9) | public Customer(string name, Email email) method UpdateBirthDate (line 21) | public void UpdateBirthDate(DateTime birthDate) FILE: Flunt.Samples/Entities/Entity.cs class Entity (line 6) | public abstract class Entity : Notifiable method Entity (line 8) | protected Entity() FILE: Flunt.Samples/Entities/Order.cs class Order (line 9) | class Order FILE: Flunt.Samples/Entities/OrderLine.cs class OrderLine (line 9) | class OrderLine FILE: Flunt.Samples/Handlers/CustomerHandler.cs class CustomerHandler (line 13) | public class CustomerHandler : Notifiable method Handle (line 15) | public bool Handle(CreateCustomerRequest request) FILE: Flunt.Samples/Handlers/Requests/Contracts/CreateCustomerRequestContract.cs class CreateCustomerRequestContract (line 5) | public class CreateCustomerRequestContract : Contract method CreateCustomerRequest (line 8) | public CreateCustomerRequest(string name, string email) FILE: Flunt.Samples/Program.cs class Program (line 8) | class Program method Main (line 10) | static void Main(string[] args) FILE: Flunt.Samples/ValueObjects/Contracts/CreateEmailContract.cs class CreateEmailContract (line 5) | public class CreateEmailContract : Contract method CreateEmailContract (line 7) | public CreateEmailContract(Email email) FILE: Flunt.Samples/ValueObjects/Email.cs class Email (line 6) | public class Email : Notifiable method Email (line 8) | public Email(string address) FILE: Flunt.Tests/BoolValidationTests.cs class BoolValidationTests (line 7) | [TestClass] method RequiresBoolIsTrue (line 12) | [TestCategory("Bool Validation")] method RequiresBoolIsFalse (line 27) | [TestCategory("Bool Validation")] method RequiresBoolIsNotNull (line 42) | [TestCategory("Bool Validation")] method RequiresBoolIsNull (line 57) | [TestCategory("Bool Validation")] FILE: Flunt.Tests/CreditCardValidationTests.cs class CreditCardValidationTests (line 7) | [TestClass] method IsCreditCard (line 10) | [TestCategory("Credit Card Validation")] FILE: Flunt.Tests/CustomNotificationsTests.cs class CustomNotificationsTests (line 9) | [TestClass] method CustomNotificationsTests (line 14) | public CustomNotificationsTests() method ShouldNotRegisterACustomerWithoutAName (line 19) | [TestCategory("Custom Notification")] method ShouldNotUpdateACustomerWithoutAnEmail (line 30) | [TestCategory("Custom Notification")] method ShouldNotUpdateCustomersWithTestEmails (line 42) | [TestCategory("Custom Notification")] class CustomNotifiable (line 56) | public class CustomNotifiable : Notifiable, INotifiable method AddNotifications (line 58) | public void AddNotifications(IEnumerable notifications) class CustomNotification (line 70) | public class CustomNotification : Notification method CustomNotification (line 72) | public CustomNotification(string key, string message) method CustomNotification (line 79) | public CustomNotification(string key, string message, DateTime date) class Customer (line 92) | public class Customer : CustomNotifiable method Save (line 97) | public void Save() method Update (line 103) | public void Update() class CreateCustomerSpecification (line 113) | public class CreateCustomerSpecification : Contract method CreateCustomerSpecification (line 115) | public CreateCustomerSpecification(Customer customer) class UpdateCustomerSpecification (line 122) | public class UpdateCustomerSpecification : Contract method UpdateCustomerSpecification (line 124) | public UpdateCustomerSpecification(Customer customer) FILE: Flunt.Tests/DateTimeValidationTests.cs class DateTimeValidationTests (line 12) | [TestClass] method RequiresDateIsGreaterThan (line 17) | [TestCategory("DateTime Validation")] method RequiresDateIsGreaterOrEqualsThan (line 32) | [TestCategory("DateTime Validation")] method RequiresDateIsLowerThan (line 49) | [TestCategory("DateTime Validation")] method RequiresDateIsLowerOrEqualsThan (line 64) | [TestCategory("DateTime Validation")] method RequiresDateIsNotNull (line 81) | [TestCategory("DateTime Validation")] method RequiresDateIsNull (line 96) | [TestCategory("DateTime Validation")] method RequiresDateIsBetween (line 111) | [TestCategory("DateTime Validation")] method RequiresDateIsNotBetween (line 133) | [TestCategory("DateTime Validation")] method RequiresDateHaveMinValue (line 155) | [TestCategory("DateTime Validation")] method RequiresDateDoNotHaveMinValue (line 170) | [TestCategory("DateTime Validation")] method RequiresDateHaveMaxValue (line 185) | [TestCategory("DateTime Validation")] method RequiresDateDoNotHaveMaxValue (line 200) | [TestCategory("DateTime Validation")] method RequiresDatesAreEquals (line 215) | [TestCategory("DateTime Validation")] method RequiresDatesAreNotEquals (line 230) | [TestCategory("DateTime Validation")] method RequiresListContainsDate (line 245) | [TestCategory("DateTime Validation")] method RequiresListNotContainsDate (line 260) | [TestCategory("DateTime Validation")] FILE: Flunt.Tests/DecimalValidationTests.cs class DecimalValidationTests (line 7) | [TestClass] method RequiresDecimalIsGreaterThan (line 12) | [TestCategory("Decimal Validation")] method RequiresDecimalIsGreaterOrEqualsThan (line 57) | [TestCategory("Decimal Validation")] method RequiresDecimalIsLowerThan (line 102) | [TestCategory("Decimal Validation")] method RequiresDecimalIsLowerOrEqualsThan (line 147) | [TestCategory("Decimal Validation")] method RequireDecimalHasItsMinValue (line 192) | [TestCategory("Decimal Validation")] method RequireDecimalHasNotItsMinValue (line 207) | [TestCategory("Decimal Validation")] method RequireDecimalHasItsMaxValue (line 222) | [TestCategory("Decimal Validation")] method RequireDecimalHasNotItsMaxValue (line 237) | [TestCategory("Decimal Validation")] method RequireTwoDecimalsAreEquals (line 252) | [TestCategory("Decimal Validation")] method RequireTwoDecimalsAreNotEquals (line 287) | [TestCategory("Decimal Validation")] method RequiresDecimalIsNull (line 322) | [TestCategory("Decimal Validation")] method RequiresDecimalIsNotNull (line 337) | [TestCategory("Decimal Validation")] method RequiresDecimalIsBetween (line 352) | [TestCategory("Decimal Validation")] method RequiresDecimalIsNotBetween (line 407) | [TestCategory("Decimal Validation")] method RequiresListContainsDecimal (line 462) | [TestCategory("Decimal Validation")] method RequiresListNotContainsDecimal (line 485) | [TestCategory("Decimal Validation")] FILE: Flunt.Tests/DocumentValidationTests.cs class DocumentValidationTests (line 6) | [TestClass] method IsPassport (line 9) | [TestCategory("Document Validation")] FILE: Flunt.Tests/DoubleValidationTests.cs class DoubleValidationTests (line 7) | [TestClass] method RequiresDoubleIsGreaterThan (line 12) | [TestCategory("Double Validation")] method RequiresDoubleIsGreaterOrEqualsThan (line 57) | [TestCategory("Double Validation")] method RequiresDoubleIsLowerThan (line 102) | [TestCategory("Double Validation")] method RequiresDoubleIsLowerOrEqualsThan (line 147) | [TestCategory("Double Validation")] method RequireDoubleHasItsMinValue (line 192) | [TestCategory("Double Validation")] method RequireDoubleHasNotItsMinValue (line 207) | [TestCategory("Double Validation")] method RequireDoubleHasItsMaxValue (line 222) | [TestCategory("Double Validation")] method RequireDoubleHasNotItsMaxValue (line 237) | [TestCategory("Double Validation")] method RequireTwoDoublesAreEquals (line 252) | [TestCategory("Double Validation")] method RequireTwoDoublesAreNotEquals (line 287) | [TestCategory("Double Validation")] method RequiresDoubleIsNull (line 322) | [TestCategory("Double Validation")] method RequiresDoubleIsNotNull (line 337) | [TestCategory("Double Validation")] method RequiresDoubleIsBetween (line 352) | [TestCategory("Double Validation")] method RequiresDoubleIsNotBetween (line 407) | [TestCategory("Double Validation")] method RequiresListContainsDouble (line 462) | [TestCategory("Double Validation")] method RequiresListNotContainsDouble (line 485) | [TestCategory("Double Validation")] FILE: Flunt.Tests/EmailValidationTests.cs class EmailValidationTests (line 7) | [TestClass] method IsEmail (line 10) | [TestCategory("Email Validation")] method IsEmailOrEmpty (line 33) | [TestCategory("Email Validation")] method IsNotEmail (line 62) | [TestCategory("Email Validation")] FILE: Flunt.Tests/Entities/SampleEntity.cs class SampleEntity (line 7) | public class SampleEntity class SampleObject (line 95) | public class SampleObject : IEquatable method SampleObject (line 97) | public SampleObject(int id) method Equals (line 103) | public bool Equals(SampleObject other) => Id == other?.Id; FILE: Flunt.Tests/Enums/SampleEnum.cs type SampleEnum (line 3) | public enum SampleEnum FILE: Flunt.Tests/FloatValidationTests.cs class FloatValidationTests (line 7) | [TestClass] method RequiresFloatIsGreaterThan (line 12) | [TestCategory("Float Validation")] method RequiresFloatIsGreaterOrEqualsThan (line 57) | [TestCategory("Float Validation")] method RequiresFloatIsLowerThan (line 102) | [TestCategory("Float Validation")] method RequiresFloatIsLowerOrEqualsThan (line 147) | [TestCategory("Float Validation")] method RequireFloatHasItsMinValue (line 192) | [TestCategory("Float Validation")] method RequireFloatHasNotItsMinValue (line 207) | [TestCategory("Float Validation")] method RequireFloatHasItsMaxValue (line 222) | [TestCategory("Float Validation")] method RequireFloatHasNotItsMaxValue (line 237) | [TestCategory("Float Validation")] method RequireTwoFloatsAreEquals (line 252) | [TestCategory("Float Validation")] method RequireTwoFloatsAreNotEquals (line 287) | [TestCategory("Float Validation")] method RequiresFloatIsNull (line 322) | [TestCategory("Float Validation")] method RequiresFloatIsNotNull (line 337) | [TestCategory("Float Validation")] method RequiresFloatIsBetween (line 352) | [TestCategory("Float Validation")] method RequiresFloatIsNotBetween (line 407) | [TestCategory("Float Validation")] method RequiresListContainsDouble (line 462) | [TestCategory("Float Validation")] method RequiresListNotContainsDouble (line 485) | [TestCategory("Float Validation")] FILE: Flunt.Tests/GuidValidationTests.cs class GuidValidationTests (line 8) | [TestClass] method RequiresAreEquals (line 13) | [TestCategory("Guid Validation")] method RequiresAreNotEquals (line 28) | [TestCategory("Guid Validation")] method RequiresIsEmpty (line 43) | [TestCategory("Guid Validation")] method RequiresIsNotEmpty (line 58) | [TestCategory("Guid Validation")] FILE: Flunt.Tests/IntValidationTests.cs class IntValidationTests (line 7) | [TestClass] method RequiresIntIsGreaterThan (line 12) | [TestCategory("Int Validation")] method RequiresIntIsGreaterOrEqualsThan (line 57) | [TestCategory("Int Validation")] method RequiresIntIsLowerThan (line 102) | [TestCategory("Int Validation")] method RequiresIntIsLowerOrEqualsThan (line 147) | [TestCategory("Int Validation")] method RequireIntHasItsMinValue (line 192) | [TestCategory("Int Validation")] method RequireIntHasNotItsMinValue (line 207) | [TestCategory("Int Validation")] method RequireIntHasItsMaxValue (line 222) | [TestCategory("Int Validation")] method RequireIntHasNotItsMaxValue (line 237) | [TestCategory("Int Validation")] method RequireTwoIntsAreEquals (line 252) | [TestCategory("Int Validation")] method RequireTwoIntsAreNotEquals (line 287) | [TestCategory("Int Validation")] method RequiresIntIsNull (line 322) | [TestCategory("Int Validation")] method RequiresIntIsNotNull (line 337) | [TestCategory("Int Validation")] method RequiresIntIsBetween (line 352) | [TestCategory("Int Validation")] method RequiresIntIsNotBetween (line 407) | [TestCategory("Int Validation")] method RequiresListContainsDouble (line 462) | [TestCategory("Int Validation")] method RequiresListNotContainsDouble (line 485) | [TestCategory("Int Validation")] FILE: Flunt.Tests/ListValidationTests.cs class ListValidationTests (line 7) | [TestClass] method RequiresIsNull (line 12) | [TestCategory("List Validation")] method RequiresIsNotNull (line 27) | [TestCategory("List Validation")] method RequiresIsEmpty (line 42) | [TestCategory("List Validation")] method RequiresIsNotEmpty (line 57) | [TestCategory("List Validation")] method RequiresIsGreaterThan (line 72) | [TestCategory("List Validation")] method RequiresIsGreaterOrEqualsThan (line 94) | [TestCategory("List Validation")] method RequiresIsLowerThan (line 116) | [TestCategory("List Validation")] method RequiresIsLowerOrEqualsThan (line 138) | [TestCategory("List Validation")] FILE: Flunt.Tests/LongValidationTests.cs class LongValidationTests (line 7) | [TestClass] method RequiresLongIsGreaterThan (line 12) | [TestCategory("Long Validation")] method RequiresLongIsGreaterOrEqualsThan (line 57) | [TestCategory("Long Validation")] method RequiresLongIsLowerThan (line 102) | [TestCategory("Long Validation")] method RequiresLongIsLowerOrEqualsThan (line 147) | [TestCategory("Long Validation")] method RequireLongHasItsMinValue (line 192) | [TestCategory("Long Validation")] method RequireLongHasNotItsMinValue (line 207) | [TestCategory("Long Validation")] method RequireLongHasItsMaxValue (line 222) | [TestCategory("Long Validation")] method RequireLongHasNotItsMaxValue (line 237) | [TestCategory("Long Validation")] method RequireTwoLongsAreEquals (line 252) | [TestCategory("Long Validation")] method RequireTwoLongsAreNotEquals (line 287) | [TestCategory("Long Validation")] method RequiresLongIsNull (line 322) | [TestCategory("Long Validation")] method RequiresLongIsNotNull (line 337) | [TestCategory("Long Validation")] method RequiresLongIsBetween (line 352) | [TestCategory("Long Validation")] method RequiresLongIsNotBetween (line 407) | [TestCategory("Long Validation")] method RequiresListContainsLong (line 462) | [TestCategory("Long Validation")] method RequiresListNotContainsDouble (line 485) | [TestCategory("Long Validation")] FILE: Flunt.Tests/ObjectValidationTests.cs class ObjectValidationTests (line 7) | [TestClass] method IsNull (line 12) | [TestCategory("Object Validation")] method IsNotNull (line 28) | [TestCategory("Object Validation")] method AreEquals (line 44) | [TestCategory("Object Validation")] method AreNotEquals (line 60) | [TestCategory("Object Validation")] FILE: Flunt.Tests/RegexValidationTests.cs class RegexValidationTests (line 7) | [TestClass] method Matches (line 10) | [TestCategory("Regex Validation")] method NotMatches (line 29) | [TestCategory("Regex Validation")] FILE: Flunt.Tests/StringValidationTests.cs class StringValidationTests (line 7) | [TestClass] method IsNull (line 12) | [TestCategory("String Validation")] method IsNotNull (line 35) | [TestCategory("String Validation")] method IsNullOrEmpty (line 58) | [TestCategory("String Validation")] method IsNotNullOrEmpty (line 81) | [TestCategory("String Validation")] method IsNullOrWhiteSpace (line 104) | [TestCategory("String Validation")] method IsNotNullOrWhiteSpace (line 127) | [TestCategory("String Validation")] method AreEquals (line 150) | [TestCategory("String Validation")] method AreNotEquals (line 173) | [TestCategory("String Validation")] method Contains (line 196) | [TestCategory("String Validation")] method NotContains (line 222) | [TestCategory("String Validation")] method IsGreaterThan (line 248) | [TestCategory("String Validation")] method IsGreaterOrEqualsThan (line 274) | [TestCategory("String Validation")] method IsLowerThan (line 300) | [TestCategory("String Validation")] method IsLowerOrEqualsThan (line 326) | [TestCategory("String Validation")] method AreEqualsLen (line 352) | [TestCategory("String Validation")] method AreNotEqualsLen (line 378) | [TestCategory("String Validation")] method IsBetween (line 404) | [TestCategory("String Validation")] FILE: Flunt.Tests/TimeSpanValidationTests.cs class TimeSpanValidationTests (line 8) | [TestClass] method RequiresDateIsGreaterThan (line 13) | [TestCategory("TimeSpan Validation")] method RequiresDateIsGreaterOrEqualsThan (line 28) | [TestCategory("TimeSpan Validation")] method RequiresDateIsLowerThan (line 45) | [TestCategory("TimeSpan Validation")] method RequiresDateIsLowerOrEqualsThan (line 60) | [TestCategory("TimeSpan Validation")] method RequiresDateIsNotNull (line 77) | [TestCategory("TimeSpan Validation")] method RequiresDateIsNull (line 92) | [TestCategory("TimeSpan Validation")] method RequiresDateIsBetween (line 107) | [TestCategory("TimeSpan Validation")] method RequiresDateIsNotBetween (line 129) | [TestCategory("TimeSpan Validation")] method RequiresDateHaveMinValue (line 151) | [TestCategory("TimeSpan Validation")] method RequiresDateDoNotHaveMinValue (line 166) | [TestCategory("TimeSpan Validation")] method RequiresDateHaveMaxValue (line 181) | [TestCategory("TimeSpan Validation")] method RequiresDateDoNotHaveMaxValue (line 196) | [TestCategory("TimeSpan Validation")] method RequiresDatesAreEquals (line 211) | [TestCategory("TimeSpan Validation")] method RequiresDatesAreNotEquals (line 226) | [TestCategory("TimeSpan Validation")] method RequiresListContainsDate (line 241) | [TestCategory("TimeSpan Validation")] method RequiresListNotContainsDate (line 256) | [TestCategory("TimeSpan Validation")] FILE: Flunt.Tests/UrlValidationTests.cs class UrlValidationTests (line 7) | [TestClass] method IsUrl (line 10) | [TestCategory("URL Validation")] method IsUrlOrEmpty (line 66) | [TestCategory("URL Validation")] method IsNotUrl (line 122) | [TestCategory("URL Validation")] method IsNotUrlOrEmpty (line 178) | [TestCategory("URL Validation")] FILE: Flunt/Localization/FluntErrorMessages.cs class FluntErrorMessages (line 3) | public static class FluntErrorMessages method IsFalseErrorMessage (line 41) | public static string IsFalseErrorMessage(string key) => $"{key} {IsFal... method IsTrueErrorMessage (line 42) | public static string IsTrueErrorMessage(string key) => $"{key} {IsTrue... method IsEmptyErrorMessage (line 43) | public static string IsEmptyErrorMessage(string key) => $"{key} {IsEmp... method IsNotEmptyErrorMessage (line 44) | public static string IsNotEmptyErrorMessage(string key) => $"{key} {Is... method IsNotNullOrEmptyErrorMessage (line 45) | public static string IsNotNullOrEmptyErrorMessage(string key) => $"{ke... method IsNotNullErrorMessage (line 46) | public static string IsNotNullErrorMessage(string key) => $"{key} {IsN... method IsNullErrorMessage (line 47) | public static string IsNullErrorMessage(string key) => $"{key} {IsNull... method IsNullOrEmptyErrorMessage (line 48) | public static string IsNullOrEmptyErrorMessage(string key) => $"{key} ... method IsNullOrWhiteSpaceErrorMessage (line 49) | public static string IsNullOrWhiteSpaceErrorMessage(string key) => $"{... method IsNotNullOrWhiteSpaceErrorMessage (line 50) | public static string IsNotNullOrWhiteSpaceErrorMessage(string key) => ... method IsGreaterThanErrorMessage (line 51) | public static string IsGreaterThanErrorMessage(string key, string comp... method IsGreaterOrEqualsThanErrorMessage (line 52) | public static string IsGreaterOrEqualsThanErrorMessage(string key, str... method IsLowerThanErrorMessage (line 53) | public static string IsLowerThanErrorMessage(string key, string compar... method IsLowerOrEqualsThanErrorMessage (line 54) | public static string IsLowerOrEqualsThanErrorMessage(string key, strin... method IsBetweenErrorMessage (line 55) | public static string IsBetweenErrorMessage(string key, string start, s... method IsNotBetweenErrorMessage (line 56) | public static string IsNotBetweenErrorMessage(string key, string start... method IsMinValueErrorMessage (line 57) | public static string IsMinValueErrorMessage(string key, string minValu... method IsNotMinValueErrorMessage (line 58) | public static string IsNotMinValueErrorMessage(string key, string minV... method IsMaxValueErrorMessage (line 59) | public static string IsMaxValueErrorMessage(string key, string maxValu... method IsNotMaxValueErrorMessage (line 60) | public static string IsNotMaxValueErrorMessage(string key, string maxV... method AreEqualsErrorMessage (line 61) | public static string AreEqualsErrorMessage(string val, string comparer... method AreNotEqualsErrorMessage (line 62) | public static string AreNotEqualsErrorMessage(string val, string compa... method ContainsErrorMessage (line 63) | public static string ContainsErrorMessage(string key, string comparer)... method NotContainsErrorMessage (line 64) | public static string NotContainsErrorMessage(string key, string compar... method IsCreditCardErrorMessage (line 65) | public static string IsCreditCardErrorMessage(string key) => $"{key} {... method MatchesErrorMessage (line 66) | public static string MatchesErrorMessage(string key, string pattern) =... method NotMatchesErrorMessage (line 67) | public static string NotMatchesErrorMessage(string key, string pattern... method IsEmailErrorMessage (line 68) | public static string IsEmailErrorMessage(string key) => $"{key} {IsEma... method IsEmailOrEmptyErrorMessage (line 69) | public static string IsEmailOrEmptyErrorMessage(string key) => $"{key}... method IsNotEmailErrorMessage (line 70) | public static string IsNotEmailErrorMessage(string key) => $"{key} {Is... method IsUrlErrorMessage (line 71) | public static string IsUrlErrorMessage(string key) => $"{key} {IsUrlLo... method IsNotUrlErrorMessage (line 72) | public static string IsNotUrlErrorMessage(string key) => $"{key} {IsNo... method IsUrlOrEmptyErrorMessage (line 73) | public static string IsUrlOrEmptyErrorMessage(string key) => $"{key} {... method IsNotUrlOrEmptyErrorMessage (line 74) | public static string IsNotUrlOrEmptyErrorMessage(string key) => $"{key... method IsPassportErrorMessage (line 75) | public static string IsPassportErrorMessage(string key) => $"{key} {Is... FILE: Flunt/Localization/FluntFormats.cs class FluntFormats (line 3) | public static class FluntFormats FILE: Flunt/Localization/FluntRegexPatterns.cs class FluntRegexPatterns (line 3) | public static class FluntRegexPatterns FILE: Flunt/Notifications/INotifiable.cs type INotifiable (line 5) | public interface INotifiable method AddNotifications (line 7) | void AddNotifications(IEnumerable notifications); FILE: Flunt/Notifications/Notifiable.cs class Notifiable (line 7) | public abstract class Notifiable where T : Notification method Notifiable (line 11) | protected Notifiable() => _notifications = new List(); method GetNotificationInstance (line 13) | private T GetNotificationInstance(string key, string message) method AddNotification (line 20) | public void AddNotification(string key, string message) method AddNotification (line 26) | public void AddNotification(T notification) method AddNotification (line 31) | public void AddNotification(Type property, string message) method AddNotifications (line 37) | public void AddNotifications(IReadOnlyCollection notifications) method AddNotifications (line 42) | public void AddNotifications(IList notifications) method AddNotifications (line 47) | public void AddNotifications(ICollection notifications) method AddNotifications (line 52) | public void AddNotifications(Notifiable item) method AddNotifications (line 57) | public void AddNotifications(params Notifiable[] items) method Clear (line 63) | public void Clear() FILE: Flunt/Notifications/Notification.cs class Notification (line 3) | public class Notification method Notification (line 5) | public Notification() method Notification (line 10) | public Notification(string key, string message) FILE: Flunt/Validations/BoolValidationContract.cs class Contract (line 5) | public partial class Contract method IsFalse (line 14) | public Contract IsFalse(bool val, string property) => method IsFalse (line 24) | public Contract IsFalse(bool val, string property, string message) method IsTrue (line 40) | public Contract IsTrue(bool val, string property) => method IsTrue (line 50) | public Contract IsTrue(bool val, string property, string message) method IsNull (line 66) | public Contract IsNull(bool? val, string property) => method IsNull (line 76) | public Contract IsNull(bool? val, string property, string message) method IsNotNull (line 92) | public Contract IsNotNull(bool? val, string property) => method IsNotNull (line 102) | public Contract IsNotNull(bool? val, string property, string message) FILE: Flunt/Validations/Contract.cs class Contract (line 6) | public partial class Contract : Notifiable method Requires (line 8) | public Contract Requires() method Join (line 13) | public Contract Join(params Notifiable[] items) FILE: Flunt/Validations/CreditCardValidation.cs class Contract (line 7) | public partial class Contract method IsCreditCard (line 15) | public Contract IsCreditCard(string val, string key) => method IsCreditCard (line 25) | public Contract IsCreditCard(string val, string key, string message) FILE: Flunt/Validations/DateTimeValidationContract.cs class Contract (line 8) | public partial class Contract method IsGreaterThan (line 18) | public Contract IsGreaterThan(DateTime val, DateTime comparer, stri... method IsGreaterThan (line 29) | public Contract IsGreaterThan(DateTime val, DateTime comparer, stri... method IsGreaterOrEqualsThan (line 46) | public Contract IsGreaterOrEqualsThan(DateTime val, DateTime compar... method IsGreaterOrEqualsThan (line 57) | public Contract IsGreaterOrEqualsThan(DateTime val, DateTime compar... method IsLowerThan (line 74) | public Contract IsLowerThan(DateTime val, DateTime comparer, string... method IsLowerThan (line 85) | public Contract IsLowerThan(DateTime val, DateTime comparer, string... method IsLowerOrEqualsThan (line 102) | public Contract IsLowerOrEqualsThan(DateTime val, DateTime comparer... method IsLowerOrEqualsThan (line 113) | public Contract IsLowerOrEqualsThan(DateTime val, DateTime comparer... method IsNull (line 129) | public Contract IsNull(DateTime? val, string key) => method IsNull (line 139) | public Contract IsNull(DateTime? val, string key, string message) method IsNotNull (line 155) | public Contract IsNotNull(DateTime? val, string key) => method IsNotNull (line 165) | public Contract IsNotNull(DateTime? val, string key, string message) method IsBetween (line 183) | public Contract IsBetween(DateTime val, DateTime start, DateTime en... method IsBetween (line 195) | public Contract IsBetween(DateTime val, DateTime start, DateTime en... method IsNotBetween (line 213) | public Contract IsNotBetween(DateTime val, DateTime start, DateTime... method IsNotBetween (line 225) | public Contract IsNotBetween(DateTime val, DateTime start, DateTime... method IsMinValue (line 241) | public Contract IsMinValue(DateTime val, string key) => method IsMinValue (line 252) | public Contract IsMinValue(DateTime val, string key, string message) method IsNotMinValue (line 268) | public Contract IsNotMinValue(DateTime val, string key) => method IsNotMinValue (line 279) | public Contract IsNotMinValue(DateTime val, string key, string mess... method IsMaxValue (line 295) | public Contract IsMaxValue(DateTime val, string key) => method IsMaxValue (line 306) | public Contract IsMaxValue(DateTime val, string key, string message) method IsNotMaxValue (line 322) | public Contract IsNotMaxValue(DateTime val, string key) => method IsNotMaxValue (line 333) | public Contract IsNotMaxValue(DateTime val, string key, string mess... method AreEquals (line 351) | public Contract AreEquals(DateTime val, DateTime comparer, string key) method AreEquals (line 362) | public Contract AreEquals(DateTime val, DateTime comparer, string k... method AreNotEquals (line 379) | public Contract AreNotEquals(DateTime val, DateTime comparer, strin... method AreNotEquals (line 390) | public Contract AreNotEquals(DateTime val, DateTime comparer, strin... method Contains (line 407) | public Contract Contains(DateTime val, IEnumerable list, ... method Contains (line 418) | public Contract Contains(DateTime val, IEnumerable list, ... method NotContains (line 435) | public Contract NotContains(DateTime val, IEnumerable lis... method NotContains (line 446) | public Contract NotContains(DateTime val, IEnumerable lis... FILE: Flunt/Validations/DecimalValidationContract.cs class Contract (line 7) | public partial class Contract method IsGreaterThan (line 17) | public Contract IsGreaterThan(decimal val, decimal comparer, string... method IsGreaterThan (line 28) | public Contract IsGreaterThan(decimal val, decimal comparer, string... method IsGreaterThan (line 43) | public Contract IsGreaterThan(decimal val, double comparer, string ... method IsGreaterThan (line 54) | public Contract IsGreaterThan(decimal val, double comparer, string ... method IsGreaterThan (line 64) | public Contract IsGreaterThan(decimal val, float comparer, string k... method IsGreaterThan (line 75) | public Contract IsGreaterThan(decimal val, float comparer, string k... method IsGreaterThan (line 85) | public Contract IsGreaterThan(decimal val, int comparer, string key... method IsGreaterThan (line 96) | public Contract IsGreaterThan(decimal val, int comparer, string key... method IsGreaterThan (line 106) | public Contract IsGreaterThan(decimal val, long comparer, string ke... method IsGreaterThan (line 117) | public Contract IsGreaterThan(decimal val, long comparer, string ke... method IsGreaterOrEqualsThan (line 129) | public Contract IsGreaterOrEqualsThan(decimal val, decimal comparer... method IsGreaterOrEqualsThan (line 140) | public Contract IsGreaterOrEqualsThan(decimal val, decimal comparer... method IsGreaterOrEqualsThan (line 155) | public Contract IsGreaterOrEqualsThan(decimal val, double comparer,... method IsGreaterOrEqualsThan (line 166) | public Contract IsGreaterOrEqualsThan(decimal val, double comparer,... method IsGreaterOrEqualsThan (line 176) | public Contract IsGreaterOrEqualsThan(decimal val, float comparer, ... method IsGreaterOrEqualsThan (line 187) | public Contract IsGreaterOrEqualsThan(decimal val, float comparer, ... method IsGreaterOrEqualsThan (line 197) | public Contract IsGreaterOrEqualsThan(decimal val, int comparer, st... method IsGreaterOrEqualsThan (line 208) | public Contract IsGreaterOrEqualsThan(decimal val, int comparer, st... method IsGreaterOrEqualsThan (line 218) | public Contract IsGreaterOrEqualsThan(decimal val, long comparer, s... method IsGreaterOrEqualsThan (line 229) | public Contract IsGreaterOrEqualsThan(decimal val, long comparer, s... method IsLowerThan (line 241) | public Contract IsLowerThan(decimal val, decimal comparer, string k... method IsLowerThan (line 252) | public Contract IsLowerThan(decimal val, decimal comparer, string k... method IsLowerThan (line 267) | public Contract IsLowerThan(decimal val, double comparer, string ke... method IsLowerThan (line 278) | public Contract IsLowerThan(decimal val, double comparer, string ke... method IsLowerThan (line 288) | public Contract IsLowerThan(decimal val, float comparer, string key... method IsLowerThan (line 299) | public Contract IsLowerThan(decimal val, float comparer, string key... method IsLowerThan (line 309) | public Contract IsLowerThan(decimal val, int comparer, string key) => method IsLowerThan (line 320) | public Contract IsLowerThan(decimal val, int comparer, string key, ... method IsLowerThan (line 330) | public Contract IsLowerThan(decimal val, long comparer, string key) => method IsLowerThan (line 341) | public Contract IsLowerThan(decimal val, long comparer, string key,... method IsLowerOrEqualsThan (line 353) | public Contract IsLowerOrEqualsThan(decimal val, decimal comparer, ... method IsLowerOrEqualsThan (line 364) | public Contract IsLowerOrEqualsThan(decimal val, decimal comparer, ... method IsLowerOrEqualsThan (line 379) | public Contract IsLowerOrEqualsThan(decimal val, double comparer, s... method IsLowerOrEqualsThan (line 390) | public Contract IsLowerOrEqualsThan(decimal val, double comparer, s... method IsLowerOrEqualsThan (line 400) | public Contract IsLowerOrEqualsThan(decimal val, float comparer, st... method IsLowerOrEqualsThan (line 411) | public Contract IsLowerOrEqualsThan(decimal val, float comparer, st... method IsLowerOrEqualsThan (line 421) | public Contract IsLowerOrEqualsThan(decimal val, int comparer, stri... method IsLowerOrEqualsThan (line 432) | public Contract IsLowerOrEqualsThan(decimal val, int comparer, stri... method IsLowerOrEqualsThan (line 442) | public Contract IsLowerOrEqualsThan(decimal val, long comparer, str... method IsLowerOrEqualsThan (line 453) | public Contract IsLowerOrEqualsThan(decimal val, long comparer, str... method IsMinValue (line 464) | public Contract IsMinValue(decimal val, string key) => method IsMinValue (line 474) | public Contract IsMinValue(decimal val, string key, string message) method IsNotMinValue (line 490) | public Contract IsNotMinValue(decimal val, string key) => method IsNotMinValue (line 500) | public Contract IsNotMinValue(decimal val, string key, string message) method IsMaxValue (line 516) | public Contract IsMaxValue(decimal val, string key) => method IsMaxValue (line 526) | public Contract IsMaxValue(decimal val, string key, string message) method IsNotMaxValue (line 542) | public Contract IsNotMaxValue(decimal val, string key) => method IsNotMaxValue (line 552) | public Contract IsNotMaxValue(decimal val, string key, string message) method AreEquals (line 570) | public Contract AreEquals(decimal val, decimal comparer, string key... method AreEquals (line 581) | public Contract AreEquals(decimal val, decimal comparer, string key... method AreEquals (line 596) | public Contract AreEquals(decimal val, int comparer, string key) => method AreEquals (line 607) | public Contract AreEquals(decimal val, int comparer, string key, st... method AreEquals (line 617) | public Contract AreEquals(decimal val, float comparer, string key) => method AreEquals (line 628) | public Contract AreEquals(decimal val, float comparer, string key, ... method AreEquals (line 638) | public Contract AreEquals(decimal val, double comparer, string key) => method AreEquals (line 649) | public Contract AreEquals(decimal val, double comparer, string key,... method AreEquals (line 659) | public Contract AreEquals(decimal val, long comparer, string key) => method AreEquals (line 670) | public Contract AreEquals(decimal val, long comparer, string key, s... method AreNotEquals (line 683) | public Contract AreNotEquals(decimal val, decimal comparer, string ... method AreNotEquals (line 694) | public Contract AreNotEquals(decimal val, decimal comparer, string ... method AreNotEquals (line 709) | public Contract AreNotEquals(decimal val, int comparer, string key) => method AreNotEquals (line 720) | public Contract AreNotEquals(decimal val, int comparer, string key,... method AreNotEquals (line 730) | public Contract AreNotEquals(decimal val, float comparer, string ke... method AreNotEquals (line 741) | public Contract AreNotEquals(decimal val, float comparer, string ke... method AreNotEquals (line 751) | public Contract AreNotEquals(decimal val, double comparer, string k... method AreNotEquals (line 762) | public Contract AreNotEquals(decimal val, double comparer, string k... method AreNotEquals (line 772) | public Contract AreNotEquals(decimal val, long comparer, string key... method AreNotEquals (line 783) | public Contract AreNotEquals(decimal val, long comparer, string key... method IsNull (line 794) | public Contract IsNull(decimal? val, string key) => method IsNull (line 804) | public Contract IsNull(decimal? val, string key, string message) method IsNotNull (line 820) | public Contract IsNotNull(decimal? val, string key) => method IsNotNull (line 830) | public Contract IsNotNull(decimal? val, string key, string message) method IsBetween (line 848) | public Contract IsBetween(decimal val, decimal start, decimal end, ... method IsBetween (line 860) | public Contract IsBetween(decimal val, decimal start, decimal end, ... method IsBetween (line 876) | public Contract IsBetween(decimal val, int start, int end, string k... method IsBetween (line 888) | public Contract IsBetween(decimal val, int start, int end, string k... method IsBetween (line 899) | public Contract IsBetween(decimal val, float start, float end, stri... method IsBetween (line 911) | public Contract IsBetween(decimal val, float start, float end, stri... method IsBetween (line 922) | public Contract IsBetween(decimal val, double start, double end, st... method IsBetween (line 934) | public Contract IsBetween(decimal val, double start, double end, st... method IsBetween (line 945) | public Contract IsBetween(decimal val, long start, long end, string... method IsBetween (line 957) | public Contract IsBetween(decimal val, long start, long end, string... method IsNotBetween (line 970) | public Contract IsNotBetween(decimal val, decimal start, decimal en... method IsNotBetween (line 982) | public Contract IsNotBetween(decimal val, decimal start, decimal en... method IsNotBetween (line 998) | public Contract IsNotBetween(decimal val, int start, int end, strin... method IsNotBetween (line 1010) | public Contract IsNotBetween(decimal val, int start, int end, strin... method IsNotBetween (line 1021) | public Contract IsNotBetween(decimal val, float start, float end, s... method IsNotBetween (line 1033) | public Contract IsNotBetween(decimal val, float start, float end, s... method IsNotBetween (line 1044) | public Contract IsNotBetween(decimal val, double start, double end,... method IsNotBetween (line 1056) | public Contract IsNotBetween(decimal val, double start, double end,... method IsNotBetween (line 1067) | public Contract IsNotBetween(decimal val, long start, long end, str... method IsNotBetween (line 1079) | public Contract IsNotBetween(decimal val, long start, long end, str... method Contains (line 1091) | public Contract Contains(decimal val, IEnumerable list, st... method Contains (line 1102) | public Contract Contains(decimal val, IEnumerable list, st... method NotContains (line 1119) | public Contract NotContains(decimal val, IEnumerable list,... method NotContains (line 1130) | public Contract NotContains(decimal val, IEnumerable list,... FILE: Flunt/Validations/DocumentValitionContract.cs class Contract (line 5) | public partial class Contract method IsPassport (line 13) | public Contract IsPassport(string val, string key) => method IsPassport (line 23) | public Contract IsPassport(string val, string key, string message) => FILE: Flunt/Validations/DoubleValidationContract.cs class Contract (line 7) | public partial class Contract method IsGreaterThan (line 17) | public Contract IsGreaterThan(double val, double comparer, string k... method IsGreaterThan (line 28) | public Contract IsGreaterThan(double val, double comparer, string k... method IsGreaterThan (line 43) | public Contract IsGreaterThan(double val, decimal comparer, string ... method IsGreaterThan (line 54) | public Contract IsGreaterThan(double val, decimal comparer, string ... method IsGreaterThan (line 64) | public Contract IsGreaterThan(double val, float comparer, string ke... method IsGreaterThan (line 75) | public Contract IsGreaterThan(double val, float comparer, string ke... method IsGreaterThan (line 85) | public Contract IsGreaterThan(double val, int comparer, string key) => method IsGreaterThan (line 96) | public Contract IsGreaterThan(double val, int comparer, string key,... method IsGreaterThan (line 106) | public Contract IsGreaterThan(double val, long comparer, string key... method IsGreaterThan (line 117) | public Contract IsGreaterThan(double val, long comparer, string key... method IsGreaterOrEqualsThan (line 129) | public Contract IsGreaterOrEqualsThan(double val, double comparer, ... method IsGreaterOrEqualsThan (line 140) | public Contract IsGreaterOrEqualsThan(double val, double comparer, ... method IsGreaterOrEqualsThan (line 155) | public Contract IsGreaterOrEqualsThan(double val, decimal comparer,... method IsGreaterOrEqualsThan (line 166) | public Contract IsGreaterOrEqualsThan(double val, decimal comparer,... method IsGreaterOrEqualsThan (line 176) | public Contract IsGreaterOrEqualsThan(double val, float comparer, s... method IsGreaterOrEqualsThan (line 187) | public Contract IsGreaterOrEqualsThan(double val, float comparer, s... method IsGreaterOrEqualsThan (line 197) | public Contract IsGreaterOrEqualsThan(double val, int comparer, str... method IsGreaterOrEqualsThan (line 208) | public Contract IsGreaterOrEqualsThan(double val, int comparer, str... method IsGreaterOrEqualsThan (line 218) | public Contract IsGreaterOrEqualsThan(double val, long comparer, st... method IsGreaterOrEqualsThan (line 229) | public Contract IsGreaterOrEqualsThan(double val, long comparer, st... method IsLowerThan (line 241) | public Contract IsLowerThan(double val, double comparer, string key... method IsLowerThan (line 252) | public Contract IsLowerThan(double val, double comparer, string key... method IsLowerThan (line 267) | public Contract IsLowerThan(double val, decimal comparer, string ke... method IsLowerThan (line 278) | public Contract IsLowerThan(double val, decimal comparer, string ke... method IsLowerThan (line 288) | public Contract IsLowerThan(double val, float comparer, string key) => method IsLowerThan (line 299) | public Contract IsLowerThan(double val, float comparer, string key,... method IsLowerThan (line 309) | public Contract IsLowerThan(double val, int comparer, string key) => method IsLowerThan (line 320) | public Contract IsLowerThan(double val, int comparer, string key, s... method IsLowerThan (line 330) | public Contract IsLowerThan(double val, long comparer, string key) => method IsLowerThan (line 341) | public Contract IsLowerThan(double val, long comparer, string key, ... method IsLowerOrEqualsThan (line 353) | public Contract IsLowerOrEqualsThan(double val, double comparer, st... method IsLowerOrEqualsThan (line 364) | public Contract IsLowerOrEqualsThan(double val, double comparer, st... method IsLowerOrEqualsThan (line 379) | public Contract IsLowerOrEqualsThan(double val, decimal comparer, s... method IsLowerOrEqualsThan (line 390) | public Contract IsLowerOrEqualsThan(double val, decimal comparer, s... method IsLowerOrEqualsThan (line 400) | public Contract IsLowerOrEqualsThan(double val, float comparer, str... method IsLowerOrEqualsThan (line 411) | public Contract IsLowerOrEqualsThan(double val, float comparer, str... method IsLowerOrEqualsThan (line 421) | public Contract IsLowerOrEqualsThan(double val, int comparer, strin... method IsLowerOrEqualsThan (line 432) | public Contract IsLowerOrEqualsThan(double val, int comparer, strin... method IsLowerOrEqualsThan (line 442) | public Contract IsLowerOrEqualsThan(double val, long comparer, stri... method IsLowerOrEqualsThan (line 453) | public Contract IsLowerOrEqualsThan(double val, long comparer, stri... method IsMinValue (line 464) | public Contract IsMinValue(double val, string key) => method IsMinValue (line 474) | public Contract IsMinValue(double val, string key, string message) method IsNotMinValue (line 490) | public Contract IsNotMinValue(double val, string key) => method IsNotMinValue (line 500) | public Contract IsNotMinValue(double val, string key, string message) method IsMaxValue (line 516) | public Contract IsMaxValue(double val, string key) => method IsMaxValue (line 526) | public Contract IsMaxValue(double val, string key, string message) method IsNotMaxValue (line 542) | public Contract IsNotMaxValue(double val, string key) => method IsNotMaxValue (line 552) | public Contract IsNotMaxValue(double val, string key, string message) method AreEquals (line 570) | public Contract AreEquals(double val, double comparer, string key) => method AreEquals (line 581) | public Contract AreEquals(double val, double comparer, string key, ... method AreEquals (line 596) | public Contract AreEquals(double val, int comparer, string key) => method AreEquals (line 607) | public Contract AreEquals(double val, int comparer, string key, str... method AreEquals (line 617) | public Contract AreEquals(double val, float comparer, string key) => method AreEquals (line 628) | public Contract AreEquals(double val, float comparer, string key, s... method AreEquals (line 638) | public Contract AreEquals(double val, decimal comparer, string key) => method AreEquals (line 649) | public Contract AreEquals(double val, decimal comparer, string key,... method AreEquals (line 659) | public Contract AreEquals(double val, long comparer, string key) => method AreEquals (line 670) | public Contract AreEquals(double val, long comparer, string key, st... method AreNotEquals (line 683) | public Contract AreNotEquals(double val, double comparer, string ke... method AreNotEquals (line 694) | public Contract AreNotEquals(double val, double comparer, string ke... method AreNotEquals (line 709) | public Contract AreNotEquals(double val, int comparer, string key) => method AreNotEquals (line 720) | public Contract AreNotEquals(double val, int comparer, string key, ... method AreNotEquals (line 730) | public Contract AreNotEquals(double val, float comparer, string key... method AreNotEquals (line 741) | public Contract AreNotEquals(double val, float comparer, string key... method AreNotEquals (line 751) | public Contract AreNotEquals(double val, decimal comparer, string k... method AreNotEquals (line 762) | public Contract AreNotEquals(double val, decimal comparer, string k... method AreNotEquals (line 772) | public Contract AreNotEquals(double val, long comparer, string key) => method AreNotEquals (line 783) | public Contract AreNotEquals(double val, long comparer, string key,... method IsNull (line 794) | public Contract IsNull(double? val, string key) => method IsNull (line 804) | public Contract IsNull(double? val, string key, string message) method IsNotNull (line 820) | public Contract IsNotNull(double? val, string key) => method IsNotNull (line 830) | public Contract IsNotNull(double? val, string key, string message) method IsBetween (line 848) | public Contract IsBetween(double val, double start, double end, str... method IsBetween (line 860) | public Contract IsBetween(double val, double start, double end, str... method IsBetween (line 876) | public Contract IsBetween(double val, int start, int end, string ke... method IsBetween (line 888) | public Contract IsBetween(double val, int start, int end, string ke... method IsBetween (line 899) | public Contract IsBetween(double val, float start, float end, strin... method IsBetween (line 911) | public Contract IsBetween(double val, float start, float end, strin... method IsBetween (line 922) | public Contract IsBetween(double val, decimal start, decimal end, s... method IsBetween (line 934) | public Contract IsBetween(double val, decimal start, decimal end, s... method IsBetween (line 945) | public Contract IsBetween(double val, long start, long end, string ... method IsBetween (line 957) | public Contract IsBetween(double val, long start, long end, string ... method IsNotBetween (line 970) | public Contract IsNotBetween(double val, double start, double end, ... method IsNotBetween (line 982) | public Contract IsNotBetween(double val, double start, double end, ... method IsNotBetween (line 998) | public Contract IsNotBetween(double val, int start, int end, string... method IsNotBetween (line 1010) | public Contract IsNotBetween(double val, int start, int end, string... method IsNotBetween (line 1021) | public Contract IsNotBetween(double val, float start, float end, st... method IsNotBetween (line 1033) | public Contract IsNotBetween(double val, float start, float end, st... method IsNotBetween (line 1044) | public Contract IsNotBetween(double val, decimal start, decimal end... method IsNotBetween (line 1056) | public Contract IsNotBetween(double val, decimal start, decimal end... method IsNotBetween (line 1067) | public Contract IsNotBetween(double val, long start, long end, stri... method IsNotBetween (line 1079) | public Contract IsNotBetween(double val, long start, long end, stri... method Contains (line 1091) | public Contract Contains(double val, IEnumerable list, stri... method Contains (line 1102) | public Contract Contains(double val, IEnumerable list, stri... method NotContains (line 1119) | public Contract NotContains(double val, IEnumerable list, s... method NotContains (line 1130) | public Contract NotContains(double val, IEnumerable list, s... FILE: Flunt/Validations/EmailValidationContract.cs class Contract (line 5) | public partial class Contract method IsEmail (line 13) | public Contract IsEmail(string val, string key) => method IsEmail (line 23) | public Contract IsEmail(string val, string key, string message) method IsEmailOrEmpty (line 34) | public Contract IsEmailOrEmpty(string val, string key) => method IsEmailOrEmpty (line 44) | public Contract IsEmailOrEmpty(string val, string key, string message) method IsNotEmail (line 57) | public Contract IsNotEmail(string val, string key) => method IsNotEmail (line 67) | public Contract IsNotEmail(string val, string key, string message) FILE: Flunt/Validations/FloatValidationContract.cs class Contract (line 7) | public partial class Contract method IsGreaterThan (line 17) | public Contract IsGreaterThan(float val, float comparer, string key... method IsGreaterThan (line 28) | public Contract IsGreaterThan(float val, float comparer, string key... method IsGreaterThan (line 43) | public Contract IsGreaterThan(float val, decimal comparer, string k... method IsGreaterThan (line 54) | public Contract IsGreaterThan(float val, decimal comparer, string k... method IsGreaterThan (line 64) | public Contract IsGreaterThan(float val, double comparer, string ke... method IsGreaterThan (line 75) | public Contract IsGreaterThan(float val, double comparer, string ke... method IsGreaterThan (line 85) | public Contract IsGreaterThan(float val, int comparer, string key) => method IsGreaterThan (line 96) | public Contract IsGreaterThan(float val, int comparer, string key, ... method IsGreaterThan (line 106) | public Contract IsGreaterThan(float val, long comparer, string key) => method IsGreaterThan (line 117) | public Contract IsGreaterThan(float val, long comparer, string key,... method IsGreaterOrEqualsThan (line 129) | public Contract IsGreaterOrEqualsThan(float val, float comparer, st... method IsGreaterOrEqualsThan (line 140) | public Contract IsGreaterOrEqualsThan(float val, float comparer, st... method IsGreaterOrEqualsThan (line 155) | public Contract IsGreaterOrEqualsThan(float val, decimal comparer, ... method IsGreaterOrEqualsThan (line 166) | public Contract IsGreaterOrEqualsThan(float val, decimal comparer, ... method IsGreaterOrEqualsThan (line 176) | public Contract IsGreaterOrEqualsThan(float val, double comparer, s... method IsGreaterOrEqualsThan (line 187) | public Contract IsGreaterOrEqualsThan(float val, double comparer, s... method IsGreaterOrEqualsThan (line 197) | public Contract IsGreaterOrEqualsThan(float val, int comparer, stri... method IsGreaterOrEqualsThan (line 208) | public Contract IsGreaterOrEqualsThan(float val, int comparer, stri... method IsGreaterOrEqualsThan (line 218) | public Contract IsGreaterOrEqualsThan(float val, long comparer, str... method IsGreaterOrEqualsThan (line 229) | public Contract IsGreaterOrEqualsThan(float val, long comparer, str... method IsLowerThan (line 241) | public Contract IsLowerThan(float val, float comparer, string key) => method IsLowerThan (line 252) | public Contract IsLowerThan(float val, float comparer, string key, ... method IsLowerThan (line 267) | public Contract IsLowerThan(float val, decimal comparer, string key... method IsLowerThan (line 278) | public Contract IsLowerThan(float val, decimal comparer, string key... method IsLowerThan (line 288) | public Contract IsLowerThan(float val, double comparer, string key) => method IsLowerThan (line 299) | public Contract IsLowerThan(float val, double comparer, string key,... method IsLowerThan (line 309) | public Contract IsLowerThan(float val, int comparer, string key) => method IsLowerThan (line 320) | public Contract IsLowerThan(float val, int comparer, string key, st... method IsLowerThan (line 330) | public Contract IsLowerThan(float val, long comparer, string key) => method IsLowerThan (line 341) | public Contract IsLowerThan(float val, long comparer, string key, s... method IsLowerOrEqualsThan (line 353) | public Contract IsLowerOrEqualsThan(float val, float comparer, stri... method IsLowerOrEqualsThan (line 364) | public Contract IsLowerOrEqualsThan(float val, float comparer, stri... method IsLowerOrEqualsThan (line 379) | public Contract IsLowerOrEqualsThan(float val, decimal comparer, st... method IsLowerOrEqualsThan (line 390) | public Contract IsLowerOrEqualsThan(float val, decimal comparer, st... method IsLowerOrEqualsThan (line 400) | public Contract IsLowerOrEqualsThan(float val, double comparer, str... method IsLowerOrEqualsThan (line 411) | public Contract IsLowerOrEqualsThan(float val, double comparer, str... method IsLowerOrEqualsThan (line 421) | public Contract IsLowerOrEqualsThan(float val, int comparer, string... method IsLowerOrEqualsThan (line 432) | public Contract IsLowerOrEqualsThan(float val, int comparer, string... method IsLowerOrEqualsThan (line 442) | public Contract IsLowerOrEqualsThan(float val, long comparer, strin... method IsLowerOrEqualsThan (line 453) | public Contract IsLowerOrEqualsThan(float val, long comparer, strin... method IsMinValue (line 464) | public Contract IsMinValue(float val, string key) => method IsMinValue (line 474) | public Contract IsMinValue(float val, string key, string message) method IsNotMinValue (line 490) | public Contract IsNotMinValue(float val, string key) => method IsNotMinValue (line 500) | public Contract IsNotMinValue(float val, string key, string message) method IsMaxValue (line 516) | public Contract IsMaxValue(float val, string key) => method IsMaxValue (line 526) | public Contract IsMaxValue(float val, string key, string message) method IsNotMaxValue (line 542) | public Contract IsNotMaxValue(float val, string key) => method IsNotMaxValue (line 552) | public Contract IsNotMaxValue(float val, string key, string message) method AreEquals (line 570) | public Contract AreEquals(float val, float comparer, string key) => method AreEquals (line 581) | public Contract AreEquals(float val, float comparer, string key, st... method AreEquals (line 596) | public Contract AreEquals(float val, int comparer, string key) => method AreEquals (line 607) | public Contract AreEquals(float val, int comparer, string key, stri... method AreEquals (line 617) | public Contract AreEquals(float val, double comparer, string key) => method AreEquals (line 628) | public Contract AreEquals(float val, double comparer, string key, s... method AreEquals (line 638) | public Contract AreEquals(float val, decimal comparer, string key) => method AreEquals (line 649) | public Contract AreEquals(float val, decimal comparer, string key, ... method AreEquals (line 659) | public Contract AreEquals(float val, long comparer, string key) => method AreEquals (line 670) | public Contract AreEquals(float val, long comparer, string key, str... method AreNotEquals (line 683) | public Contract AreNotEquals(float val, float comparer, string key) => method AreNotEquals (line 694) | public Contract AreNotEquals(float val, float comparer, string key,... method AreNotEquals (line 709) | public Contract AreNotEquals(float val, int comparer, string key) => method AreNotEquals (line 720) | public Contract AreNotEquals(float val, int comparer, string key, s... method AreNotEquals (line 730) | public Contract AreNotEquals(float val, double comparer, string key... method AreNotEquals (line 741) | public Contract AreNotEquals(float val, double comparer, string key... method AreNotEquals (line 751) | public Contract AreNotEquals(float val, decimal comparer, string ke... method AreNotEquals (line 762) | public Contract AreNotEquals(float val, decimal comparer, string ke... method AreNotEquals (line 772) | public Contract AreNotEquals(float val, long comparer, string key) => method AreNotEquals (line 783) | public Contract AreNotEquals(float val, long comparer, string key, ... method IsNull (line 794) | public Contract IsNull(float? val, string key) => method IsNull (line 804) | public Contract IsNull(float? val, string key, string message) method IsNotNull (line 820) | public Contract IsNotNull(float? val, string key) => method IsNotNull (line 830) | public Contract IsNotNull(float? val, string key, string message) method IsBetween (line 848) | public Contract IsBetween(float val, float start, float end, string... method IsBetween (line 860) | public Contract IsBetween(float val, float start, float end, string... method IsBetween (line 876) | public Contract IsBetween(float val, int start, int end, string key... method IsBetween (line 888) | public Contract IsBetween(float val, int start, int end, string key... method IsBetween (line 899) | public Contract IsBetween(float val, double start, double end, stri... method IsBetween (line 911) | public Contract IsBetween(float val, double start, double end, stri... method IsBetween (line 922) | public Contract IsBetween(float val, decimal start, decimal end, st... method IsBetween (line 934) | public Contract IsBetween(float val, decimal start, decimal end, st... method IsBetween (line 945) | public Contract IsBetween(float val, long start, long end, string k... method IsBetween (line 957) | public Contract IsBetween(float val, long start, long end, string k... method IsNotBetween (line 970) | public Contract IsNotBetween(float val, float start, float end, str... method IsNotBetween (line 982) | public Contract IsNotBetween(float val, float start, float end, str... method IsNotBetween (line 998) | public Contract IsNotBetween(float val, int start, int end, string ... method IsNotBetween (line 1010) | public Contract IsNotBetween(float val, int start, int end, string ... method IsNotBetween (line 1021) | public Contract IsNotBetween(float val, double start, double end, s... method IsNotBetween (line 1033) | public Contract IsNotBetween(float val, double start, double end, s... method IsNotBetween (line 1044) | public Contract IsNotBetween(float val, decimal start, decimal end,... method IsNotBetween (line 1056) | public Contract IsNotBetween(float val, decimal start, decimal end,... method IsNotBetween (line 1067) | public Contract IsNotBetween(float val, long start, long end, strin... method IsNotBetween (line 1079) | public Contract IsNotBetween(float val, long start, long end, strin... method Contains (line 1091) | public Contract Contains(float val, IEnumerable list, string... method Contains (line 1102) | public Contract Contains(float val, IEnumerable list, string... method NotContains (line 1119) | public Contract NotContains(float val, IEnumerable list, str... method NotContains (line 1130) | public Contract NotContains(float val, IEnumerable list, str... FILE: Flunt/Validations/GuidValidationContract.cs class Contract (line 6) | public partial class Contract method AreEquals (line 15) | public Contract AreEquals(Guid val, Guid comparer, string key) => method AreEquals (line 26) | public Contract AreEquals(Guid val, Guid comparer, string key, stri... method AreNotEquals (line 41) | public Contract AreNotEquals(Guid val, Guid comparer, string key) => method AreNotEquals (line 52) | public Contract AreNotEquals(Guid val, Guid comparer, string key, s... method IsEmpty (line 66) | public Contract IsEmpty(Guid val, string key) => method IsEmpty (line 76) | public Contract IsEmpty(Guid val, string key, string message) method IsNotEmpty (line 90) | public Contract IsNotEmpty(Guid val, string key) => method IsNotEmpty (line 100) | public Contract IsNotEmpty(Guid val, string key, string message) FILE: Flunt/Validations/IntValidationContract.cs class Contract (line 7) | public partial class Contract method IsGreaterThan (line 17) | public Contract IsGreaterThan(int val, int comparer, string key) => method IsGreaterThan (line 28) | public Contract IsGreaterThan(int val, int comparer, string key, st... method IsGreaterThan (line 43) | public Contract IsGreaterThan(int val, decimal comparer, string key... method IsGreaterThan (line 54) | public Contract IsGreaterThan(int val, decimal comparer, string key... method IsGreaterThan (line 64) | public Contract IsGreaterThan(int val, double comparer, string key) => method IsGreaterThan (line 75) | public Contract IsGreaterThan(int val, double comparer, string key,... method IsGreaterThan (line 85) | public Contract IsGreaterThan(int val, float comparer, string key) => method IsGreaterThan (line 96) | public Contract IsGreaterThan(int val, float comparer, string key, ... method IsGreaterThan (line 106) | public Contract IsGreaterThan(int val, long comparer, string key) => method IsGreaterThan (line 117) | public Contract IsGreaterThan(int val, long comparer, string key, s... method IsGreaterOrEqualsThan (line 129) | public Contract IsGreaterOrEqualsThan(int val, int comparer, string... method IsGreaterOrEqualsThan (line 140) | public Contract IsGreaterOrEqualsThan(int val, int comparer, string... method IsGreaterOrEqualsThan (line 155) | public Contract IsGreaterOrEqualsThan(int val, decimal comparer, st... method IsGreaterOrEqualsThan (line 166) | public Contract IsGreaterOrEqualsThan(int val, decimal comparer, st... method IsGreaterOrEqualsThan (line 176) | public Contract IsGreaterOrEqualsThan(int val, double comparer, str... method IsGreaterOrEqualsThan (line 187) | public Contract IsGreaterOrEqualsThan(int val, double comparer, str... method IsGreaterOrEqualsThan (line 197) | public Contract IsGreaterOrEqualsThan(int val, float comparer, stri... method IsGreaterOrEqualsThan (line 208) | public Contract IsGreaterOrEqualsThan(int val, float comparer, stri... method IsGreaterOrEqualsThan (line 218) | public Contract IsGreaterOrEqualsThan(int val, long comparer, strin... method IsGreaterOrEqualsThan (line 229) | public Contract IsGreaterOrEqualsThan(int val, long comparer, strin... method IsLowerThan (line 241) | public Contract IsLowerThan(int val, int comparer, string key) => method IsLowerThan (line 252) | public Contract IsLowerThan(int val, int comparer, string key, stri... method IsLowerThan (line 267) | public Contract IsLowerThan(int val, decimal comparer, string key) => method IsLowerThan (line 278) | public Contract IsLowerThan(int val, decimal comparer, string key, ... method IsLowerThan (line 288) | public Contract IsLowerThan(int val, double comparer, string key) => method IsLowerThan (line 299) | public Contract IsLowerThan(int val, double comparer, string key, s... method IsLowerThan (line 309) | public Contract IsLowerThan(int val, float comparer, string key) => method IsLowerThan (line 320) | public Contract IsLowerThan(int val, float comparer, string key, st... method IsLowerThan (line 330) | public Contract IsLowerThan(int val, long comparer, string key) => method IsLowerThan (line 341) | public Contract IsLowerThan(int val, long comparer, string key, str... method IsLowerOrEqualsThan (line 353) | public Contract IsLowerOrEqualsThan(int val, int comparer, string k... method IsLowerOrEqualsThan (line 364) | public Contract IsLowerOrEqualsThan(int val, int comparer, string k... method IsLowerOrEqualsThan (line 379) | public Contract IsLowerOrEqualsThan(int val, decimal comparer, stri... method IsLowerOrEqualsThan (line 390) | public Contract IsLowerOrEqualsThan(int val, decimal comparer, stri... method IsLowerOrEqualsThan (line 400) | public Contract IsLowerOrEqualsThan(int val, double comparer, strin... method IsLowerOrEqualsThan (line 411) | public Contract IsLowerOrEqualsThan(int val, double comparer, strin... method IsLowerOrEqualsThan (line 421) | public Contract IsLowerOrEqualsThan(int val, float comparer, string... method IsLowerOrEqualsThan (line 432) | public Contract IsLowerOrEqualsThan(int val, float comparer, string... method IsLowerOrEqualsThan (line 442) | public Contract IsLowerOrEqualsThan(int val, long comparer, string ... method IsLowerOrEqualsThan (line 453) | public Contract IsLowerOrEqualsThan(int val, long comparer, string ... method IsMinValue (line 464) | public Contract IsMinValue(int val, string key) => method IsMinValue (line 474) | public Contract IsMinValue(int val, string key, string message) method IsNotMinValue (line 490) | public Contract IsNotMinValue(int val, string key) => method IsNotMinValue (line 500) | public Contract IsNotMinValue(int val, string key, string message) method IsMaxValue (line 516) | public Contract IsMaxValue(int val, string key) => method IsMaxValue (line 526) | public Contract IsMaxValue(int val, string key, string message) method IsNotMaxValue (line 542) | public Contract IsNotMaxValue(int val, string key) => method IsNotMaxValue (line 552) | public Contract IsNotMaxValue(int val, string key, string message) method AreEquals (line 570) | public Contract AreEquals(int val, int comparer, string key) => method AreEquals (line 581) | public Contract AreEquals(int val, int comparer, string key, string... method AreEquals (line 596) | public Contract AreEquals(int val, float comparer, string key) => method AreEquals (line 607) | public Contract AreEquals(int val, float comparer, string key, stri... method AreEquals (line 617) | public Contract AreEquals(int val, double comparer, string key) => method AreEquals (line 628) | public Contract AreEquals(int val, double comparer, string key, str... method AreEquals (line 638) | public Contract AreEquals(int val, decimal comparer, string key) => method AreEquals (line 649) | public Contract AreEquals(int val, decimal comparer, string key, st... method AreEquals (line 659) | public Contract AreEquals(int val, long comparer, string key) => method AreEquals (line 670) | public Contract AreEquals(int val, long comparer, string key, strin... method AreNotEquals (line 683) | public Contract AreNotEquals(int val, int comparer, string key) => method AreNotEquals (line 694) | public Contract AreNotEquals(int val, int comparer, string key, str... method AreNotEquals (line 709) | public Contract AreNotEquals(int val, float comparer, string key) => method AreNotEquals (line 720) | public Contract AreNotEquals(int val, float comparer, string key, s... method AreNotEquals (line 730) | public Contract AreNotEquals(int val, double comparer, string key) => method AreNotEquals (line 741) | public Contract AreNotEquals(int val, double comparer, string key, ... method AreNotEquals (line 751) | public Contract AreNotEquals(int val, decimal comparer, string key) => method AreNotEquals (line 762) | public Contract AreNotEquals(int val, decimal comparer, string key,... method AreNotEquals (line 772) | public Contract AreNotEquals(int val, long comparer, string key) => method AreNotEquals (line 783) | public Contract AreNotEquals(int val, long comparer, string key, st... method IsNull (line 794) | public Contract IsNull(int? val, string key) => method IsNull (line 804) | public Contract IsNull(int? val, string key, string message) method IsNotNull (line 820) | public Contract IsNotNull(int? val, string key) => method IsNotNull (line 830) | public Contract IsNotNull(int? val, string key, string message) method IsBetween (line 848) | public Contract IsBetween(int val, int start, int end, string key) => method IsBetween (line 860) | public Contract IsBetween(int val, int start, int end, string key, ... method IsBetween (line 876) | public Contract IsBetween(int val, float start, float end, string k... method IsBetween (line 888) | public Contract IsBetween(int val, float start, float end, string k... method IsBetween (line 899) | public Contract IsBetween(int val, double start, double end, string... method IsBetween (line 911) | public Contract IsBetween(int val, double start, double end, string... method IsBetween (line 922) | public Contract IsBetween(int val, decimal start, decimal end, stri... method IsBetween (line 934) | public Contract IsBetween(int val, decimal start, decimal end, stri... method IsBetween (line 945) | public Contract IsBetween(int val, long start, long end, string key... method IsBetween (line 957) | public Contract IsBetween(int val, long start, long end, string key... method IsNotBetween (line 970) | public Contract IsNotBetween(int val, int start, int end, string ke... method IsNotBetween (line 982) | public Contract IsNotBetween(int val, int start, int end, string ke... method IsNotBetween (line 998) | public Contract IsNotBetween(int val, float start, float end, strin... method IsNotBetween (line 1010) | public Contract IsNotBetween(int val, float start, float end, strin... method IsNotBetween (line 1021) | public Contract IsNotBetween(int val, double start, double end, str... method IsNotBetween (line 1033) | public Contract IsNotBetween(int val, double start, double end, str... method IsNotBetween (line 1044) | public Contract IsNotBetween(int val, decimal start, decimal end, s... method IsNotBetween (line 1056) | public Contract IsNotBetween(int val, decimal start, decimal end, s... method IsNotBetween (line 1067) | public Contract IsNotBetween(int val, long start, long end, string ... method IsNotBetween (line 1079) | public Contract IsNotBetween(int val, long start, long end, string ... method Contains (line 1091) | public Contract Contains(int val, IEnumerable list, string key... method Contains (line 1102) | public Contract Contains(int val, IEnumerable list, string key... method NotContains (line 1119) | public Contract NotContains(int val, IEnumerable list, string ... method NotContains (line 1130) | public Contract NotContains(int val, IEnumerable list, string ... FILE: Flunt/Validations/ListValidationContract.cs class Contract (line 7) | public partial class Contract method IsNull (line 16) | public Contract IsNull(IEnumerable val, string key) => method IsNull (line 27) | public Contract IsNull(IEnumerable val, string key, s... method IsNotNull (line 42) | public Contract IsNotNull(IEnumerable val, string key... method IsNotNull (line 53) | public Contract IsNotNull(IEnumerable val, string key... method IsEmpty (line 68) | public Contract IsEmpty(IEnumerable val, string key) => method IsEmpty (line 79) | public Contract IsEmpty(IEnumerable val, string key, ... method IsNotEmpty (line 94) | public Contract IsNotEmpty(IEnumerable val, string ke... method IsNotEmpty (line 105) | public Contract IsNotEmpty(IEnumerable val, string ke... method IsGreaterThan (line 121) | public Contract IsGreaterThan(IEnumerable val, int co... method IsGreaterThan (line 133) | public Contract IsGreaterThan(IEnumerable val, int co... method IsGreaterOrEqualsThan (line 149) | public Contract IsGreaterOrEqualsThan(IEnumerable val... method IsGreaterOrEqualsThan (line 161) | public Contract IsGreaterOrEqualsThan(IEnumerable val... method IsLowerThan (line 177) | public Contract IsLowerThan(IEnumerable val, int comp... method IsLowerThan (line 189) | public Contract IsLowerThan(IEnumerable val, int comp... method IsLowerOrEqualsThan (line 205) | public Contract IsLowerOrEqualsThan(IEnumerable val, ... method IsLowerOrEqualsThan (line 217) | public Contract IsLowerOrEqualsThan(IEnumerable val, ... FILE: Flunt/Validations/LongValidationContract.cs class Contract (line 7) | public partial class Contract method IsGreaterThan (line 17) | public Contract IsGreaterThan(long val, long comparer, string key) => method IsGreaterThan (line 28) | public Contract IsGreaterThan(long val, long comparer, string key, ... method IsGreaterThan (line 43) | public Contract IsGreaterThan(long val, decimal comparer, string ke... method IsGreaterThan (line 54) | public Contract IsGreaterThan(long val, decimal comparer, string ke... method IsGreaterThan (line 64) | public Contract IsGreaterThan(long val, double comparer, string key... method IsGreaterThan (line 75) | public Contract IsGreaterThan(long val, double comparer, string key... method IsGreaterThan (line 85) | public Contract IsGreaterThan(long val, float comparer, string key) => method IsGreaterThan (line 96) | public Contract IsGreaterThan(long val, float comparer, string key,... method IsGreaterThan (line 106) | public Contract IsGreaterThan(long val, int comparer, string key) => method IsGreaterThan (line 117) | public Contract IsGreaterThan(long val, int comparer, string key, s... method IsGreaterOrEqualsThan (line 129) | public Contract IsGreaterOrEqualsThan(long val, long comparer, stri... method IsGreaterOrEqualsThan (line 140) | public Contract IsGreaterOrEqualsThan(long val, long comparer, stri... method IsGreaterOrEqualsThan (line 155) | public Contract IsGreaterOrEqualsThan(long val, decimal comparer, s... method IsGreaterOrEqualsThan (line 166) | public Contract IsGreaterOrEqualsThan(long val, decimal comparer, s... method IsGreaterOrEqualsThan (line 176) | public Contract IsGreaterOrEqualsThan(long val, double comparer, st... method IsGreaterOrEqualsThan (line 187) | public Contract IsGreaterOrEqualsThan(long val, double comparer, st... method IsGreaterOrEqualsThan (line 197) | public Contract IsGreaterOrEqualsThan(long val, float comparer, str... method IsGreaterOrEqualsThan (line 208) | public Contract IsGreaterOrEqualsThan(long val, float comparer, str... method IsGreaterOrEqualsThan (line 218) | public Contract IsGreaterOrEqualsThan(long val, int comparer, strin... method IsGreaterOrEqualsThan (line 229) | public Contract IsGreaterOrEqualsThan(long val, int comparer, strin... method IsLowerThan (line 241) | public Contract IsLowerThan(long val, long comparer, string key) => method IsLowerThan (line 252) | public Contract IsLowerThan(long val, long comparer, string key, st... method IsLowerThan (line 267) | public Contract IsLowerThan(long val, decimal comparer, string key) => method IsLowerThan (line 278) | public Contract IsLowerThan(long val, decimal comparer, string key,... method IsLowerThan (line 288) | public Contract IsLowerThan(long val, double comparer, string key) => method IsLowerThan (line 299) | public Contract IsLowerThan(long val, double comparer, string key, ... method IsLowerThan (line 309) | public Contract IsLowerThan(long val, float comparer, string key) => method IsLowerThan (line 320) | public Contract IsLowerThan(long val, float comparer, string key, s... method IsLowerThan (line 330) | public Contract IsLowerThan(long val, int comparer, string key) => method IsLowerThan (line 341) | public Contract IsLowerThan(long val, int comparer, string key, str... method IsLowerOrEqualsThan (line 353) | public Contract IsLowerOrEqualsThan(long val, long comparer, string... method IsLowerOrEqualsThan (line 364) | public Contract IsLowerOrEqualsThan(long val, long comparer, string... method IsLowerOrEqualsThan (line 379) | public Contract IsLowerOrEqualsThan(long val, decimal comparer, str... method IsLowerOrEqualsThan (line 390) | public Contract IsLowerOrEqualsThan(long val, decimal comparer, str... method IsLowerOrEqualsThan (line 400) | public Contract IsLowerOrEqualsThan(long val, double comparer, stri... method IsLowerOrEqualsThan (line 411) | public Contract IsLowerOrEqualsThan(long val, double comparer, stri... method IsLowerOrEqualsThan (line 421) | public Contract IsLowerOrEqualsThan(long val, float comparer, strin... method IsLowerOrEqualsThan (line 432) | public Contract IsLowerOrEqualsThan(long val, float comparer, strin... method IsLowerOrEqualsThan (line 442) | public Contract IsLowerOrEqualsThan(long val, int comparer, string ... method IsLowerOrEqualsThan (line 453) | public Contract IsLowerOrEqualsThan(long val, int comparer, string ... method IsMinValue (line 464) | public Contract IsMinValue(long val, string key) => method IsMinValue (line 474) | public Contract IsMinValue(long val, string key, string message) method IsNotMinValue (line 490) | public Contract IsNotMinValue(long val, string key) => method IsNotMinValue (line 500) | public Contract IsNotMinValue(long val, string key, string message) method IsMaxValue (line 516) | public Contract IsMaxValue(long val, string key) => method IsMaxValue (line 526) | public Contract IsMaxValue(long val, string key, string message) method IsNotMaxValue (line 542) | public Contract IsNotMaxValue(long val, string key) => method IsNotMaxValue (line 552) | public Contract IsNotMaxValue(long val, string key, string message) method AreEquals (line 570) | public Contract AreEquals(long val, long comparer, string key) => method AreEquals (line 581) | public Contract AreEquals(long val, long comparer, string key, stri... method AreEquals (line 596) | public Contract AreEquals(long val, float comparer, string key) => method AreEquals (line 607) | public Contract AreEquals(long val, float comparer, string key, str... method AreEquals (line 617) | public Contract AreEquals(long val, double comparer, string key) => method AreEquals (line 628) | public Contract AreEquals(long val, double comparer, string key, st... method AreEquals (line 638) | public Contract AreEquals(long val, decimal comparer, string key) => method AreEquals (line 649) | public Contract AreEquals(long val, decimal comparer, string key, s... method AreEquals (line 659) | public Contract AreEquals(long val, int comparer, string key) => method AreEquals (line 670) | public Contract AreEquals(long val, int comparer, string key, strin... method AreNotEquals (line 683) | public Contract AreNotEquals(long val, long comparer, string key) => method AreNotEquals (line 694) | public Contract AreNotEquals(long val, long comparer, string key, s... method AreNotEquals (line 709) | public Contract AreNotEquals(long val, float comparer, string key) => method AreNotEquals (line 720) | public Contract AreNotEquals(long val, float comparer, string key, ... method AreNotEquals (line 730) | public Contract AreNotEquals(long val, double comparer, string key) => method AreNotEquals (line 741) | public Contract AreNotEquals(long val, double comparer, string key,... method AreNotEquals (line 751) | public Contract AreNotEquals(long val, decimal comparer, string key... method AreNotEquals (line 762) | public Contract AreNotEquals(long val, decimal comparer, string key... method AreNotEquals (line 772) | public Contract AreNotEquals(long val, int comparer, string key) => method AreNotEquals (line 783) | public Contract AreNotEquals(long val, int comparer, string key, st... method IsNull (line 794) | public Contract IsNull(long? val, string key) => method IsNull (line 804) | public Contract IsNull(long? val, string key, string message) method IsNotNull (line 820) | public Contract IsNotNull(long? val, string key) => method IsNotNull (line 830) | public Contract IsNotNull(long? val, string key, string message) method IsBetween (line 848) | public Contract IsBetween(long val, long start, long end, string ke... method IsBetween (line 860) | public Contract IsBetween(long val, long start, long end, string ke... method IsBetween (line 876) | public Contract IsBetween(long val, float start, float end, string ... method IsBetween (line 888) | public Contract IsBetween(long val, float start, float end, string ... method IsBetween (line 899) | public Contract IsBetween(long val, double start, double end, strin... method IsBetween (line 911) | public Contract IsBetween(long val, double start, double end, strin... method IsBetween (line 922) | public Contract IsBetween(long val, decimal start, decimal end, str... method IsBetween (line 934) | public Contract IsBetween(long val, decimal start, decimal end, str... method IsBetween (line 945) | public Contract IsBetween(long val, int start, int end, string key) => method IsBetween (line 957) | public Contract IsBetween(long val, int start, int end, string key,... method IsNotBetween (line 970) | public Contract IsNotBetween(long val, long start, long end, string... method IsNotBetween (line 982) | public Contract IsNotBetween(long val, long start, long end, string... method IsNotBetween (line 998) | public Contract IsNotBetween(long val, float start, float end, stri... method IsNotBetween (line 1010) | public Contract IsNotBetween(long val, float start, float end, stri... method IsNotBetween (line 1021) | public Contract IsNotBetween(long val, double start, double end, st... method IsNotBetween (line 1033) | public Contract IsNotBetween(long val, double start, double end, st... method IsNotBetween (line 1044) | public Contract IsNotBetween(long val, decimal start, decimal end, ... method IsNotBetween (line 1056) | public Contract IsNotBetween(long val, decimal start, decimal end, ... method IsNotBetween (line 1067) | public Contract IsNotBetween(long val, int start, int end, string k... method IsNotBetween (line 1079) | public Contract IsNotBetween(long val, int start, int end, string k... method Contains (line 1091) | public Contract Contains(long val, IEnumerable list, string k... method Contains (line 1102) | public Contract Contains(long val, IEnumerable list, string k... method NotContains (line 1119) | public Contract NotContains(long val, IEnumerable list, strin... method NotContains (line 1130) | public Contract NotContains(long val, IEnumerable list, strin... FILE: Flunt/Validations/ObjectValidationContract.cs class Contract (line 5) | public partial class Contract method IsNull (line 13) | public Contract IsNull(object val, string key) => method IsNull (line 23) | public Contract IsNull(object val, string key, string message) method IsNotNull (line 37) | public Contract IsNotNull(object val, string key) => method IsNotNull (line 47) | public Contract IsNotNull(object val, string key, string message) method AreEquals (line 62) | public Contract AreEquals(object val, object comparer, string key) => method AreEquals (line 73) | public Contract AreEquals(object val, object comparer, string key, ... method AreNotEquals (line 91) | public Contract AreNotEquals(object val, object comparer, string ke... method AreNotEquals (line 102) | public Contract AreNotEquals(object val, object comparer, string ke... FILE: Flunt/Validations/RegexValidationContract.cs class Contract (line 6) | public partial class Contract method Matches (line 15) | public Contract Matches(string val, string pattern, string key) => method Matches (line 26) | public Contract Matches(string val, string pattern, string key, str... method NotMatches (line 41) | public Contract NotMatches(string val, string pattern, string key) => method NotMatches (line 52) | public Contract NotMatches(string val, string pattern, string key, ... FILE: Flunt/Validations/StringValidationContract.cs class Contract (line 5) | public partial class Contract method IsNull (line 13) | public Contract IsNull(string val, string key) => method IsNull (line 23) | public Contract IsNull(string val, string key, string message) method IsNotNull (line 37) | public Contract IsNotNull(string val, string key) => method IsNotNull (line 47) | public Contract IsNotNull(string val, string key, string message) method IsNullOrEmpty (line 61) | public Contract IsNullOrEmpty(string val, string key) => method IsNullOrEmpty (line 71) | public Contract IsNullOrEmpty(string val, string key, string message) method IsNotNullOrEmpty (line 85) | public Contract IsNotNullOrEmpty(string val, string key) => method IsNotNullOrEmpty (line 95) | public Contract IsNotNullOrEmpty(string val, string key, string mes... method IsNullOrWhiteSpace (line 109) | public Contract IsNullOrWhiteSpace(string val, string key) => method IsNullOrWhiteSpace (line 119) | public Contract IsNullOrWhiteSpace(string val, string key, string m... method IsNotNullOrWhiteSpace (line 133) | public Contract IsNotNullOrWhiteSpace(string val, string key) => method IsNotNullOrWhiteSpace (line 143) | public Contract IsNotNullOrWhiteSpace(string val, string key, strin... method AreEquals (line 158) | public Contract AreEquals(string val, string comparer, string key) => method AreEquals (line 169) | public Contract AreEquals(string val, string comparer, string key, ... method AreEquals (line 185) | public Contract AreEquals(string val, int comparer, string key) => method AreEquals (line 196) | public Contract AreEquals(string val, int comparer, string key, str... method AreNotEquals (line 214) | public Contract AreNotEquals(string val, string comparer, string ke... method AreNotEquals (line 225) | public Contract AreNotEquals(string val, string comparer, string ke... method AreNotEquals (line 241) | public Contract AreNotEquals(string val, int comparer, string key) => method AreNotEquals (line 252) | public Contract AreNotEquals(string val, int comparer, string key, ... method Contains (line 271) | public Contract Contains(string val, string comparer, string key) => method Contains (line 282) | public Contract Contains(string val, string comparer, string key, s... method NotContains (line 300) | public Contract NotContains(string val, string comparer, string key... method NotContains (line 311) | public Contract NotContains(string val, string comparer, string key... method IsGreaterThan (line 329) | public Contract IsGreaterThan(string val, int comparer, string key) => method IsGreaterThan (line 340) | public Contract IsGreaterThan(string val, int comparer, string key,... method IsGreaterOrEqualsThan (line 358) | public Contract IsGreaterOrEqualsThan(string val, int comparer, str... method IsGreaterOrEqualsThan (line 369) | public Contract IsGreaterOrEqualsThan(string val, int comparer, str... method IsLowerThan (line 387) | public Contract IsLowerThan(string val, int comparer, string key) => method IsLowerThan (line 398) | public Contract IsLowerThan(string val, int comparer, string key, s... method IsLowerOrEqualsThan (line 416) | public Contract IsLowerOrEqualsThan(string val, int comparer, strin... method IsLowerOrEqualsThan (line 427) | public Contract IsLowerOrEqualsThan(string val, int comparer, strin... method IsBetween (line 448) | public Contract IsBetween(string val, int min, int max, string key,... FILE: Flunt/Validations/TimeSpanValidationContract.cs class Contract (line 8) | public partial class Contract method IsGreaterThan (line 18) | public Contract IsGreaterThan(TimeSpan val, TimeSpan comparer, stri... method IsGreaterThan (line 29) | public Contract IsGreaterThan(TimeSpan val, TimeSpan comparer, stri... method IsGreaterOrEqualsThan (line 46) | public Contract IsGreaterOrEqualsThan(TimeSpan val, TimeSpan compar... method IsGreaterOrEqualsThan (line 57) | public Contract IsGreaterOrEqualsThan(TimeSpan val, TimeSpan compar... method IsLowerThan (line 74) | public Contract IsLowerThan(TimeSpan val, TimeSpan comparer, string... method IsLowerThan (line 85) | public Contract IsLowerThan(TimeSpan val, TimeSpan comparer, string... method IsLowerOrEqualsThan (line 102) | public Contract IsLowerOrEqualsThan(TimeSpan val, TimeSpan comparer... method IsLowerOrEqualsThan (line 113) | public Contract IsLowerOrEqualsThan(TimeSpan val, TimeSpan comparer... method IsNull (line 129) | public Contract IsNull(TimeSpan? val, string key) => method IsNull (line 139) | public Contract IsNull(TimeSpan? val, string key, string message) method IsNotNull (line 155) | public Contract IsNotNull(TimeSpan? val, string key) => method IsNotNull (line 165) | public Contract IsNotNull(TimeSpan? val, string key, string message) method IsBetween (line 183) | public Contract IsBetween(TimeSpan val, TimeSpan start, TimeSpan en... method IsBetween (line 195) | public Contract IsBetween(TimeSpan val, TimeSpan start, TimeSpan en... method IsNotBetween (line 213) | public Contract IsNotBetween(TimeSpan val, TimeSpan start, TimeSpan... method IsNotBetween (line 225) | public Contract IsNotBetween(TimeSpan val, TimeSpan start, TimeSpan... method IsMinValue (line 241) | public Contract IsMinValue(TimeSpan val, string key) => method IsMinValue (line 252) | public Contract IsMinValue(TimeSpan val, string key, string message) method IsNotMinValue (line 268) | public Contract IsNotMinValue(TimeSpan val, string key) => method IsNotMinValue (line 279) | public Contract IsNotMinValue(TimeSpan val, string key, string mess... method IsMaxValue (line 295) | public Contract IsMaxValue(TimeSpan val, string key) => method IsMaxValue (line 306) | public Contract IsMaxValue(TimeSpan val, string key, string message) method IsNotMaxValue (line 322) | public Contract IsNotMaxValue(TimeSpan val, string key) => method IsNotMaxValue (line 333) | public Contract IsNotMaxValue(TimeSpan val, string key, string mess... method AreEquals (line 351) | public Contract AreEquals(TimeSpan val, TimeSpan comparer, string key) method AreEquals (line 362) | public Contract AreEquals(TimeSpan val, TimeSpan comparer, string k... method AreNotEquals (line 379) | public Contract AreNotEquals(TimeSpan val, TimeSpan comparer, strin... method AreNotEquals (line 390) | public Contract AreNotEquals(TimeSpan val, TimeSpan comparer, strin... method Contains (line 407) | public Contract Contains(TimeSpan val, IEnumerable list, ... method Contains (line 418) | public Contract Contains(TimeSpan val, IEnumerable list, ... method NotContains (line 435) | public Contract NotContains(TimeSpan val, IEnumerable lis... method NotContains (line 446) | public Contract NotContains(TimeSpan val, IEnumerable lis... FILE: Flunt/Validations/UrlValidationContract.cs class Contract (line 5) | public partial class Contract method IsUrl (line 13) | public Contract IsUrl(string val, string key) => method IsUrl (line 23) | public Contract IsUrl(string val, string key, string message) => method IsUrlOrEmpty (line 32) | public Contract IsUrlOrEmpty(string val, string key) => method IsUrlOrEmpty (line 42) | public Contract IsUrlOrEmpty(string val, string key, string message) method IsNotUrl (line 55) | public Contract IsNotUrl(string val, string key) => method IsNotUrl (line 65) | public Contract IsNotUrl(string val, string key, string message) => method IsNotUrlOrEmpty (line 74) | public Contract IsNotUrlOrEmpty(string val, string key) => method IsNotUrlOrEmpty (line 84) | public Contract IsNotUrlOrEmpty(string val, string key, string mess...