Click or drag to resize

AppString Constructor (Int32, Guid, Int32, Int32, String)

Constructor for the class.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public AppString(
	int id,
	Guid uid,
	int typeId,
	int sourceId,
	string langStringsXml = null
)

Parameters

id
Type: SystemInt32
uid
Type: SystemGuid
typeId
Type: SystemInt32
sourceId
Type: SystemInt32
langStringsXml (Optional)
Type: SystemString
Language strings in xml format from tblAppString.LangStrings.
See Also