1. IAsset

Interface IAsset

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

A strongly typed entity interface for assets.

Inherited Members
Namespace: Stylelabs.M.Sdk.Contracts.Content
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IAsset : ITypedEntity, IEntity, IResource, IDirtyTracking

Properties

FileName

Gets or sets the filename.

Declaration
string FileName { get; set; }
Property Value
TypeDescription
System.String

Title

Gets or sets the title.

Declaration
string Title { get; set; }
Property Value
TypeDescription
System.String

Methods

GetDescription(CultureInfo)

Gets the description.

Declaration
string GetDescription(CultureInfo culture)
Parameters
TypeNameDescription
CultureInfoculture

Culture of the description.

Returns
TypeDescription
System.String

The description in specified culture.

GetFinalLifeCycleStatusAsync()

Gets the final life cycle status.

Declaration
Task<FinalLifeCycleStatus?> GetFinalLifeCycleStatusAsync()
Returns
TypeDescription
Task<System.Nullable<FinalLifeCycleStatus>>

The status or null when the relation wasn't loaded.

SetDescription(CultureInfo, String)

Sets the description.

Declaration
void SetDescription(CultureInfo culture, string description)
Parameters
TypeNameDescription
CultureInfoculture

Culture of the description.

System.Stringdescription

The description.

この記事を改善するための提案がある場合は、 お知らせください!