![]() |
CSLA .NET 10.0.0
A home for your business logic
|
A strongly-typed resource class, for looking up localized strings, etc. More...
Properties | |
| static global::System.Resources.ResourceManager | ResourceManager [get] |
| Returns the cached ResourceManager instance used by this class. | |
| static global::System.Globalization.CultureInfo | Culture [get, set] |
| Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. | |
| static string | ActionExtenderCloseConfirmation [get] |
| Looks up a localized string similar to Are you sure you want to close?. | |
| static string | ActionExtenderDirtyWarningMessagePropertyDefault [get] |
| Looks up a localized string similar to Object is currently in a dirty changed.. | |
| static string | ActionExtenderErrorCaption [get] |
| Looks up a localized string similar to Error. | |
| static string | ActionExtenderInformationCaption [get] |
| Looks up a localized string similar to Information. | |
| static string | ActionExtenderInvalidBindingSourceCast [get] |
| Looks up a localized string similar to DataSource does not cast to a BindingSource. | |
| static string | ActionExtenderInvalidBusinessObjectBaseCast [get] |
| Looks up a localized string similar to The underlying data source does not cast to a CSLA BusinessBase object. | |
| static string | ActionExtenderObjectIsValidMessagePropertyDefault [get] |
| Looks up a localized string similar to Object is valid. | |
| static string | ActionExtenderSourceMustBeBindingSource [get] |
| Looks up a localized string similar to DataSource must be a BindingSource control instance. | |
| static string | ActionExtenderWarnOnCancelMessagePropertyDefault [get] |
| Looks up a localized string similar to Are you sure you want to revert to the previous values?. | |
| static string | AddNewCoreMustBeOverriden [get] |
| Looks up a localized string similar to AddNewCore must be overridden. | |
| static string | AsyncLoadException [get] |
| Looks up a localized string similar to Failed on async load of property {0}. | |
| static string | AsyncMethodOnSyncClientNotAllowed [get] |
| Looks up a localized string similar to Cannot synchronously call {0} which is an asynchronous method. | |
| static string | AuthenticationProviderDoesNotImplementIAuthorizeDataPortal [get] |
| Looks up a localized string similar to Csla Authentication Provider specified does not implement IAuthorizeDataPortal. | |
| static string | AuthorizationProviderNameNotSpecified [get] |
| Looks up a localized string similar to Csla Authorization Provider App Setting name not specified. | |
| static string | BinaryWriterObjectSerializationException [get] |
| Looks up a localized string similar to Serialization of type object is not supported.. | |
| static string | BindingSourceNotProvided [get] |
| Looks up a localized string similar to A root binding source has not been provided.. | |
| static string | BusinessPrincipalException [get] |
| Looks up a localized string similar to Principal must be of type BusinessPrincipal, not. | |
| static string | BusyObjectsMayNotBeMarkedBusy [get] |
| Looks up a localized string similar to Objects that are marked busy may not be marked busy again. | |
| static string | BusyObjectsMayNotBeSaved [get] |
| Looks up a localized string similar to Objects that are marked busy may not be saved. | |
| static string | CannotSerializeCollectionsNotOfIMobileObject [get] |
| Looks up a localized string similar to Cannot serialize collections not of type IMobileObject. | |
| static string | CascadingEditContextRequiredException [get] |
| Looks up a localized string similar to {0} requires a cascading parameter of type {1}. For example, you can use {0} inside an EditForm.. | |
| static string | ChangeInvalidException [get] |
| Looks up a localized string similar to Changing an element is an invalid operation. | |
| static string | ChangeReadOnlyListInvalid [get] |
| Looks up a localized string similar to Can not change a read-only list or collection. | |
| static string | ChildDeleteException [get] |
| Looks up a localized string similar to Can not directly mark a child object for deletion - use its parent collection. | |
| static string | ClearInvalidException [get] |
| Looks up a localized string similar to Clear is an invalid operation. | |
| static string | ClientQueryIsInvalid [get] |
| Looks up a localized string similar to The client query is invalid:. | |
| static string | ConstructorsWithParametersNotSupported [get] |
| Looks up a localized string similar to Constructor with parameters are not supported. | |
| static string | CreateMethodNameNotSpecified [get] |
| Looks up a localized string similar to Create method name not specified in MobileFactory attribute. | |
| static string | CreateNotSupportedException [get] |
| Looks up a localized string similar to Invalid operation - create not allowed. | |
| static string | CslaAuthenticationProviderNotSet [get] |
| Looks up a localized string similar to Csla Authentication Provider not set!. | |
| static string | DatabaseNameNotFound [get] |
| Looks up a localized string similar to Database name not found in config file ({0}). | |
| static string | DefaultConstructor [get] |
| Looks up a localized string similar to Default Constructor. | |
| static string | DeleteMethodNameNotSpecified [get] |
| Looks up a localized string similar to Delete method name not specified in MobileFactory attribute. | |
| static string | DeleteNotSupportedException [get] |
| Looks up a localized string similar to Invalid operation - delete not allowed. | |
| static string | DeserializationFailedDueToWrongData [get] |
| Looks up a localized string similar to The type '{0}' could not be deserialized because the serialized data could not be used for deserialization of that type.. | |
| static string | EditLevelMismatchException [get] |
| Looks up a localized string similar to Edit level mismatch in {0}. | |
| static string | ErrorReadingValueException [get] |
| Looks up a localized string similar to Error reading value:. | |
| static string | ExceptionOccurredDuringSaveOperation [get] |
| Looks up a localized string similar to An exception ocurred during the save operation. | |
| static string | ExecuteBadParams [get] |
| Looks up a localized string similar to Method to be executed must have 0 or 2 parameters. | |
| static string | ExecuteBadTriggerEvent [get] |
| Looks up a localized string similar to Trigger event has an unsupported signature. | |
| static string | ExecuteNotSupportedException [get] |
| Looks up a localized string similar to Invalid operation - execute not allowed. | |
| static string | FactoryTypeNotFoundException [get] |
| Looks up a localized string similar to Factory type or assembly could not be loaded ({0}). | |
| static string | Failed [get] |
| Looks up a localized string similar to failed. | |
| static string | FailedOnServer [get] |
| Looks up a localized string similar to failed on the server. | |
| static string | FetchMethodNameNotSpecified [get] |
| Looks up a localized string similar to Fetch method name not specified in MobileFactory attribute. | |
| static string | FetchNotSupportedException [get] |
| Looks up a localized string similar to Invalid operation - fetch not allowed. | |
| static string | FilterRequiredException [get] |
| Looks up a localized string similar to Filter parameter and filter provider are required. | |
| static string | IEditableCollectionRequiredException [get] |
| Looks up a localized string similar to Target object must implement IEditableCollection. | |
| static string | IManagePropertiesRequiredException [get] |
| Looks up a localized string similar to Target object must implement IManageProperties. | |
| static string | IndexedExpressionsMustBeClosed [get] |
| Looks up a localized string similar to Indexed expressions must be closed. | |
| static string | InsertInvalidException [get] |
| Looks up a localized string similar to Insert is an invalid operation. | |
| static string | InsertNotSupportedException [get] |
| Looks up a localized string similar to Invalid operation - insert not allowed. | |
| static string | InterfaceNotImplementedException [get] |
| Looks up a localized string similar to {0} does not implement required interface {1}. | |
| static string | KeyAlreadyExistsException [get] |
| Looks up a localized string similar to An element with the same key already exists in the dictionary object.. | |
| static string | KeyDoesNotExistException [get] |
| Looks up a localized string similar to Key is null.. | |
| static string | ListItemNotAChildException [get] |
| Looks up a localized string similar to List item must be marked as a child object. | |
| static string | MaxValueRule [get] |
| Looks up a localized string similar to {0} can not exceed {1}. | |
| static string | MemberInfoDeclaringTypeMustBeNotNull [get] |
| Looks up a localized string similar to The declaring type of {0} must not be null.. | |
| static string | MemberNotFoundException [get] |
| Looks up a localized string similar to Member not found on object ({0}). | |
| static string | MethodCallFailed [get] |
| Looks up a localized string similar to method call failed. | |
| static string | MethodExecuteNotAllowed [get] |
| Looks up a localized string similar to Method execution not allowed. | |
| static string | MethodNotImplemented [get] |
| Looks up a localized string similar to not implemented. | |
| static string | MinValueRule [get] |
| Looks up a localized string similar to {0} can not be less than {1}. | |
| static string | MobileFormatterUnableToDeserialize [get] |
| Looks up a localized string similar to The Type '{0}' was unable to be deserialized, double check that the assembly containing this class has the same name on the Client and Server and that it is referenced by your server application. | |
| static string | MustImplementIMobileObject [get] |
| Looks up a localized string similar to Type {0} must implement IMobileObject. | |
| static string | NavigatorProviderSetPriorToTriggerEvent [get] |
| Looks up a localized string similar to Please set NavigatorProvider prior to TriggerEvent property.. | |
| static string | NoApplyEditChildException [get] |
| Looks up a localized string similar to ApplyEdit is not valid on a child object. | |
| static string | NoBeginEditChildException [get] |
| Looks up a localized string similar to BeginEdit is not valid on a child object. | |
| static string | NoCancelEditChildException [get] |
| Looks up a localized string similar to CancelEdit is not valid on a child object. | |
| static string | NoDeleteRootException [get] |
| Looks up a localized string similar to Invalid for root objects - use Delete instead. | |
| static string | NoInstanceProvidedForAuthorizationCheck [get] |
| Looks up a localized string similar to No business object instance was provided for authorization action {0} of type {1}.. | |
| static string | NoPrincipalAllowedException [get] |
| Looks up a localized string similar to No principal object should be passed to DataPortal when using Windows integrated security. | |
| static string | NoSaveChildException [get] |
| Looks up a localized string similar to Can not directly save a child object. | |
| static string | NoSaveEditingException [get] |
| Looks up a localized string similar to Object is still being edited and can not be saved. | |
| static string | NoSaveInvalidException [get] |
| Looks up a localized string similar to Object is not valid and can not be saved. | |
| static string | NoSuchFactoryMethod [get] |
| Looks up a localized string similar to No such factory method:{0}. | |
| static string | NoSuchMethod [get] |
| Looks up a localized string similar to No such method {0}. | |
| static string | NoSuchValueExistsException [get] |
| Looks up a localized string similar to No such value exists:. | |
| static string | NothingNotValid [get] |
| Looks up a localized string similar to Argument must not be Nothing. | |
| static string | NullValueInCompareToRule [get] |
| Looks up a localized string similar to The provided rule value is null (property: {0}) and can not be used for comparison in the {1} rule.. | |
| static string | ObjectNotNull [get] |
| Looks up a localized string similar to Can not set property if data object is not null. | |
| static string | ObjectNotSerializableFormatted [get] |
| Looks up a localized string similar to Object not serializable ({0}). | |
| static string | ObjectRulesCannotSetPrimaryProperty [get] |
| Looks up a localized string similar to Object rule can not have PrimaryPropery.. | |
| static string | ObjectToBeUpdatedCouldNotBeDeserialized [get] |
| Looks up a localized string similar to The object to be updated could not be deserialized. The send data are null.. | |
| static string | ObjectTypeCouldNotBeLoaded [get] |
| Looks up a localized string similar to Object type or assembly could not be loaded ({0}). | |
| static string | OneOfTwoParametersRequiredException [get] |
| Looks up a localized string similar to {0} requires a value for either the {1} or the {2} parameter.. | |
| static string | ParameterRequiredException [get] |
| Looks up a localized string similar to {0} requires a value for the {1} parameter.. | |
| static string | PrivateFieldException [get] |
| Looks up a localized string similar to Properties with private backing fields must be marked as RelationshipTypes.PrivateField. | |
| static string | PropertyCopyFailed [get] |
| Looks up a localized string similar to Property copy failed. | |
| static string | PropertyGetNotAllowed [get] |
| Looks up a localized string similar to Property get not allowed. | |
| static string | PropertyIsPrivateField [get] |
| Looks up a localized string similar to Attempt to read/load private field property in managed properties.. | |
| static string | PropertyLoadException [get] |
| Looks up a localized string similar to Property load or set failed for property {0} ({1}). | |
| static string | PropertyNameDoesNotExist [get] |
| Looks up a localized string similar to The specified property name '{0}' does not exist. | |
| static string | PropertyNameNotRegisteredException [get] |
| Looks up a localized string similar to Property '{0}' not registered.. | |
| static string | PropertyNotInAffectedPropertiesException [get] |
| Looks up a localized string similar to Property {0} must be added to AffectedProperties. . | |
| static string | PropertyNotRegistered [get] |
| Looks up a localized string similar to One or more properties are not registered for this type. | |
| static string | PropertyRegisterDuplicateNotAllowed [get] |
| Looks up a localized string similar to Cannot register property {0}, a PropertyInfo with the same name already exists.. | |
| static string | PropertyRegisterNotAllowed [get] |
| Looks up a localized string similar to Cannot register property {0} after containing type ({1}) has been instantiated. | |
| static string | PropertyRequiresIndexArguments [get] |
| Looks up a localized string similar to This property requires {0} index arguments, {1} were provided. | |
| static string | PropertySetNotAllowed [get] |
| Looks up a localized string similar to Property set not allowed. | |
| static string | RegExMatchRule [get] |
| Looks up a localized string similar to {0} does not match regular expression. | |
| static string | RemoveInvalidException [get] |
| Looks up a localized string similar to Remove is an invalid operation. | |
| static string | RuleMessageRequired [get] |
| Looks up a localized string similar to Message for broken rule is required. Rule: {0}. | |
| static string | SanitizedServerSideDataPortalDetailedException [get] |
| Looks up a localized string similar to An exception has occured during a server-side dataportal operation. Request Id: {0}. | |
| static string | SanitizedServerSideDataPortalException [get] |
| Looks up a localized string similar to A dataportal exception occurred on the server. Details are available from the server logs. | |
| static string | ServerSideDataPortalException [get] |
| Looks up a localized string similar to An exception has occured during a server-side dataportal operation. Request Id: {identifier}. | |
| static string | ServerSideDataPortalRequestDeserializationFailed [get] |
| Looks up a localized string similar to The server side portal could not deserialize the incoming request stream.. | |
| static string | SessionIdManagerIdMustBeNotNull [get] |
| Looks up a localized string similar to The session id must be not null.. | |
| static string | SessionManagerSessionStateCouldNotBeRetrieved [get] |
| Looks up a localized string similar to The json result from state controller '{0}' could not be deserialized as {1}.. | |
| static string | SmartDateT [get] |
| Looks up a localized string similar to t. | |
| static string | SmartDateToday [get] |
| Looks up a localized string similar to today. | |
| static string | SmartDateTom [get] |
| Looks up a localized string similar to tom. | |
| static string | SmartDateTomorrow [get] |
| Looks up a localized string similar to tomorrow. | |
| static string | SmartDateY [get] |
| Looks up a localized string similar to y. | |
| static string | SmartDateYesterday [get] |
| Looks up a localized string similar to yesterday. | |
| static string | SortedBindingListPropertyNameNotFound [get] |
| Looks up a localized string similar to PropertyName '{0}' not found in list. | |
| static string | SortingNotSupported [get] |
| Looks up a localized string similar to Sorting not supported. | |
| static string | StringMaxLengthRule [get] |
| Looks up a localized string similar to {0} can not exceed {1} characters. | |
| static string | StringMinLengthRule [get] |
| Looks up a localized string similar to {0} must be at least {1} characters. | |
| static string | StringNotNullOrWhiteSpaceException [get] |
| Looks up a localized string similar to {0} must not be null, empty or only consisting of white spaces.. | |
| static string | StringRequiredRule [get] |
| Looks up a localized string similar to {0} required. | |
| static string | StringToDateException [get] |
| Looks up a localized string similar to String value can not be converted to a date. | |
| static string | SyncDataAccessNotSupportedException [get] |
| Looks up a localized string similar to Synchronous data access is not supported on this runtime. Please use async data access methods. | |
| static string | SyncrootNotSupportedException [get] |
| Looks up a localized string similar to SyncRoot NotSupported. | |
| static string | TagHelperPropertyInPathHasNullValue [get] |
| Looks up a localized string similar to Value of property {0} in path {1} is null. It's not possible to generate a tag helper message.. | |
| static string | TaskOfObjectException [get] |
| Looks up a localized string similar to Method {0} must return Task<object>. | |
| static string | TransactionScopeTransactionNotSupportedException [get] |
| Looks up a localized string similar to Transactions with TransactionTypes.TransactionScope are not supported in the browser platform. | |
| static string | TypeAssemblyQualifiedNameIsNull [get] |
| Looks up a localized string similar to The AssemblyQualifiedName of type '{0}' is null.. | |
| static string | TypeLoadException [get] |
| Looks up a localized string similar to Failed to load type '{0}'. | |
| static string | UnableToLoadDataPortalProxyFactory [get] |
| Looks up a localized string similar to Unable to load DataPortalProxyFactory {0}. | |
| static string | UnandledKNownTypeException [get] |
| Looks up a localized string similar to Unhandled CSLA Known type was found. | |
| static string | UnexpectedSerializationInfoObjectData [get] |
| Looks up a localized string similar to Object data retrieved through MobileFormatter isn't a known type by SerializationInfo. The retrieved type was '{0}'.. | |
| static string | UnsupportedXamlListTypeForModel [get] |
| Looks up a localized string similar to The model type must be either of type {0} or {1} to be used as a collection type.. | |
| static string | UpdateMethodNameNotSpecified [get] |
| Looks up a localized string similar to Update method name not specified in MobileFactory attribute. | |
| static string | UpdateNotSupportedException [get] |
| Looks up a localized string similar to Invalid operation - update not allowed. | |
| static string | UserNotAuthorizedException [get] |
| Looks up a localized string similar to User not authorized to {0} object type {1}. | |
| static string | ValueNotSmartDateException [get] |
| Looks up a localized string similar to Value is not a SmartDate. | |
| static string | Warning [get] |
| Looks up a localized string similar to Warning. | |
| static string | WasmApplicationContextManagerSessionNotRetrieved [get] |
| Looks up a localized string similar to The session is not available. Please ensure to call {0} in your component.. | |
| static string | RoutingTagInvalidCharacters [get] |
| Looks up a localized string similar to Routing tag value cannot contain '-' or '/' characters. | |
| static string | VersionRoutingTagInvalidCharacters [get] |
| Looks up a localized string similar to Version routing tag value cannot contain '-' or '/' characters. | |
A strongly-typed resource class, for looking up localized strings, etc.
|
staticget |
Looks up a localized string similar to Are you sure you want to close?.
|
staticget |
Looks up a localized string similar to Object is currently in a dirty changed..
|
staticget |
Looks up a localized string similar to Error.
|
staticget |
Looks up a localized string similar to Information.
|
staticget |
Looks up a localized string similar to DataSource does not cast to a BindingSource.
|
staticget |
Looks up a localized string similar to The underlying data source does not cast to a CSLA BusinessBase object.
|
staticget |
Looks up a localized string similar to Object is valid.
|
staticget |
Looks up a localized string similar to DataSource must be a BindingSource control instance.
|
staticget |
Looks up a localized string similar to Are you sure you want to revert to the previous values?.
|
staticget |
Looks up a localized string similar to AddNewCore must be overridden.
|
staticget |
Looks up a localized string similar to Failed on async load of property {0}.
|
staticget |
Looks up a localized string similar to Cannot synchronously call {0} which is an asynchronous method.
|
staticget |
Looks up a localized string similar to Csla Authentication Provider specified does not implement IAuthorizeDataPortal.
|
staticget |
Looks up a localized string similar to Csla Authorization Provider App Setting name not specified.
|
staticget |
Looks up a localized string similar to Serialization of type object is not supported..
|
staticget |
Looks up a localized string similar to A root binding source has not been provided..
|
staticget |
Looks up a localized string similar to Principal must be of type BusinessPrincipal, not.
|
staticget |
Looks up a localized string similar to Objects that are marked busy may not be marked busy again.
|
staticget |
Looks up a localized string similar to Objects that are marked busy may not be saved.
|
staticget |
Looks up a localized string similar to Cannot serialize collections not of type IMobileObject.
|
staticget |
Looks up a localized string similar to {0} requires a cascading parameter of type {1}. For example, you can use {0} inside an EditForm..
|
staticget |
Looks up a localized string similar to Changing an element is an invalid operation.
|
staticget |
Looks up a localized string similar to Can not change a read-only list or collection.
|
staticget |
Looks up a localized string similar to Can not directly mark a child object for deletion - use its parent collection.
|
staticget |
Looks up a localized string similar to Clear is an invalid operation.
|
staticget |
Looks up a localized string similar to The client query is invalid:.
|
staticget |
Looks up a localized string similar to Constructor with parameters are not supported.
|
staticget |
Looks up a localized string similar to Create method name not specified in MobileFactory attribute.
|
staticget |
Looks up a localized string similar to Invalid operation - create not allowed.
|
staticget |
Looks up a localized string similar to Csla Authentication Provider not set!.
|
staticgetset |
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
|
staticget |
Looks up a localized string similar to Database name not found in config file ({0}).
|
staticget |
Looks up a localized string similar to Default Constructor.
|
staticget |
Looks up a localized string similar to Delete method name not specified in MobileFactory attribute.
|
staticget |
Looks up a localized string similar to Invalid operation - delete not allowed.
|
staticget |
Looks up a localized string similar to The type '{0}' could not be deserialized because the serialized data could not be used for deserialization of that type..
|
staticget |
Looks up a localized string similar to Edit level mismatch in {0}.
|
staticget |
Looks up a localized string similar to Error reading value:.
|
staticget |
Looks up a localized string similar to An exception ocurred during the save operation.
|
staticget |
Looks up a localized string similar to Method to be executed must have 0 or 2 parameters.
|
staticget |
Looks up a localized string similar to Trigger event has an unsupported signature.
|
staticget |
Looks up a localized string similar to Invalid operation - execute not allowed.
|
staticget |
Looks up a localized string similar to Factory type or assembly could not be loaded ({0}).
|
staticget |
Looks up a localized string similar to failed.
|
staticget |
Looks up a localized string similar to failed on the server.
|
staticget |
Looks up a localized string similar to Fetch method name not specified in MobileFactory attribute.
|
staticget |
Looks up a localized string similar to Invalid operation - fetch not allowed.
|
staticget |
Looks up a localized string similar to Filter parameter and filter provider are required.
|
staticget |
Looks up a localized string similar to Target object must implement IEditableCollection.
|
staticget |
Looks up a localized string similar to Target object must implement IManageProperties.
|
staticget |
Looks up a localized string similar to Indexed expressions must be closed.
|
staticget |
Looks up a localized string similar to Insert is an invalid operation.
|
staticget |
Looks up a localized string similar to Invalid operation - insert not allowed.
|
staticget |
Looks up a localized string similar to {0} does not implement required interface {1}.
|
staticget |
Looks up a localized string similar to An element with the same key already exists in the dictionary object..
|
staticget |
Looks up a localized string similar to Key is null..
|
staticget |
Looks up a localized string similar to List item must be marked as a child object.
|
staticget |
Looks up a localized string similar to {0} can not exceed {1}.
|
staticget |
Looks up a localized string similar to The declaring type of {0} must not be null..
|
staticget |
Looks up a localized string similar to Member not found on object ({0}).
|
staticget |
Looks up a localized string similar to method call failed.
|
staticget |
Looks up a localized string similar to Method execution not allowed.
|
staticget |
Looks up a localized string similar to not implemented.
|
staticget |
Looks up a localized string similar to {0} can not be less than {1}.
|
staticget |
Looks up a localized string similar to The Type '{0}' was unable to be deserialized, double check that the assembly containing this class has the same name on the Client and Server and that it is referenced by your server application.
|
staticget |
Looks up a localized string similar to Type {0} must implement IMobileObject.
|
staticget |
Looks up a localized string similar to Please set NavigatorProvider prior to TriggerEvent property..
|
staticget |
Looks up a localized string similar to ApplyEdit is not valid on a child object.
|
staticget |
Looks up a localized string similar to BeginEdit is not valid on a child object.
|
staticget |
Looks up a localized string similar to CancelEdit is not valid on a child object.
|
staticget |
Looks up a localized string similar to Invalid for root objects - use Delete instead.
|
staticget |
Looks up a localized string similar to No business object instance was provided for authorization action {0} of type {1}..
|
staticget |
Looks up a localized string similar to No principal object should be passed to DataPortal when using Windows integrated security.
|
staticget |
Looks up a localized string similar to Can not directly save a child object.
|
staticget |
Looks up a localized string similar to Object is still being edited and can not be saved.
|
staticget |
Looks up a localized string similar to Object is not valid and can not be saved.
|
staticget |
Looks up a localized string similar to No such factory method:{0}.
|
staticget |
Looks up a localized string similar to No such method {0}.
|
staticget |
Looks up a localized string similar to No such value exists:.
|
staticget |
Looks up a localized string similar to Argument must not be Nothing.
|
staticget |
Looks up a localized string similar to The provided rule value is null (property: {0}) and can not be used for comparison in the {1} rule..
|
staticget |
Looks up a localized string similar to Can not set property if data object is not null.
|
staticget |
Looks up a localized string similar to Object not serializable ({0}).
|
staticget |
Looks up a localized string similar to Object rule can not have PrimaryPropery..
|
staticget |
Looks up a localized string similar to The object to be updated could not be deserialized. The send data are null..
|
staticget |
Looks up a localized string similar to Object type or assembly could not be loaded ({0}).
|
staticget |
Looks up a localized string similar to {0} requires a value for either the {1} or the {2} parameter..
|
staticget |
Looks up a localized string similar to {0} requires a value for the {1} parameter..
|
staticget |
Looks up a localized string similar to Properties with private backing fields must be marked as RelationshipTypes.PrivateField.
|
staticget |
Looks up a localized string similar to Property copy failed.
|
staticget |
Looks up a localized string similar to Property get not allowed.
|
staticget |
Looks up a localized string similar to Attempt to read/load private field property in managed properties..
|
staticget |
Looks up a localized string similar to Property load or set failed for property {0} ({1}).
|
staticget |
Looks up a localized string similar to The specified property name '{0}' does not exist.
|
staticget |
Looks up a localized string similar to Property '{0}' not registered..
|
staticget |
Looks up a localized string similar to Property {0} must be added to AffectedProperties. .
|
staticget |
Looks up a localized string similar to One or more properties are not registered for this type.
|
staticget |
Looks up a localized string similar to Cannot register property {0}, a PropertyInfo with the same name already exists..
|
staticget |
Looks up a localized string similar to Cannot register property {0} after containing type ({1}) has been instantiated.
|
staticget |
Looks up a localized string similar to This property requires {0} index arguments, {1} were provided.
|
staticget |
Looks up a localized string similar to Property set not allowed.
|
staticget |
Looks up a localized string similar to {0} does not match regular expression.
|
staticget |
Looks up a localized string similar to Remove is an invalid operation.
|
staticget |
Returns the cached ResourceManager instance used by this class.
|
staticget |
Looks up a localized string similar to Routing tag value cannot contain '-' or '/' characters.
|
staticget |
Looks up a localized string similar to Message for broken rule is required. Rule: {0}.
|
staticget |
Looks up a localized string similar to An exception has occured during a server-side dataportal operation. Request Id: {0}.
|
staticget |
Looks up a localized string similar to A dataportal exception occurred on the server. Details are available from the server logs.
|
staticget |
Looks up a localized string similar to An exception has occured during a server-side dataportal operation. Request Id: {identifier}.
|
staticget |
Looks up a localized string similar to The server side portal could not deserialize the incoming request stream..
|
staticget |
Looks up a localized string similar to The session id must be not null..
|
staticget |
Looks up a localized string similar to The json result from state controller '{0}' could not be deserialized as {1}..
|
staticget |
Looks up a localized string similar to t.
|
staticget |
Looks up a localized string similar to today.
|
staticget |
Looks up a localized string similar to tom.
|
staticget |
Looks up a localized string similar to tomorrow.
|
staticget |
Looks up a localized string similar to y.
|
staticget |
Looks up a localized string similar to yesterday.
|
staticget |
Looks up a localized string similar to PropertyName '{0}' not found in list.
|
staticget |
Looks up a localized string similar to Sorting not supported.
|
staticget |
Looks up a localized string similar to {0} can not exceed {1} characters.
|
staticget |
Looks up a localized string similar to {0} must be at least {1} characters.
|
staticget |
Looks up a localized string similar to {0} must not be null, empty or only consisting of white spaces..
|
staticget |
Looks up a localized string similar to {0} required.
|
staticget |
Looks up a localized string similar to String value can not be converted to a date.
|
staticget |
Looks up a localized string similar to Synchronous data access is not supported on this runtime. Please use async data access methods.
|
staticget |
Looks up a localized string similar to SyncRoot NotSupported.
|
staticget |
Looks up a localized string similar to Value of property {0} in path {1} is null. It's not possible to generate a tag helper message..
|
staticget |
Looks up a localized string similar to Method {0} must return Task<object>.
|
staticget |
Looks up a localized string similar to Transactions with TransactionTypes.TransactionScope are not supported in the browser platform.
|
staticget |
Looks up a localized string similar to The AssemblyQualifiedName of type '{0}' is null..
|
staticget |
Looks up a localized string similar to Failed to load type '{0}'.
|
staticget |
Looks up a localized string similar to Unable to load DataPortalProxyFactory {0}.
|
staticget |
Looks up a localized string similar to Unhandled CSLA Known type was found.
|
staticget |
Looks up a localized string similar to Object data retrieved through MobileFormatter isn't a known type by SerializationInfo. The retrieved type was '{0}'..
|
staticget |
Looks up a localized string similar to The model type must be either of type {0} or {1} to be used as a collection type..
|
staticget |
Looks up a localized string similar to Update method name not specified in MobileFactory attribute.
|
staticget |
Looks up a localized string similar to Invalid operation - update not allowed.
|
staticget |
Looks up a localized string similar to User not authorized to {0} object type {1}.
|
staticget |
Looks up a localized string similar to Value is not a SmartDate.
|
staticget |
Looks up a localized string similar to Version routing tag value cannot contain '-' or '/' characters.
|
staticget |
Looks up a localized string similar to Warning.
|
staticget |
Looks up a localized string similar to The session is not available. Please ensure to call {0} in your component..