Click or drag to resize
ParaPlan Logo

ClientStatusTypeListFromClientStatus Method

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

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<ClientStatusType> ListFromClientStatus(
	List<StatusType> list
)

Parameters

list
Type: System.Collections.GenericListStatusType

[Missing <param name="list"/> documentation for "M:ParaPlanREST.Models.ClientStatusType.ListFromClientStatus(System.Collections.Generic.List{ParaPlan.Entities.StatusType})"]

Return Value

Type: ListClientStatusType

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

See Also