menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Relation - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Relation

    This class stores relation data (except relation id).

    Inheritance
    System.Object
    Relation
    Implements
    System.ICloneable
    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: Syncfusion.XlsIO.Implementation.XmlSerialization
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class Relation : ICloneable

    Constructors

    Relation(String, String)

    Initializes a new instance of the Relation class.

    Declaration
    public Relation(string target, string type)
    Parameters
    Type Name Description
    System.String target

    Represents target.

    System.String type

    Represents destination type.

    Relation(String, String, Boolean)

    Initializes a new instance of the Relation class.

    Declaration
    public Relation(string target, string type, bool isExternal)
    Parameters
    Type Name Description
    System.String target

    Represents target.

    System.String type

    Represents destination type.

    System.Boolean isExternal

    Value indicating whether target is external.

    Properties

    IsExternal

    Gets a value indicating whether target is external.

    Declaration
    public bool IsExternal { get; }
    Property Value
    Type
    System.Boolean

    Target

    Gets target. Read-only.

    Declaration
    public string Target { get; }
    Property Value
    Type
    System.String

    Type

    Gets destination type. Read-only.

    Declaration
    public string Type { get; }
    Property Value
    Type
    System.String

    Methods

    Clone()

    Create copy of the current object.

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    A copy of the current object.

    Implements

    System.ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved