|
Name
|
Description
|
|
CSVEscapeSpecialChar(string)
|
Escape double quote, comma and new line
|
|
CheckForInternetConnection()
|
Check for an internet connection
|
|
DescribeSize(long)
|
Describe a size
|
|
DescribeTimeSpan(TimeSpan)
|
Describe a time span
|
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
(inherited from Object).
|
|
Finalize
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(inherited from Object).
|
|
Get7ZipPath()
|
|
|
GetDescription(this Enum)
|
Extension method for getting enum items description
Make sure each enum item has System.ComponentModel.DataAnnotations.DisplayAttribute.
eg [System.ComponentModel.DataAnnotations.Display(Name = "Email Contact", Description = "Email Contact from the
Contact Editor / Viewer")]
if the enum item doesn't have the attribute, an empty string is returned.
|
|
GetDisplayName(this Enum)
|
Extension method for getting enum items display name
Make sure each enum item has System.ComponentModel.DataAnnotations.DisplayAttribute.
eg [System.ComponentModel.DataAnnotations.Display(Name = "Email Contact", Description = "Email Contact from the
Contact Editor / Viewer")]
if the enum item doesn't have the attribute, the enum name is returned.
|
|
GetEnumDescriptionsAndValues(Type)
|
Get enum descriptions and values - Enum must have Description attribute
|
|
GetEnumDescriptiveNames(Type)
|
Get all enum items display names
Make sure each enum item has System.ComponentModel.DataAnnotations.DisplayAttribute.
eg [System.ComponentModel.DataAnnotations.Display(Name = "Email Contact", Description = "Email Contact from the
Contact Editor / Viewer")]
Note: old style still supported - System.ComponentModel.DescriptionAttribute. eg
[System.ComponentModel.Description("Pie Chart")]
|
|
GetHashCode
|
Serves as the default hash function.
(inherited from Object).
|
|
GetLink(EntityID, EntityType, string)
|
Get a link to an entity
|
|
GetLocalPathWithFragment(this Uri)
|
Extension method for getting the local path of a uri including the text after a #, which would otherwise be cut off
|
|
GetPathWithQueryAndFragment(this Uri)
|
Extension method for getting the path and query of a uri including the text after a #, which would otherwise be cut
off
|
|
GetSocketError(SocketException, string, int)
|
Describe a socket exception
|
|
GetType
|
Gets the Type of the current instance.
(inherited from Object).
|
|
HasInvalidWindowsCharacters(string)
|
Does a path or file name have any invalid characters in it
|
|
MemberwiseClone
|
Creates a shallow copy of the current Object.
(inherited from Object).
|
|
RemoveInvalidWindowsCharacters(string, string)
|
Remove invalid characters from a path or file name
|
|
ToString
|
Returns a string that represents the current object.
(inherited from Object).
|
|
UrlDecodeSynergyPath(string)
|
Decode a url for a synergy path
|