ArcFM Responder Mobile Developer Guide
GetCodedValueDomainItemsSortedByDescription(TaskViewModel,String,String) Method






Task to find the element.
Field model name to identify the field.
Element model name to identify the element.
Gets the domain items sorted by description.
Syntax
'Declaration
 
Public Overloads Shared Function GetCodedValueDomainItemsSortedByDescription( _
   ByVal task As TaskViewModel, _
   ByVal fieldModelName As System.String, _
   ByVal fieldElementName As System.String _
) As CodedValueDomainItem()
'Usage
 
Dim task As TaskViewModel
Dim fieldModelName As System.String
Dim fieldElementName As System.String
Dim value() As CodedValueDomainItem
 
value = CodedValueUtilities.GetCodedValueDomainItemsSortedByDescription(task, fieldModelName, fieldElementName)
public static CodedValueDomainItem[] GetCodedValueDomainItemsSortedByDescription( 
   TaskViewModel task,
   System.string fieldModelName,
   System.string fieldElementName
)
public function GetCodedValueDomainItemsSortedByDescription( 
    task: TaskViewModel;
    fieldModelName: System.String;
    fieldElementName: System.String
): array of CodedValueDomainItem; static; 
public static function GetCodedValueDomainItemsSortedByDescription( 
   task : TaskViewModel,
   fieldModelName : System.String,
   fieldElementName : System.String
) : CodedValueDomainItem[];
public: static CodedValueDomainItem*[]* GetCodedValueDomainItemsSortedByDescription( 
   TaskViewModel* task,
   System.string* fieldModelName,
   System.string* fieldElementName
) 
public:
static array<CodedValueDomainItem^>^ GetCodedValueDomainItemsSortedByDescription( 
   TaskViewModel^ task,
   System.String^ fieldModelName,
   System.String^ fieldElementName
) 

Parameters

task
Task to find the element.
fieldModelName
Field model name to identify the field.
fieldElementName
Element model name to identify the element.
Requirements

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

See Also

Reference

CodedValueUtilities Class
CodedValueUtilities Members
Overload List

Send Feedback