Click or drag to resize
ParaPlan Logo

TripPurposeListFromAppointmentType Method

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

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<TripPurpose> ListFromAppointmentType(
	List<AppointmentType> list
)

Parameters

list
Type: System.Collections.GenericListAppointmentType

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

Return Value

Type: ListTripPurpose

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

See Also