Свойство | Тип | Описание | |
---|---|---|---|
ContentSnippet | System |
Метод | Описание | |
---|---|---|
ContentSnippet ( ) : System | ||
ContentSnippet ( System.Guid siteID ) : System | ||
Delete ( ) : void | ||
DeleteThisVersion ( ) : void | ||
Get ( System.Guid rootSnippetID ) : |
||
GetCurrentEditUser ( ) : System.Guid | ||
GetCurrentEditUserData ( ) : |
||
GetHistory ( ) : List |
||
GetHistory ( System.Guid rootSnippetID ) : List |
||
GetSimilar ( System.Guid siteID, System.Guid rootSnippetID, string categorySlug ) : int | ||
GetSnippetByID ( System.Guid siteID, System.Guid rootSnippetID, bool bActiveOnly ) : |
||
GetSnippetBySlug ( System.Guid siteID, string categorySlug, bool bActiveOnly ) : |
||
GetVersion ( System.Guid snippetDataID ) : |
||
IsSnippetLocked ( System.Guid currentUserID ) : bool | ||
IsUniqueSlug ( ) : bool | ||
RecordHeartbeatLock ( System.Guid currentUserID ) : void | ||
RecordSnippetLock ( System.Guid currentUserID ) : bool | ||
ResetHeartbeatLock ( ) : void | ||
Save ( ) : void | ||
Validate ( ValidationContext validationContext ) : IEnumerable |
Метод | Описание | |
---|---|---|
ContentSnippet ( vw_carrot_ContentSnippet c ) : System |
public ContentSnippet ( System.Guid siteID ) : System | ||
siteID | System.Guid | |
Результат | System |
public static Get ( System.Guid rootSnippetID ) : |
||
rootSnippetID | System.Guid | |
Результат |
public GetCurrentEditUser ( ) : System.Guid | ||
Результат | System.Guid |
public GetCurrentEditUserData ( ) : |
||
Результат |
public static GetHistory ( System.Guid rootSnippetID ) : List |
||
rootSnippetID | System.Guid | |
Результат | List |
public static GetSimilar ( System.Guid siteID, System.Guid rootSnippetID, string categorySlug ) : int | ||
siteID | System.Guid | |
rootSnippetID | System.Guid | |
categorySlug | string | |
Результат | int |
public static GetSnippetByID ( System.Guid siteID, System.Guid rootSnippetID, bool bActiveOnly ) : |
||
siteID | System.Guid | |
rootSnippetID | System.Guid | |
bActiveOnly | bool | |
Результат |
public static GetSnippetBySlug ( System.Guid siteID, string categorySlug, bool bActiveOnly ) : |
||
siteID | System.Guid | |
categorySlug | string | |
bActiveOnly | bool | |
Результат |
public static GetVersion ( System.Guid snippetDataID ) : |
||
snippetDataID | System.Guid | |
Результат |
public IsSnippetLocked ( System.Guid currentUserID ) : bool | ||
currentUserID | System.Guid | |
Результат | bool |
public RecordHeartbeatLock ( System.Guid currentUserID ) : void | ||
currentUserID | System.Guid | |
Результат | void |
public RecordSnippetLock ( System.Guid currentUserID ) : bool | ||
currentUserID | System.Guid | |
Результат | bool |
public Validate ( ValidationContext validationContext ) : IEnumerable |
||
validationContext | ValidationContext | |
Результат | IEnumerable |