OdataPrintTypeDaoGetPrintTypes Method |
[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.OdataPrintTypeDao.GetPrintTypes"]
Namespace: WorkZone.Dispatcher.Base.Configuration.DaoAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic IEnumerable<WzpPrintType> GetPrintTypes()
Public Function GetPrintTypes As IEnumerable(Of WzpPrintType)
public:
virtual IEnumerable<WzpPrintType^>^ GetPrintTypes() sealed
abstract GetPrintTypes : unit -> IEnumerable<WzpPrintType>
override GetPrintTypes : unit -> IEnumerable<WzpPrintType>
Return Value
IEnumerableWzpPrintType[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.OdataPrintTypeDao.GetPrintTypes"]
Implements
IPrintTypeDaoGetPrintTypes
See Also