You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets a list of Members based on a property search
617
-
/// </summary>
618
-
/// <param name="propertyTypeAlias">Alias of the PropertyType to search for</param>
619
-
/// <param name="value"><see cref="string"/> Value to match</param>
620
-
/// <param name="matchType">The type of match to make as <see cref="StringPropertyMatchType"/>. Default is <see cref="StringPropertyMatchType.Exact"/></param>
@@ -646,13 +641,8 @@ public IEnumerable<IMember> FindByUsername(string login, long pageIndex, int pag
646
641
return_memberRepository.Get(query);
647
642
}
648
643
649
-
/// <summary>
650
-
/// Gets a list of Members based on a property search
651
-
/// </summary>
652
-
/// <param name="propertyTypeAlias">Alias of the PropertyType to search for</param>
653
-
/// <param name="value"><see cref="int"/> Value to match</param>
654
-
/// <param name="matchType">The type of match to make as <see cref="StringPropertyMatchType"/>. Default is <see cref="StringPropertyMatchType.Exact"/></param>
@@ -698,13 +684,8 @@ public IEnumerable<IMember> FindByUsername(string login, long pageIndex, int pag
698
684
return_memberRepository.Get(query);
699
685
}
700
686
701
-
/// <summary>
702
-
/// Gets a list of Members based on a property search
703
-
/// </summary>
704
-
/// <param name="propertyTypeAlias">Alias of the PropertyType to search for</param>
705
-
/// <param name="value"><see cref="System.DateTime"/> Value to match</param>
706
-
/// <param name="matchType">The type of match to make as <see cref="StringPropertyMatchType"/>. Default is <see cref="StringPropertyMatchType.Exact"/></param>
0 commit comments