CommonGenerateTermDescription Method

[Missing <summary> documentation for "M:IAS.Common.GenerateTermDescription(System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GenerateTermDescription(
	Nullable<int> termMonths,
	Nullable<int> termMiles
)

Parameters

termMonths
Type: SystemNullableInt32

[Missing <param name="termMonths"/> documentation for "M:IAS.Common.GenerateTermDescription(System.Nullable{System.Int32},System.Nullable{System.Int32})"]

termMiles
Type: SystemNullableInt32

[Missing <param name="termMiles"/> documentation for "M:IAS.Common.GenerateTermDescription(System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Return Value

Type: String

[Missing <returns> documentation for "M:IAS.Common.GenerateTermDescription(System.Nullable{System.Int32},System.Nullable{System.Int32})"]

See Also