ArcFM Responder Mobile Developer Guide
GetFieldsByModelName Method






The model name to use.
Get an IList of fields based on a model name, case insensitive.
Syntax
'Declaration
 
Public Function GetFieldsByModelName( _
   ByVal modelName As System.String _
) As System.Collections.Generic.IList(Of TaskFieldViewModel)
'Usage
 
Dim instance As TaskViewModel
Dim modelName As System.String
Dim value As System.Collections.Generic.IList(Of TaskFieldViewModel)
 
value = instance.GetFieldsByModelName(modelName)
public System.Collections.Generic.IList<TaskFieldViewModel> GetFieldsByModelName( 
   System.string modelName
)
public function GetFieldsByModelName( 
    modelName: System.String
): System.Collections.Generic.IList; 
public function GetFieldsByModelName( 
   modelName : System.String
) : System.Collections.Generic.IList;
public: System.Collections.Generic.IList<TaskFieldViewModel*>* GetFieldsByModelName( 
   System.string* modelName
) 
public:
System.Collections.Generic.IList<TaskFieldViewModel^>^ GetFieldsByModelName( 
   System.String^ modelName
) 

Parameters

modelName
The model name to use.
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

TaskViewModel Class
TaskViewModel Members

Send Feedback