DocumentT Class

Definition

Namespace: Macad.Core.Topology
Assembly: Macad.Core (in Macad.Core.dll) Version: 3.0.1840
C#
[SerializeTypeAttribute]
public abstract class Document<T> : EntityContainer<T>
where T : Entity
Inheritance
Object    BaseObject    Entity    EntityContainerT    DocumentT
Derived

Type Parameters

T

Properties

FilePath 
Guid
(Inherited from Entity)
HasErrors
(Inherited from Entity)
Name
(Overrides EntityName)
TypeName
(Inherited from Entity)

Methods

Add
(Overrides EntityContainer.Add(UTP, Boolean))
FindInstance 
FindInstancesTEntity 
MarkAsUnsaved 
Save 
SaveToFile 

See Also