Class ProjectLink

Class ProjectLink

Название пространства: Aspose.Imaging.Xmp.Schemas.XmpDm Ассоциация: Aspose.Imaging.dll (25.4.0)

Представляет путь проекта.

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

Inheritance

object XmpTypeBase ProjectLink

Implements

IXmpType , ICloneable

Наследованные члены

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

Получить или установить полный путь к проекту.

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

Стоимость недвижимости

string

Type

Получается или устанавливается тип файла.

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

Стоимость недвижимости

ProjectType

Methods

GetXmpRepresentation()

Возвращает содержащуюся ценность строки в формате XMP.

public override string GetXmpRepresentation()

Returns

string

Возвращается строка, содержащая представление xmp.

Exceptions

NotImplementedException

Не реализовано

 Русский