Class LinkRelation
Inheritance
System.Object
    LinkRelation
  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 LinkRelation
  Properties
IntroducedIn
Declaration
public string IntroducedIn { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Invoke
Declaration
public List<LinkInvoke> Invoke { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<LinkInvoke> | 
Name
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |