[Missing <summary> documentation for "M:Caisis.BOL.BusinessObject.GetMetadataFieldAttributes(System.String,System.String,System.String)"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static IDictionary<string, KeyValuePair<bool, string>> GetMetadataFieldAttributes(
	string tablename,
	string fieldname,
	string disease
)
Visual Basic
Public Shared Function GetMetadataFieldAttributes ( 
	tablename As String,
	fieldname As String,
	disease As String
) As IDictionary(Of String, KeyValuePair(Of Boolean, String))
Visual C++
public:
static IDictionary<String^, KeyValuePair<bool, String^>>^ GetMetadataFieldAttributes(
	String^ tablename, 
	String^ fieldname, 
	String^ disease
)

Parameters

tablename
Type: System..::..String

[Missing <param name="tablename"/> documentation for "M:Caisis.BOL.BusinessObject.GetMetadataFieldAttributes(System.String,System.String,System.String)"]

fieldname
Type: System..::..String

[Missing <param name="fieldname"/> documentation for "M:Caisis.BOL.BusinessObject.GetMetadataFieldAttributes(System.String,System.String,System.String)"]

disease
Type: System..::..String

[Missing <param name="disease"/> documentation for "M:Caisis.BOL.BusinessObject.GetMetadataFieldAttributes(System.String,System.String,System.String)"]

Return Value

Type: IDictionary<(Of <(<'String, KeyValuePair<(Of <(<'Boolean, String>)>)>>)>)>

[Missing <returns> documentation for "M:Caisis.BOL.BusinessObject.GetMetadataFieldAttributes(System.String,System.String,System.String)"]

See Also