|
Craig's Utility Library
4.0 Beta
|
Classes | |
| class | BetweenAttribute |
| Between attribute More... | |
| class | CascadeAttribute |
| Cascade attribute More... | |
| class | CompareAttribute |
| Compare attribute More... | |
| class | CompareToAttribute |
| CompareTo attribute More... | |
| class | ContainsAttribute |
| Contains attribute More... | |
| class | DoesNotContainAttribute |
| Does not contain attribute More... | |
| class | EmptyAttribute |
| Empty attribute More... | |
| class | IsAttribute |
| Is attribute More... | |
| class | MaxLengthAttribute |
| Max length attribute More... | |
| class | MinLengthAttribute |
| Min length attribute More... | |
| class | NotEmptyAttribute |
| Not empty attribute More... | |
| class | NotInRangeAttribute |
| Not in range attribute More... | |
| class | ObjectExtensions |
| Object extensions | |
Enumerations | |
| enum | ComparisonType { ComparisonType.Equal, ComparisonType.NotEqual, ComparisonType.GreaterThan, ComparisonType.GreaterThanOrEqual, ComparisonType.LessThan, ComparisonType.LessThanOrEqual } |
| Comparison types More... | |
| enum | IsValid { IsValid.CreditCard, IsValid.Decimal, IsValid.Domain, IsValid.Integer } |
| IsValid types More... | |
|
strong |
Comparison types
| Enumerator | |
|---|---|
| Equal |
Equal |
| NotEqual |
Not equal |
| GreaterThan |
Greater than |
| GreaterThanOrEqual |
Greater than or equal |
| LessThan |
Less than |
| LessThanOrEqual |
Less than or equal |
Definition at line 27 of file ComparisonType.cs.
|
strong |
IsValid types
| Enumerator | |
|---|---|
| CreditCard |
Credit card |
| Decimal |
Decimal |
| Domain |
Domain |
| Integer |
Integer |
Definition at line 27 of file IsValidEnum.cs.