Click or drag to resize
EnumValue Constructor

[This is preliminary documentation and is subject to change.]

Consruct na EnumValue from int and string

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public EnumValue(
	int intValue,
	string stringValue
)

Parameters

intValue
Type: SystemInt32

[Missing <param name="intValue"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.EnumValue.#ctor(System.Int32,System.String)"]

stringValue
Type: SystemString

[Missing <param name="stringValue"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.EnumValue.#ctor(System.Int32,System.String)"]

See Also