interface IEmbeddableContentFragment
{
Guid ContentId { get; }
Guid ContentTypeId { get; }
Guid EmbeddedContentWidgetTypeId { get; }
Guid Id { get; }
bool GetBool(string propertyId);
Color GetColor(string propertyId);
string GetCustom(string propertyId);
DateTime GetDateTime(string propertyId);
double GetDouble(string propertyId);
Guid GetGuid(string propertyId);
string GetHtml(string propertyId);
int GetInt(string propertyId);
string GetString(string propertyId);
Unit GetUnit(string propertyId);
Uri GetUrl(string propertyId);
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
ContentId |
Guid |
|||
|
ContentTypeId |
Guid |
|||
|
EmbeddedContentWidgetTypeId |
Guid |
|||
|
Id |
Guid |
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
propertyId |
string |
Property Id |
是 |
bool
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
propertyId |
string |
Property Id |
是 |
Color
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
propertyId |
string |
Property Id |
是 |
string
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
propertyId |
string |
Property Id |
是 |
DateTime
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
propertyId |
string |
Property Id |
是 |
double
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
propertyId |
string |
Property Id |
是 |
Guid
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
propertyId |
string |
Property Id |
是 |
string
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
propertyId |
string |
Property Id |
是 |
int
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
propertyId |
string |
Property Id |
是 |
string
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
propertyId |
string |
Property Id |
是 |
Unit
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
propertyId |
string |
Property Id |
是 |
Uri