Show / Hide Table of Contents

Class OperationInfo

Inheritance
object
OperationInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: SuperOffice.CRM.BulkUpdate
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public sealed class OperationInfo

Constructors

OperationInfo(string, string, string[])

Declaration
public OperationInfo(string i_Key, string i_EncodedDisplayName, string[] i_EncodedLeadTexts = null)
Parameters
Type Name Description
string i_Key
string i_EncodedDisplayName
string[] i_EncodedLeadTexts

Fields

EncodedDisplayName

Declaration
public string EncodedDisplayName
Field Value
Type Description
string

EncodedLeadTexts

Declaration
public string[] EncodedLeadTexts
Field Value
Type Description
string[]

Key

Declaration
public string Key
Field Value
Type Description
string

Extension Methods

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