Miner.Mobile.Common.Utilities Namespace > CodedValueUtilities Class > GetCodedValueDomainItemsSortedByDescription Method : GetCodedValueDomainItemsSortedByDescription(TaskFieldViewModel,String) Method |
'Declaration
Public Overloads Shared Function GetCodedValueDomainItemsSortedByDescription( _ ByVal taskField As TaskFieldViewModel, _ ByVal fieldElementName As System.String _ ) As CodedValueDomainItem()
'Usage
Dim taskField As TaskFieldViewModel Dim fieldElementName As System.String Dim value() As CodedValueDomainItem value = CodedValueUtilities.GetCodedValueDomainItemsSortedByDescription(taskField, fieldElementName)
public static CodedValueDomainItem[] GetCodedValueDomainItemsSortedByDescription( TaskFieldViewModel taskField, System.string fieldElementName )
public function GetCodedValueDomainItemsSortedByDescription( taskField: TaskFieldViewModel; fieldElementName: System.String ): array of CodedValueDomainItem; static;
public static function GetCodedValueDomainItemsSortedByDescription( taskField : TaskFieldViewModel, fieldElementName : System.String ) : CodedValueDomainItem[];
public: static CodedValueDomainItem*[]* GetCodedValueDomainItemsSortedByDescription( TaskFieldViewModel* taskField, System.string* fieldElementName )
public: static array<CodedValueDomainItem^>^ GetCodedValueDomainItemsSortedByDescription( TaskFieldViewModel^ taskField, System.String^ fieldElementName )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2