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

Enumerations

enum  CoreObjectType : byte {
  Unknown, LoginScope, ProjectCenter, ProjectDirectory,
  Project, Phase, Elevation, ElevationInstance,
  Document, ProjectInformation, ElementPricelist
}
 
enum  DatabaseExportType : byte {
  Unknown, AllEconomicData, OwnEconomicData, SystemEconomicData,
  SpecialPrices, Glasses
}
 
enum  DialogResultCode : byte { Accepted, Rejected }
 
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, Section, Elevation, ElevationWithSectionLines,
  SectionLine
}
 
enum  ElevationFinishedState : byte {
  Invalid, Valid, Unfinished, BeingCreated,
  EmptyCreated
}
 
enum  ElevationProcessingStatusId {
  Unknown, Calculation, Offer, Planing,
  Order, Fabrication, Frozen
}
 
enum  ElevationStatus : byte {
  Calculation, Offer, Planing, Order,
  Fabrication, Frozen
}
 
enum  ElevationType : byte {
  Unknown, Standard, Text, ElementPricelist,
  Material
}
 
enum  ExceptionCode : byte {
  Unknown = 0, Fatal = 1, Error = 2, Warning = 3,
  Information = 4
}
 
enum  ExportType : byte { Unknown, Database }
 
enum  FabricationLotStatus : byte { NotSupported = 0, Planning = 1, Production = 2, Completed = 3 }
 
enum  GlassOrigin : byte { Unknown, Database, Project }
 
enum  GlassType : byte {
  None, Single, Insulated, Doorfilling,
  Panel
}
 
enum  LoginProgramCategoryType : byte {
  Unknown, Programs, Settings, SystemDatabase,
  UserDatabase, Vcs, Service, Baz,
  ProfileAndCurtainWallExport, Excel, KfmExport, Erp
}
 
enum  OperationStatus { OperationStatusAccepted = 1, OperationStatusRejected = 0 }
 
enum  ProjectAddressType : byte { Customer, Project, Delivery, Architect }
 Represents available addresstypes attached to a project More...
 
enum  ProjectCenterImportType : byte { ProjectCenterImportType.NotSupported = 0, ProjectCenterImportType.Project = 1 }
 Defines possible types to make an import over the interface ProjectCenter More...
 
enum  ProjectInformationTypeId : byte {
  Unknown = 0, Glasses = 1, Panels = 2, ResidualLengths = 3,
  SpecialLengths = 4, CompoundProfiles = 5, ResidualAmount = 6, CncExcludes = 7,
  CncStandard = 8, Profiles = 9, CncProfileAssignments = 10, CncProfileExceptions = 11,
  ApportionCosts = 12, GlassMacros = 13, BarLength = 14, BarLengthsGroups = 15,
  FillingColors = 16, AssemblyPlaces = 17, WallConnections = 18
}
 
enum  ProjectProgramCategoryType : byte {
  Unknown, General, Preferences, CncDatabase,
  Cnc, ProjectItems, ItemOptions, Programs,
  Settings
}
 
enum  ProjectType { ProjectType.Project = 0, ProjectType.FabricationLot = 1, ProjectType.ResellerOrder = 2 }
 The type of the project-center. More...
 
enum  ReportCategoryType : byte {
  Estimation = 0, Fabrication = 1, Order = 2, QuotationInvoice = 3,
  Cnc = 4, Delivery = 5
}
 
enum  SynchronizedEventAction : byte { SynchronizedEventAction.Exception, SynchronizedEventAction.Changed, SynchronizedEventAction.Added, SynchronizedEventAction.Removed }
 The action of a ISynchronizedEvent. More...
 
enum  SynchronizedEventObject : byte {
  Directory, Project, Phase, Elevation,
  ElevationInstance, Document
}
 The object type that was processed in a ISynchronizedEvent. More...
 
enum  SynchronizedOperationStatus : byte { Started, Canceled, Completed, Failed }
 
enum  View : byte { Unknown = 0, Interior = 1, Exterior = 2, FacadeExteriorWindowInterior = 3 }
 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

◆ SynchronizedEventAction

The action of a ISynchronizedEvent.

Enumerator
Exception 

The synchronized event represents an exception.

Changed 

The synchronized event represents a changed object.

Added 

The synchronized event represents a added object.

Removed 

The synchronized event represents a removed object.

◆ SynchronizedEventObject

The object type that was processed in a ISynchronizedEvent.

◆ View

Enum for views.