Class LinkRelations
Inheritance
System.Object
LinkRelations
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class LinkRelations
Constructors
LinkRelations()
Creates a new instance of this class
Declaration
public LinkRelations()
Properties
IsComplete
If this is true than there are no other links are expected than the specified.
Declaration
public bool IsComplete { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Relation
Declaration
public List<LinkRelation> Relation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LinkRelation> |