EntryBase ClassDocuWare Platform .NET API
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientEntryBase
    More...

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlIncludeAttribute(typeof(TextEntry))]
[XmlIncludeAttribute(typeof(LineEntry))]
[XmlIncludeAttribute(typeof(DeleteEntry))]
[XmlIncludeAttribute(typeof(StampBase))]
[XmlIncludeAttribute(typeof(PolyLineStampEntry))]
[XmlIncludeAttribute(typeof(BitmapStampEntry))]
[XmlIncludeAttribute(typeof(TextStampEntry))]
[XmlIncludeAttribute(typeof(PolyLineEntry))]
[XmlIncludeAttribute(typeof(RectEntry))]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class EntryBase

The EntryBase type exposes the following members.

Constructors

  NameDescription
Public methodEntryBase
Creates a new instance of this class
Top
Properties

  NameDescription
Public propertyColor
Public propertyCreated
Public propertyId
Identity of the stamp.
Public propertyRotation
Public propertyStrokeWidth
The thickness of the stroke in twips.
Public propertyTransparent
Public propertyType
Top
Remarks

See Also

Reference

Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientEntryBase
    DocuWare.Platform.ServerClientDeleteEntry
    DocuWare.Platform.ServerClientLineEntry
    DocuWare.Platform.ServerClientPolyLineEntry
    DocuWare.Platform.ServerClientRectEntry
    DocuWare.Platform.ServerClientStampBase
    DocuWare.Platform.ServerClientTextEntry