mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 04:03:36 -06:00
21 KiB
21 KiB
- CapyKit - C# Utilities
- Namespaces
- CapyKit Namespace
- CapyKit.Attributes Namespace
- CapyKit.Enumerations Namespace
- CapyKit.Extensions Namespace
- EnumerationExtensions Class
- LINQExtensions Class
- LINQExtensions Methods
- Distinct<T, U> Method
- Filter Method
- LeftOuterJoin Method
- LeftOuterJoin<T, U, TKey, R>(IQueryable, IQueryable, Expression<Func<T, TKey>>, Expression<Func<U, TKey>>, Expression<Func<T, IEnumerable, R>>) Method
- LeftOuterJoin<T, U, TKey, R>(IEnumerable, IEnumerable, Func<T, TKey>, Func<U, TKey>, Func<T, IEnumerable, R>, Func<T, U>) Method
- LeftOuterJoin<T, U, TKey, R>(IQueryable, IQueryable, Expression<Func<T, TKey>>, Expression<Func<U, TKey>>, Func<T, IEnumerable, R>, Func<T, U>) Method
- Page Method
- PageCount Method
- LINQExtensions Methods
- StringExtensions Class
- CapyKit.Helpers Namespace
- CalculationHelper Class
- CompressionHelper Class
- EncryptionHelper Class
- IEncryptionAlgorithm Interface
- LanguageHelper Class
- SecurityHelper Class
- SerializationHelper Class
- SettingsHelper Class
- ValidCharacterCollection Enumeration
- Tests Namespace
- Passwords Class
- Passwords.PasswordTests Class
- Passwords.PasswordTests Constructor
- PasswordTests Methods
- GenerateSalt Method
- PasswordCreation_WithInvalidSalt_ReturnsEmptyHash Method
- PasswordCreation_WithPbkdf2Algorithm_CreatesValidHash Method
- PasswordEquality_DifferentPasswords_AreNotEqual Method
- PasswordEquality_DifferentSalts_AreNotEqual Method
- PasswordEquality_SamePasswordAndSalt_AreEqual Method
- ToString_ReturnsCorrectFormat Method
- StringExtensions Class
- StringExtensions Constructor
- StringExtensions Methods
- IfNullOrEmpty_ShouldReturnOriginalStringWhenValueIsNotNullNorEmpty Method
- IfNullOrEmpty_ShouldReturnReplacementWhenValueIsNullOrEmpty Method
- IfNullOrWhiteSpace_ShouldReturnOriginalStringWhenValueIsNotNullNorWhitespace Method
- IfNullOrWhiteSpace_ShouldReturnReplacementWhenValueIsNullOrWhitespace Method
- Setup Method
- StringExtensions Fields