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
Наследованные члены
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; }
Стоимость недвижимости
Type
Получается или устанавливается тип файла.
[JsonProperty]
public ProjectType Type { get; set; }
Стоимость недвижимости
Methods
GetXmpRepresentation()
Возвращает содержащуюся ценность строки в формате XMP.
public override string GetXmpRepresentation()
Returns
Возвращается строка, содержащая представление xmp.
Exceptions
Не реализовано