Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ObjectUrl Struct

    Namespace: Stride.Core.Serialization.Contents
    Assembly: Stride.Core.Serialization.dll

    [DataContract]
    [Serializable]
    [DataSerializer(typeof(ObjectUrl.Serializer))]
    public struct ObjectUrl : IEquatable<ObjectUrl>
    Name Description
    Constructors
    ObjectUrl(UrlType, String)
    Fields
    Empty
    Path
    Type
    Methods
    Equals(ObjectUrl)
    Equals(Object)
    GetHashCode()
    ToString()
    Operators
    Equality(ObjectUrl, ObjectUrl)
    Inequality(ObjectUrl, ObjectUrl)
    | Improve this Doc View Source

    Constructors


    ObjectUrl(UrlType, String)

    public ObjectUrl(UrlType type, string path)
    Parameters
    Type Name Description
    UrlType type
    System.String path
    | Improve this Doc View Source

    Fields


    Empty

    public static readonly ObjectUrl Empty
    Field Value
    Type Description
    ObjectUrl

    Path

    public readonly string Path
    Field Value
    Type Description
    System.String

    Type

    public readonly UrlType Type
    Field Value
    Type Description
    UrlType
    | Improve this Doc View Source

    Methods


    Equals(ObjectUrl)

    public bool Equals(ObjectUrl other)
    Parameters
    Type Name Description
    ObjectUrl other
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)

    GetHashCode()

    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    ToString()

    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    | Improve this Doc View Source

    Operators


    Equality(ObjectUrl, ObjectUrl)

    public static bool operator ==(ObjectUrl left, ObjectUrl right)
    Parameters
    Type Name Description
    ObjectUrl left
    ObjectUrl right
    Returns
    Type Description
    System.Boolean

    Inequality(ObjectUrl, ObjectUrl)

    public static bool operator !=(ObjectUrl left, ObjectUrl right)
    Parameters
    Type Name Description
    ObjectUrl left
    ObjectUrl right
    Returns
    Type Description
    System.Boolean

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation