Initializes a new instance of the ProtocolMgmtMetadataField class

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

Syntax

C#
public ProtocolMgmtMetadataField(
	string tablename,
	string fieldname,
	int recordId,
	int parentRecordId
)
Visual Basic
Public Sub New ( 
	tablename As String,
	fieldname As String,
	recordId As Integer,
	parentRecordId As Integer
)
Visual C++
public:
ProtocolMgmtMetadataField(
	String^ tablename, 
	String^ fieldname, 
	int recordId, 
	int parentRecordId
)

Parameters

tablename
Type: System..::..String

[Missing <param name="tablename"/> documentation for "M:Caisis.BOL.ProtocolMgmtMetadataField.#ctor(System.String,System.String,System.Int32,System.Int32)"]

fieldname
Type: System..::..String

[Missing <param name="fieldname"/> documentation for "M:Caisis.BOL.ProtocolMgmtMetadataField.#ctor(System.String,System.String,System.Int32,System.Int32)"]

recordId
Type: System..::..Int32

[Missing <param name="recordId"/> documentation for "M:Caisis.BOL.ProtocolMgmtMetadataField.#ctor(System.String,System.String,System.Int32,System.Int32)"]

parentRecordId
Type: System..::..Int32

[Missing <param name="parentRecordId"/> documentation for "M:Caisis.BOL.ProtocolMgmtMetadataField.#ctor(System.String,System.String,System.Int32,System.Int32)"]

See Also