⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resources.resx

📁 o-r mapping 实现以面向对象的方式建立对关系型数据库的映射。
💻 RESX
字号:
<?xml version="1.0" encoding="utf-8" ?>
<root>
	<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
		<xsd:element name="root" msdata:IsDataSet="true">
			<xsd:complexType>
				<xsd:choice maxOccurs="unbounded">
					<xsd:element name="data">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
								<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
							</xsd:sequence>
							<xsd:attribute name="name" type="xsd:string" />
							<xsd:attribute name="type" type="xsd:string" />
							<xsd:attribute name="mimetype" type="xsd:string" />
						</xsd:complexType>
					</xsd:element>
					<xsd:element name="resheader">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
							</xsd:sequence>
							<xsd:attribute name="name" type="xsd:string" use="required" />
						</xsd:complexType>
					</xsd:element>
				</xsd:choice>
			</xsd:complexType>
		</xsd:element>
	</xsd:schema>
	<resheader name="ResMimeType">
		<value>text/microsoft-resx</value>
	</resheader>
	<resheader name="Version">
		<value>1.0.0.0</value>
	</resheader>
	<resheader name="Reader">
		<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.3102.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
	</resheader>
	<resheader name="Writer">
		<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.3102.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
	</resheader>
	<data name="OPF.IDOverflow">
		<value>Overflow while generating a new OPF ID.</value>
	</data>
	<data name="OPF.ConfigStorageNotFound">
		<value>OPF Config Storage not found.</value>
	</data>
	<data name="OPF.NotSupportedByObject">
		<value>This class' call/method/function has been disabled by a flag.</value>
	</data>
	<data name="OPF.CannotLoadNullID">
		<value>It is not possible to load an object without an ID (NullID).</value>
	</data>
	<data name="OPF.NotSameObjectType">
		<value>The objects have not the same type.</value>
	</data>
	<data name="OPF.MandatoryFieldNotCompiled">
		<value>Mandatory field "%property" not compiled.</value>
	</data>
	<data name="OPF.NotValidResourceItem">
		<value>The item name is not valid.</value>
	</data>
	<data name="OPF.ParameterNotFound">
		<value>The required parameter "%param" hasn't been found.</value>
	</data>
	<data name="OPF.ObjectNotMapped">
		<value>Object is not mapped: %object.</value>
	</data>
	<data name="OPF.ObjectAlreadyMapped">
		<value>Object already mapped: %object.</value>
	</data>
	<data name="OPF.DataManagerAlreadyMapped">
		<value>DataManager type "%DataManager" already mapped with a persistent.</value>
	</data>
	<data name="OPF.ObjectNeededByCollectionNotMapped">
		<value>Object "%object" required by the collection is not mapped.</value>
	</data>
	<data name="OPF.CannotOpenStorage">
		<value>Cannot open storage: %message.</value>
	</data>
	<data name="OPF.InvalidCastInObjectBroker">
		<value>An invalid cast in object broker occured.</value>
	</data>
	<data name="OPF.StorageMismatch">
		<value>Storage mismatch detected.</value>
	</data>
	<data name="OPF.TypeMismatch">
		<value>The class type is wrong while saving the object: %object.</value>
	</data>
	<data name="OPF.TransactionAlreadyActive">
		<value>A transaction is already active.</value>
	</data>
	<data name="OPF.NoTransactionActive">
		<value>No active transaction.</value>
	</data>
	<data name="OPF.SQLNotSet">
		<value>SQL statement is not set: %statement.</value>
	</data>
	<data name="OPF.InvalidSQL">
		<value>There is an error in the SQL statement (type or fields): %error.</value>
	</data>
	<data name="OPF.ObjectNotFoundInStorage">
		<value>Object not found in storage.</value>
	</data>
	<data name="OPF.DuplicateObject">
		<value>Duplicate object in storage. Check your storage.</value>
	</data>
	<data name="OPF.InvalidArgument">
		<value>Invalid argument detected while auto populating properties (property: "%property"). Try to overwrite that function.</value>
	</data>
	<data name="OPF.NotConnectedToStorage">
		<value>Storage not found. Possibly not connected to storage or connection string is wrong.</value>
	</data>
	<data name="OPF.ObjectChangedBySomeoneElse">
		<value>Concurrency problem. Object changed by someone else: '%object'</value>
	</data>
	<data name="OPF.ParameterNotMatching">
		<value>The parameter "%parameter" is not matching.</value>
	</data>
	<data name="OPF.StorageConstraintsException">
		<value>Constraint in database violated: %error</value>
	</data>
	<data name="OPF.StorageForeignKeyViolation">
		<value>Storage foreign key violation: %error</value>
	</data>
	<data name="OPF.PrimaryKeyViolation">
		<value>Storage primary key violation: %error</value>
	</data>
	<data name="OPF.IndexViolation">
		<value>Storage index violation: %error</value>
	</data>
	<data name="OPF.NotSupportedByStorage">
		<value>Rollback not supported by an storage in the transaction.</value>
	</data>
	<data name="OPF.TransactionAlreadStarted">
		<value>A transaction is already active.</value>
	</data>
	<data name="OPF.NotSetInOPFMain">
		<value>In OPF.Main is no %value set.</value>
	</data>
	<data name="OPF.AlreadyMappedInCollectionDataManager">
		<value>'%name' already mapped in collection data manager.</value>
	</data>
	<data name="OPF.PartOfCollectionNotSavable">
		<value>A part of the collection is not %command. OPF.Object detected in collection.</value>
	</data>
	<data name="OPF.CollectionNotFound">
		<value>Collection '%value' not found.</value>
	</data>
	<data name="OPF.CollectionLimitReached">
		<value>Collection query returned more rows than the imposed limit (%value)</value>
	</data>
	<data name="OPF.ListInternalError">
		<value>Internal collection error occured. Please contact the developer: %value</value>
	</data>
	<data name="OPF.PropertyNotFound">
		<value>Can't find the requested property.</value>
	</data>
	<data name="OPF.DuplicateNestedPersistent">
		<value>Duplicate nested persistent.</value>
	</data>
	<data name="OPF.DuplicateNestedCollection">
		<value>Duplicate nested collection.</value>
	</data>
	<data name="OPF.ForeignKeyNotValid">
		<value>Can't find the foreign key property %property.</value>
	</data>
	<data name="OPF.TypeNotSupported">
		<value>Storage type is not supported by the OPF.Net.</value>
	</data>
	<data name="OPF.CannotSort">
		<value>Cannot sort, as the compare function is not overwritten.</value>
	</data>
	<data name="OPF.NotPossibleToAdd">
		<value>You cannot add this object. Object to add must be an OPF.Object or a derivative.</value>
	</data>
	<data name="OPF.ArgumentOutOfRange">
		<value>Object to insert is out of range.</value>
	</data>
	<data name="OPF.NotValidForBoolean">
		<value>The value of the database boolean is not valid for a boolean. The only valid values are 0 (false) and 1 (true).</value>
	</data>
	<data name="OPF.CloneNotSupportedByProperty">
		<value>Clone does not work! Property "%property" does not support the clone method (does not implement the  ICloneable interface) and is not a value type. You have to implement the ICloneable interface if you use the object in a assign or clone function.</value>
	</data>
	<data name="OPF.ForeignKeyMustBeOPFID">
		<value>In this case foreign key must be from type OPF.ID. The property you assigned has a different type.</value>
	</data>
	<data name="OPF.ObjectNotMappable">
		<value>Type '%type' is not mappable. Some parameters given do not match the definition.</value>
	</data>
	<data name="OPF.NoDefaultStorageSet">
		<value>In ObjetBroker is no default storage set. Can't register the persistent without default storage. Use the function where you can also deliver a storage or register a default storage.</value>
	</data>
	<data name="OPF.DynamicPropertyNotFound">
		<value>Dynamic property "%property" not found.</value>
	</data>
	<data name="OPF.DynamicPropertiesNotFound">
		<value>Couldn't find the dynamic properties in the storage.</value>
	</data>
	<data name="OPF.NoColumnDefinedForDynamicProperties">
		<value>There is no column defined for the dynamic properties set.</value>
	</data>
	<data name="OPF.BadPropertyDefinitionSyntax">
		<value>The syntax of the property definition is erroneous.</value>
	</data>
	<data name="OPF.DynamicPropertyTypeDoesNotMatch">
		<value>Dynamic property type "%type" and value of the dynamic property do not match.</value>
	</data>
	<data name="OPF.CannotAddNullParameter">
		<value>The parameter "%parameter" is null. Can't add this parameter.</value>
	</data>
	<data name="OPF.TypeNotSupportedByCheckConstraints">
		<value>The type "%type" is not supported by the checkconstraints. Try to overwrite that function.</value>
	</data>
	<data name="OPF.CannotGetRandomObjects">
		<value>Can't get enough different random objects to match the request.</value>
	</data>
	<data name="OPF.DynamicTypeKeysDoNotMatch">
		<value>Key array length does not match with value array length.</value>
	</data>
	<data name="OPF.DynamicTypeNotFound">
		<value>Dynamic type "%type" not found.</value>
	</data>
	<data name="OPF.CannotAddDynamicTypeWithoutName">
		<value>Can't add a dynamic type without name.</value>
	</data>
	<data name="OPF.CannotAddDynamicPropertyWithoutName">
		<value>Can't add a dynamic property without name.</value>
	</data>
	<data name="OPF.RequiredPropertyNotFound">
		<value>Required property matching with the field "%field" not found!</value>
	</data>
	<data name="OPF.WrongDynamicXml">
		<value>Wrong Xml in the dynamic properties and dynamic types field at tag "%tag".</value>
	</data>
	<data name="OPF.CannotRemoveType">
		<value>Can't remove dynamic type as connected with dynamic property.</value>
	</data>
	<data name="OPF.TypeNotSupportedByDynamicProperties">
		<value>Type "%type" is not supported by the dynamic properties.</value>
	</data>
	<data name="OPF.DynamicTypeKeyNotFound">
		<value>Dynamic Type key "%key" not found.</value>
	</data>
	<data name="OPF.DynamicTypeValueNotFound">
		<value>Dynamic Type value "%value" not found.</value>
	</data>
	<data name="OPF.DynamicCommandInvokation">
		<value>Error while invoking the dynamic command delegate. For more information debug the inner exception.</value>
	</data>
	<data name="OPF.NotPossibleToHandle">
		<value>The collection can only handle OPF.Objects or derivates. The object you want to add is not an object that can be handled by the collection.</value>
	</data>
	<data name="OPF.CollectionCannotBeReloaded">
		<value>Collectionname or ParameterCollection is not set! Collection can't be reloaded.</value>
	</data>
	<data name="OPF.MandatoryAttributeNotABoolean">
		<value>The Mandatory attribute of the dynamic property "%dynprop" is not a Boolean.</value>
	</data>
	<data name="OPF.CannotFindForeignKeyProperty">
		<value>Cannot find foreign key property "%property".</value>
	</data>
	<data name="OPF.SessionRetrieverNotRegistered">
		<value>No session retriever is registred. You must register a session retriever that returns a unique value for each session when you use this objectbroker.</value>
	</data>
	<data name="OPF.DynamicPropertiesFoundInWrongField">
		<value>^The Dynamic properties have been found in the wrong field! Check DynPropsAndTypesFieldName of the DataManager and the field name where they have been found: %field</value>
	</data>
	<data name="OPF.DecompressingException">
		<value>Could not decompress compressed blob.</value>
	</data>
	<data name="OPF.CompressingException">
		<value>Could not compress uncompressed blob.</value>
	</data>
	<data name="OPF.StorageCommandAlreadyDefined">
		<value>Storage command with alias "%alias" already defined in ObjectBroker.</value>
	</data>
	<data name="OPF.StorageCommandNotFound">
		<value>Storage command "%alias" not found.</value>
	</data>
	<data name="OPF.DynamicTypeHasNoKeys">
		<value>Dynamic type "%type" has no values. Cannot set initial value!</value>
	</data>
	<data name="OPF.EnumeratorListChanged">
		<value>List changed (added or removed an item). Enumerator can't proceed.</value>
	</data>
	<data name="OPF.FieldDoesNotContainDynProps">
		<value>The field "%field" does not contain the dynamic properties. Missing dynamic properties banner!</value>
	</data>
</root>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -