Ofcas.Lk.Api.Client - Version 3.0  3.0.0.103
Ofcas.Lk.Api.Shared.DC Namespace Reference

Classes

class  ApiException
 
class  ProjectAddress
 Represents an address attached to a project More...
 
class  Restriction
 
class  SegmentInfo
 
class  WellKnownEditKeys
 Well known keys for editing.
 

Enumerations

enum  DocumentType : byte { Document }
 
enum  DxfVersion : byte {
  Keep, R9, R10, R11,
  R12, R13, R14, R15,
  Acad2000, Acad2002, Acad2004, Acad2005,
  Acad2006, Acad2007, Acad2010, Acad2013
}
 
enum  ElevationDrawingType : byte { Explosion, SectionLine, Position }
 
enum  ElevationFinishedState : byte {
  Invalid, Valid, Unfinished, BeingCreated,
  EmptyCreated
}
 
enum  ElevationStatus : byte {
  Calculation, Offer, Planing, Order,
  Fabrication, Frozen
}
 
enum  LoginProgramCategoryType : byte {
  Programs, Settings, SystemDatabase, UserDatabase,
  Vcs, Service, Baz
}
 
enum  OperationStatus { OperationStatusAccepted = 1, OperationStatusRejected = 0 }
 
enum  ProgramCategoryType : byte {
  General, Preferences, CncDatabase, Cnc,
  ProjectItems, ItemOptions, Programs, Settings
}
 
enum  ProgramMode : byte { Open, Edit, Delete }
 
enum  ProjectAddressType : byte { Customer, Project, Delivery, Architect }
 Represents available addresstypes attached to a project More...
 
enum  ProjectCenterImportType { ProjectCenterImportType.NotSupported = 0, ProjectCenterImportType.Project = 1 }
 Defines possible types to make an import over the interface ProjectCenter More...
 
enum  ProjectType { ProjectType.Project = 0, ProjectType.FabricationLot = 1, ProjectType.ResellerOrder = 2 }
 The type of the project-center. More...
 
enum  ReportCategoryType : byte {
  ReportCategoryEstimation, ReportCategoryFabrication, ReportCategoryOrder, ReportCategoryQuotationInvoice,
  ReportCategoryCnc
}
 
enum  View : byte { Unknown = 0, InteriorView = 1, ExteriorView = 2 }
 Enum for views. More...
 

Enumeration Type Documentation

◆ ProjectAddressType

Represents available addresstypes attached to a project

◆ ProjectCenterImportType

Defines possible types to make an import over the interface ProjectCenter

Enumerator
NotSupported 

Default-Type

Project 

Imports a project from xml content. The format is specified in "Public API Documentation" (Confluence). It is possible to create a new project or make an update, if the project allready exist.

◆ ProjectType

The type of the project-center.

Enumerator
Project 

The standard project-center type.

FabricationLot 

The fabrication lot-center type.

ResellerOrder 

Not supported

◆ View

enum Ofcas.Lk.Api.Shared.DC.View : byte
strong

Enum for views.