Show / Hide Table of Contents

Class ApplicationIcons

Return a dictionary of Application-icons with their respective IDs and IMG urls.

This could in theory be sprited, but that's complicating what should be a simple feature for a extremely minimal performance-gain, in a one-time use-case for a CRM admin.

Probably NOT worth it.

Inheritance
object
ApplicationIcons
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public class ApplicationIcons

Constructors

ApplicationIcons()

Return a dictionary of Application-icons with their respective IDs and IMG urls.

This could in theory be sprited, but that's complicating what should be a simple feature for a extremely minimal performance-gain, in a one-time use-case for a CRM admin.

Probably NOT worth it.

Declaration
public ApplicationIcons()

Methods

GetApplicationIcon(int, bool)

Return a dictionary of Application-icons with their respective IDs and IMG urls.

This could in theory be sprited, but that's complicating what should be a simple feature for a extremely minimal performance-gain, in a one-time use-case for a CRM admin.

Probably NOT worth it.

Declaration
public static ApplicationIcon GetApplicationIcon(int id, bool useDefault = false)
Parameters
Type Name Description
int id
bool useDefault
Returns
Type Description
ApplicationIcon

GetApplicationIcons()

Return a dictionary of Application-icons with their respective IDs and IMG urls.

This could in theory be sprited, but that's complicating what should be a simple feature for a extremely minimal performance-gain, in a one-time use-case for a CRM admin.

Probably NOT worth it.

Declaration
public static ApplicationIcon[] GetApplicationIcons()
Returns
Type Description
ApplicationIcon[]

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top