[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Die Standardimplementierung für BaseObject.

Namespace: DynamicNode.Model
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public class BaseObject : IBaseObject, IIdentifiable, 
	IStorable
Visual Basic
Public Class BaseObject _
	Implements IBaseObject, IIdentifiable, IStorable
F#
type BaseObject =  
    class
        interface IBaseObject
        interface IIdentifiable
        interface IStorable
    end

Inheritance Hierarchy

See Also