IPrintTypeDaoGetPrintTypes Method |
[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Dao.IPrintTypeDao.GetPrintTypes"]
Namespace: WorkZone.Dispatcher.Base.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)
SyntaxIEnumerable<WzpPrintType> GetPrintTypes()
Function GetPrintTypes As IEnumerable(Of WzpPrintType)
IEnumerable<WzpPrintType^>^ GetPrintTypes()
abstract GetPrintTypes : unit -> IEnumerable<WzpPrintType>
Return Value
IEnumerableWzpPrintType[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.Dao.IPrintTypeDao.GetPrintTypes"]
See Also