DigitalTwinsModelFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model factory that enables mocking of the models within the Digital Twins library. These models cannot be created otherwise due to having only internal or private constructors.
public static class DigitalTwinsModelFactory
type DigitalTwinsModelFactory = class
Public Class DigitalTwinsModelFactory
- Inheritance
-
System.ObjectDigitalTwinsModelFactory
Methods
DigitalTwinsModelData(IReadOnlyDictionary<String,String>, IReadOnlyDictionary<String,String>, String, Nullable<DateTimeOffset>, Nullable<Boolean>, String) |
Initializes a new instance of DigitalTwinsModelData(IReadOnlyDictionary<String,String>, IReadOnlyDictionary<String,String>, String, Nullable<DateTimeOffset>, Nullable<Boolean>, String) for mocking purposes. |
IncomingRelationship(String, String, String, String) |
Initializes a new instance of IncomingRelationship(String, String, String, String) for mocking purposes. |