[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Die Basis-Schnittstelle für Objekte in der DynamicNodes-Laufzeitumgebung.
Sie ist abgeleitet von IIdentifiable und IStorable.
Namespace: DynamicNode.ModelAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public interface IBaseObject : IIdentifiable, IStorable |
Visual Basic |
---|
Public Interface IBaseObject _ Inherits IIdentifiable, IStorable |
F# |
---|
type IBaseObject = interface interface IIdentifiable interface IStorable end |