Class Version

Class Version

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

Описывает одну версию документа.

[JsonObject(MemberSerialization.OptIn)]
public sealed class Version : ComplexTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase ComplexTypeBase Version

Implements

IXmpType , ICloneable

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

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

Constructors

Version()

[JsonConstructor]
public Version()

Properties

Comments

Получите или разместите комментарии.

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

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

string

ModifiedDate

Получается или устанавливается измененная дата.

[JsonProperty]
public DateTime ModifiedDate { get; set; }

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

DateTime

Modifier

Получить или установить модификатор.

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

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

string

VersionEvent

Получить или установить Aspose.Imaging.Xmp.Types.Complex.ResourceEvent.

[JsonProperty]
public ResourceEvent VersionEvent { get; set; }

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

ResourceEvent

VersionText

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

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

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

string

Methods

GetXmpRepresentation()

Получается содержащаяся в строке стоимость в формате XMP.

public override string GetXmpRepresentation()

Returns

string

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

 Русский