Class Version

Class Version

Pôvodný názov: Aspose.Imaging.Xmp.Types.Complex.Version Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Opisuje jednu verziu dokumentu.

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

Inheritance

object XmpTypeBase ComplexTypeBase Version

Implements

IXmpType , ICloneable

Z dedičných členov

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

Získajte alebo položte komentáre.

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

Hodnota nehnuteľnosti

string

ModifiedDate

Získajte alebo nastavíte zmenený dátum.

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

Hodnota nehnuteľnosti

DateTime

Modifier

Získať alebo nastaviť modifikátor.

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

Hodnota nehnuteľnosti

string

VersionEvent

Získajte alebo nastavíte Aspose.Imaging.Xmp.Types.Complex.ResourceEvent.

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

Hodnota nehnuteľnosti

ResourceEvent

VersionText

Získať alebo nastaviť verziu textu.

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

Hodnota nehnuteľnosti

string

Methods

GetXmpRepresentation()

Získa hodnotu pruhov obsiahnutých vo formáte XMP.

public override string GetXmpRepresentation()

Returns

string

Vráti obsahovanú hodnotu reťazca vo formáte XMP.

 Slovenčina