Overload | Description |
---|---|
TryGetParameterValue(Guid,String,String) | Tries to get the value of the System.String type parameter by generated key. The key is formed by the value of the identifier processUId and by the value of the parameter path parameterPath. |
TryGetParameterValue(Guid,String,Guid) | Tries to get the value of the System.Guid type parameter by generated key. The key is formed by the value of the identifier processUId and by the value of the parameter path parameterPath. |
TryGetParameterValue(Guid,String,Int32) | Tries to get the value of the System.Int32 type parameter by generated key. The key is formed by the value of the identifier processUId and by the value of the parameter path parameterPath. |
TryGetParameterValue(Guid,String,Decimal) | Tries to get the value of the System.Decimal type parameter by generated key. The key is formed by the value of the identifier processUId and by the value of the parameter path parameterPath. |
TryGetParameterValue(Guid,String,Double) | Tries to get the value of the System.Double type parameter by generated key. The key is formed by the value of the identifier processUId and by the value of the parameter path parameterPath. |
TryGetParameterValue(Guid,String,Enum) | Tries to get the value of the System.Enum type parameter by generated key. The key is formed by the value of the identifier processUId and by the value of the parameter path parameterPath. |
TryGetParameterValue(Guid,String,DateTime) | Tries to get the value of the System.DateTime type parameter by generated key. The key is formed by the value of the identifier processUId and by the value of the parameter path parameterPath. |
TryGetParameterValue(Guid,String,Boolean) | Tries to get the value of the System.Boolean type parameter by generated key. The key is formed by the value of the identifier processUId and by the value of the parameter path parameterPath. |
TryGetParameterValue(Guid,String,LocalizableString) | Tries to get the value of the Terrasoft.Common.LocalizableString type parameter by generated key. The key is formed by the value of the identifier processUId and by the value of the parameter path parameterPath. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2