Click or drag to resize

ModelLanguageDefinitions Class

Contains the complete list of translations available for models.
Inheritance Hierarchy
SystemObject
  Packflow.ModelingModelLanguageDefinitions

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class ModelLanguageDefinitions

The ModelLanguageDefinitions type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefinitions
Gets all definitions.
Top
Methods
  NameDescription
Public methodStatic memberTryGetDefinition
Tries to get the language definition found by the specified language code. If not found returns null.
Public methodStatic memberTryGetDisplayName
Tries to get the display name of a language found by the specified language code. If not found returns null.
Top
See Also