Click or drag to resize

DataClassCounterGenerateId Method

[Missing <summary> documentation for "M:Casewhere.Common.DataClassCounter.GenerateId(System.String,System.String)"]

Namespace:  Casewhere.Common
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string GenerateId(
	string dataClassId,
	string attributeName
)

Parameters

dataClassId
Type: SystemString

[Missing <param name="dataClassId"/> documentation for "M:Casewhere.Common.DataClassCounter.GenerateId(System.String,System.String)"]

attributeName
Type: SystemString

[Missing <param name="attributeName"/> documentation for "M:Casewhere.Common.DataClassCounter.GenerateId(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Casewhere.Common.DataClassCounter.GenerateId(System.String,System.String)"]

See Also