Public Member Functions | |
PoorlyConfiguredContent (string s, int number) | |
![]() | |
void | SetIdAndVersion (string id, string version) |
ContentObject | SetContentName (string newContentName) |
void | BroadcastUpdate () |
virtual void | Validate (IValidationContext ctx) |
Validate this ContentObject . More... | |
bool | HasValidationErrors (IValidationContext ctx, out List< string > errors) |
bool | HasValidationExceptions (IValidationContext ctx, out List< ContentException > exceptions) |
List< ContentValidationException > | GetMemberValidationErrors (IValidationContext ctx) |
string | ToJson () |
Public Attributes | |
string | s |
int | number |
![]() | |
string | ContentVersion => Version |
string | ContentType => _contentTypeName ?? (_contentTypeName = GetContentTypeName(GetType())) |
string | Id => $"{ContentType}.{ContentName}" |
![]() | |
string | name |
Additional Inherited Members | |
![]() | |
static string | GetContentTypeName (Type contentType) |
static string | GetContentType< TContent > () |
static TContent | Make< TContent > (string name) |
![]() | |
static T | CreateInstance< T > () |
![]() | |
string | ContentName [get] |
string | Version [get] |
string[]?? | Tags [get, set] |
![]() | |
string | Id [get] |
string | Version [get] |
string[] | Tags [get] |
![]() | |
ContentDelegate | OnChanged |