Class ProjectLink

Class ProjectLink

ja nimityö: Aspose.Imaging.Xmp.Schemas.XmpDm Kokoelma: Aspose.Imaging.dll (25.4.0)

Se edustaa hankkeen polkua.

[JsonObject(MemberSerialization.OptIn)]
public sealed class ProjectLink : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase ProjectLink

Implements

IXmpType , ICloneable

Perintöjäsenet

XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ProjectLink()

public ProjectLink()

Properties

Path

Hanki tai asettaa täydellisen tien hankkeeseen.

[JsonProperty]
public string Path { get; set; }

Omistuksen arvo

string

Type

Saa tai asettaa tiedostotyypin.

[JsonProperty]
public ProjectType Type { get; set; }

Omistuksen arvo

ProjectType

Methods

GetXmpRepresentation()

Palauttaa sarjan sisältämä arvo XMP-muodossa.

public override string GetXmpRepresentation()

Returns

string

Palauttaa xmp-reprezentaation sisältävän sarjan.

Exceptions

NotImplementedException

Ei toteutettu

 Suomi