C# (CSharp) Decision.Utility Namespace

Classes

Name Description
CalculateReadingTime
CalculateWordsCount
DefaultImageGenerator Represents default implementation to generate captcha image.
ImageManage
PersianExtensions
PropertyInfoCache Keeps a mapping between a string and a PropertyInfo instance. Simply wraps an IDictionary and exposes the relevant operations. Putting all this in a separate class makes the calling code more readable.
PropertyReflector Helps to get and set property values on objects through reflection. Properties of underlying objects can be accessed directly by separating the levels in the hierarchy by dots. To get/set the name of an Ancestor, for objects that have a Parent property, you could use "Parent.Parent.Parent.Name".
RandomNumber Helper class to generates the random numbers.
RandomText Helper class to generate the random text.