Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static SettingsHeadersWrapperBase GetCustomPropertyHeader(
	FieldTypes type,
	string fieldName,
	string friendlyName
)
Visual Basic
Public Shared Function GetCustomPropertyHeader ( _
	type As FieldTypes, _
	fieldName As String, _
	friendlyName As String _
) As SettingsHeadersWrapperBase
Visual C++
public:
static SettingsHeadersWrapperBase^ GetCustomPropertyHeader(
	FieldTypes type, 
	String^ fieldName, 
	String^ friendlyName
)

Parameters

type
Type: FieldTypes
fieldName
Type: System..::..String
friendlyName
Type: System..::..String

See Also