Click or drag to resize
ParaPlan Logo

CancelCodeCodes Method

[Missing <summary> documentation for "M:ParaPlanREST.Models.CancelCode.Codes(System.Collections.Generic.List{ParaPlan.Entities.CancelCode})"]

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<CancelCode> Codes(
	List<CancelCode> CancelCodes
)

Parameters

CancelCodes
Type: System.Collections.GenericListCancelCode

[Missing <param name="CancelCodes"/> documentation for "M:ParaPlanREST.Models.CancelCode.Codes(System.Collections.Generic.List{ParaPlan.Entities.CancelCode})"]

Return Value

Type: ListCancelCode

[Missing <returns> documentation for "M:ParaPlanREST.Models.CancelCode.Codes(System.Collections.Generic.List{ParaPlan.Entities.CancelCode})"]

See Also