RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

RingSoft.DataEntryControls.WPF Namespace

Classes


  Class Description
Public class AspChildControlTypeAttribute
Class AspChildControlTypeAttribute. This class cannot be inherited. Implements the Attribute
Public class AspDataFieldAttribute
Class AspDataFieldAttribute. This class cannot be inherited. Implements the Attribute
Public class AspDataFieldsAttribute
Class AspDataFieldsAttribute. This class cannot be inherited. Implements the Attribute
Public class AspMethodPropertyAttribute
Class AspMethodPropertyAttribute. This class cannot be inherited. Implements the Attribute
Public class AspMvcActionAttribute
ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter is an MVC action. If applied to a method, the MVC action name is calculated implicitly from the context. Use this attribute for custom wrappers similar to System.Web.Mvc.Html.ChildActionExtensions.RenderAction(HtmlHelper, String).
Public class AspMvcActionSelectorAttribute
ASP.NET MVC attribute. When applied to a parameter of an attribute, indicates that this parameter is an MVC action name.
Public class AspMvcAreaAttribute
ASP.NET MVC attribute. Indicates that the marked parameter is an MVC area. Use this attribute for custom wrappers similar to System.Web.Mvc.Html.ChildActionExtensions.RenderAction(HtmlHelper, String).
Public class AspMvcAreaMasterLocationFormatAttribute
Class AspMvcAreaMasterLocationFormatAttribute. This class cannot be inherited. Implements the Attribute
Public class AspMvcAreaPartialViewLocationFormatAttribute
Class AspMvcAreaPartialViewLocationFormatAttribute. This class cannot be inherited. Implements the Attribute
Public class AspMvcAreaViewLocationFormatAttribute
Class AspMvcAreaViewLocationFormatAttribute. This class cannot be inherited. Implements the Attribute
Public class AspMvcControllerAttribute
ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter is an MVC controller. If applied to a method, the MVC controller name is calculated implicitly from the context. Use this attribute for custom wrappers similar to System.Web.Mvc.Html.ChildActionExtensions.RenderAction(HtmlHelper, String, String).
Public class AspMvcDisplayTemplateAttribute
ASP.NET MVC attribute. Indicates that a parameter is an MVC display template. Use this attribute for custom wrappers similar to System.Web.Mvc.Html.DisplayExtensions.DisplayForModel(HtmlHelper, String).
Public class AspMvcEditorTemplateAttribute
ASP.NET MVC attribute. Indicates that the marked parameter is an MVC editor template. Use this attribute for custom wrappers similar to System.Web.Mvc.Html.EditorExtensions.EditorForModel(HtmlHelper, String).
Public class AspMvcMasterAttribute
ASP.NET MVC attribute. Indicates that the marked parameter is an MVC Master. Use this attribute for custom wrappers similar to System.Web.Mvc.Controller.View(String, String).
Public class AspMvcMasterLocationFormatAttribute
Class AspMvcMasterLocationFormatAttribute. This class cannot be inherited. Implements the Attribute
Public class AspMvcModelTypeAttribute
ASP.NET MVC attribute. Indicates that the marked parameter is an MVC model type. Use this attribute for custom wrappers similar to System.Web.Mvc.Controller.View(String, Object).
Public class AspMvcPartialViewAttribute
ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter is an MVC partial view. If applied to a method, the MVC partial view name is calculated implicitly from the context. Use this attribute for custom wrappers similar to System.Web.Mvc.Html.RenderPartialExtensions.RenderPartial(HtmlHelper, String).
Public class AspMvcPartialViewLocationFormatAttribute
Class AspMvcPartialViewLocationFormatAttribute. This class cannot be inherited. Implements the Attribute
Public class AspMvcSuppressViewErrorAttribute
ASP.NET MVC attribute. Allows disabling inspections for MVC views within a class or a method.
Public class AspMvcTemplateAttribute
ASP.NET MVC attribute. Indicates that the marked parameter is an MVC template. Use this attribute for custom wrappers similar to System.ComponentModel.DataAnnotations.UIHintAttribute(System.String).
Public class AspMvcViewAttribute
ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter is an MVC view component. If applied to a method, the MVC view name is calculated implicitly from the context. Use this attribute for custom wrappers similar to System.Web.Mvc.Controller.View(Object).
Public class AspMvcViewComponentAttribute
ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter is an MVC view component name.
Public class AspMvcViewComponentViewAttribute
ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter is an MVC view component view. If applied to a method, the MVC view component view name is default.
Public class AspMvcViewLocationFormatAttribute
Class AspMvcViewLocationFormatAttribute. This class cannot be inherited. Implements the Attribute
Public class AspRequiredAttributeAttribute
Class AspRequiredAttributeAttribute. This class cannot be inherited. Implements the Attribute
Public class AspTypePropertyAttribute
Class AspTypePropertyAttribute. This class cannot be inherited. Implements the Attribute
Public class AssertionConditionAttribute
Indicates the condition parameter of the assertion method. The method itself should be marked by AssertionMethodAttribute attribute. The mandatory argument of the attribute is the assertion type.
Public class AssertionMethodAttribute
Indicates that the marked method is assertion method, i.e. it halts the control flow if one of the conditions is satisfied. To set the condition, mark one of the parameters with AssertionConditionAttribute attribute.
Public class BaseTypeRequiredAttribute
When applied to a target attribute, specifies a requirement for any type marked with the target attribute to implement or inherit specific type or types.
Public class BaseWindow
Base window class. Implements the Window
Public class Calculator
The popup calculator control that appears below a decimal edit control when the calculator button is pushed. Implements the Control Implements the IDropDownCalculator Implements the ICalculatorControl
Public class CanBeNullAttribute
Indicates that the value of the marked element could be null sometimes, so checking for null is required before its usage.
Public class CannotApplyEqualityOperatorAttribute
Indicates that the value of the marked type (or its derivatives) cannot be compared using '==' or '!=' operators and Equals() should be used instead. However, using '==' or '!=' for comparison with null is always permitted.
Public class CollectionAccessAttribute
Indicates how method, constructor invocation, or property access over collection type affects the contents of the collection. Use CollectionAccessType to specify the access type.
Public class ComparisonConverter
Used by xaml to convert values. Implements the IValueConverter
Public class ContentComboBoxControl
Combobox control that displays custom content. Implements the ComboBox
Public class ContractAnnotationAttribute
Describes dependency between method input and output.
Public class ControlsUserInterface
The user interface. Implements the IControlsUserInterface
Public class CustomContentControl
A control that displays custom content. Implements the Control
Public class DataEntryCustomContentTemplate
Class that displays custom content to user. Implements the ObservableCollection
Public class DataEntryCustomContentTemplateItem
A custom control content item.
Public class DataEntryMemoEditor
A memo editor control. Implements the Control Implements the IReadOnlyControl
Public class DataEntryMemoTabItem
A tab item control that hosts a Memo Editor control. Puts a red dot on the right side of the header when there is tet inside the memo editor. Implements the TabItem
Public class DateEditControl
A control that edits dates and times. Implements the DropDownEditControl Implements the IDateEditControl Implements the IReadOnlyControl
Public class DateReadOnlyBox
A control that displays date values to the user. User is not allowed to edit. Implements the ReadOnlyBox Implements the IReadOnlyControl
Public class DecimalEditControl
A control that edits decimal values. Implements the NumericEditControl<(Of <(<'T>)>)>
Public class DecimalReadOnlyBox
A control that displays decimal values to the user. User is not allowed to edit. Implements the NumericReadOnlyBox<(Of <(<'T>)>)>
Public class DropDownCalendar
The calendar popup control that appears when the user clicks on the date edit control's calendar button. Implements the Control Implements the IDropDownCalendar
Public class DropDownEditControl
the base class of all dropdown edit controls. Implements the Control Implements the IDropDownControl
Public class EnumConverter
Converts enums. Used by xaml radio boxes to set enums. Implements the IValueConverter
Public class ExtensionMethods
Class ExtensionMethods.
Public class HtmlAttributeValueAttribute
Class HtmlAttributeValueAttribute. This class cannot be inherited. Implements the Attribute
Public class HtmlElementAttributesAttribute
Class HtmlElementAttributesAttribute. This class cannot be inherited. Implements the Attribute
Public class InstantHandleAttribute
Tells code analysis engine if the parameter is completely handled when the invoked method is on stack. If the parameter is a delegate, indicates that delegate is executed while the method is executed. If the parameter is an enumerable, indicates that it is enumerated while the method is executed.
Public class IntegerEditControl
A control that edits integer values. Implements the NumericEditControl<(Of <(<'T>)>)>
Public class InvokerParameterNameAttribute
Indicates that the function argument should be a string literal and match one of the parameters of the caller function. For example, ReSharper annotates the parameter of ArgumentNullException.
Public class ItemCanBeNullAttribute
Can be applied to symbols of types derived from IEnumerable as well as to symbols of Task and Lazy classes to indicate that the value of a collection item, of the Task.Result property or of the Lazy.Value property can be null.
Public class ItemNotNullAttribute
Can be applied to symbols of types derived from IEnumerable as well as to symbols of Task and Lazy classes to indicate that the value of a collection item, of the Task.Result property or of the Lazy.Value property can never be null.
Public class LinqTunnelAttribute
Indicates that method is pure LINQ method, with postponed enumeration (like Enumerable.Select, .Where). This annotation allows inference of [InstantHandle] annotation for parameters of delegate type by analyzing LINQ method chains.
Public class LocalizationRequiredAttribute
Indicates whether the marked element should be localized.
Public class MacroAttribute
Allows specifying a macro for a parameter of a source template.
Public class MeansImplicitUseAttribute
Can be applied to attributes, type parameters, and parameters of a type assignable from Type . When applied to an attribute, the decorated attribute behaves the same as UsedImplicitlyAttribute. When applied to a type parameter or to a parameter of type Type, indicates that the corresponding type is used implicitly.
Public class MustUseReturnValueAttribute
Indicates that the return value of the method invocation must be used.
Public class NoEnumerationAttribute
Indicates that IEnumerable passed as a parameter is not enumerated. Use this annotation to suppress the 'Possible multiple enumeration of IEnumerable' inspection.
Public class NonNegativeValueAttribute
Indicates that the integral value never falls below zero.
Public class NoReorderAttribute
Prevents the Member Reordering feature from tossing members of the marked class.
Public class NotificationButton
Button that displays a red ellipse notification when set. Implements the Button
Public class NotifyPropertyChangedInvocatorAttribute
Indicates that the method is contained in a type that implements System.ComponentModel.INotifyPropertyChanged interface and this method is used to notify that some property value changed.
Public class NotNullAttribute
Indicates that the value of the marked element can never be null.
Public class NumericEditControl<(Of <(<'T>)>)>
The decimal and integer control base class. Implements the DropDownEditControl Implements the INumericControl Implements the IReadOnlyControl
Public class NumericReadOnlyBox<(Of <(<'T>)>)>
A control that displays decimal/integer values to the user. User is not allowed to edit. Implements the ReadOnlyBox
Public class PathReferenceAttribute
Indicates that a parameter is a path to a file or a folder within a web project. Path can be relative or absolute, starting from web root (~).
Public class ProvidesContextAttribute
Indicates the type member or parameter of some type, that should be used instead of all other ways to get the value of that type. This annotation is useful when you have some "context" value evaluated and stored somewhere, meaning that all other ways to get this value must be consolidated with existing one.
Public class PublicAPIAttribute
This attribute is intended to mark publicly available API which should not be removed and so is treated as used.
Public class PureAttribute
Indicates that a method does not make any observable state changes. The same as System.Diagnostics.Contracts.PureAttribute.
Public class RazorDirectiveAttribute
Class RazorDirectiveAttribute. This class cannot be inherited. Implements the Attribute
Public class RazorHelperCommonAttribute
Class RazorHelperCommonAttribute. This class cannot be inherited. Implements the Attribute
Public class RazorImportNamespaceAttribute
Class RazorImportNamespaceAttribute. This class cannot be inherited. Implements the Attribute
Public class RazorInjectionAttribute
Class RazorInjectionAttribute. This class cannot be inherited. Implements the Attribute
Public class RazorLayoutAttribute
Class RazorLayoutAttribute. This class cannot be inherited. Implements the Attribute
Public class RazorPageBaseTypeAttribute
Class RazorPageBaseTypeAttribute. This class cannot be inherited. Implements the Attribute
Public class RazorSectionAttribute
Razor attribute. Indicates that the marked parameter or method is a Razor section. Use this attribute for custom wrappers similar to System.Web.WebPages.WebPageBase.RenderSection(String).
Public class RazorWriteLiteralMethodAttribute
Class RazorWriteLiteralMethodAttribute. This class cannot be inherited. Implements the Attribute
Public class RazorWriteMethodAttribute
Class RazorWriteMethodAttribute. This class cannot be inherited. Implements the Attribute
Public class RazorWriteMethodParameterAttribute
Class RazorWriteMethodParameterAttribute. This class cannot be inherited. Implements the Attribute
Public class ReadOnlyBox
A base control that displays values to the user. User is not allowed to edit. Implements the Control
Public class RegexPatternAttribute
Indicates that the marked parameter is a regular expression pattern.
Public class SourceTemplateAttribute
An extension method marked with this attribute is processed by code completion as a 'Source Template'. When the extension method is completed over some expression, its source code is automatically expanded like a template at call site.
Public class StringEditControl
A control that edits string values. Implements the TextBox Implements the IReadOnlyControl
Public class StringFormatMethodAttribute
Indicates that the marked method builds string by the format pattern and (optional) arguments. The parameter, which contains the format string, should be given in constructor. The format string should be in String-like form.
Public class StringReadOnlyBox
A control that displays string values to the user. User is not allowed to edit. Implements the ReadOnlyBox
Public class TerminatesProgramAttribute Obsolete.
Indicates that the marked method unconditionally terminates control flow execution. For example, it could unconditionally throw exception.
Public class TextComboBoxControl
A combo box which displays text values. Implements the ComboBox
Public class UsedImplicitlyAttribute
Indicates that the marked symbol is used implicitly (e.g. via reflection, in external library), so this symbol will not be reported as unused (as well as by other usage inspections).
Public class ValueProviderAttribute
Use this annotation to specify a type that contains static or const fields with values for the annotated property/field/parameter. The specified type will be used to improve completion suggestions.
Public class ValueRangeAttribute
Indicates that the integral value falls into the specified interval. It's allowed to specify multiple non-intersecting intervals. Values of interval boundaries are inclusive.
Public class ValueToForegroundColorConverterGreen
Converts positive values to green color. Implements the IValueConverter
Public class ValueToForegroundConverter
Gets color based on double value. Red if negative. Green if positive. Implements the IValueConverter
Public class ValueToForegroundParameter
Class ValueToForegroundParameter.
Public class VmUiControl
Maps UiCommand to control.
Public class VmUiControlFactory
Creates a vmUiControl based on ctrol.
Public class WaitSpinner
Interaction logic for WaitSpinner.xaml
Public class WPFControlsGlobals
Class WPFControlsGlobals.
Public class XamlItemBindingOfItemsControlAttribute
XAML attribute. Indicates the property of some BindingBase-derived type, that is used to bind some item of ItemsControl-derived type. This annotation will enable the DataContext type resolve for XAML bindings for such properties.
Public class XamlItemsControlAttribute
XAML attribute. Indicates the type that has ItemsSource property and should be treated as ItemsControl-derived type, to enable inner items DataContext type resolve.
Public class XamlItemStyleOfItemsControlAttribute
XAML attribute. Indicates the property of some Style-derived type, that is used to style items of ItemsControl-derived type. This annotation will enable the DataContext type resolve for XAML bindings for such properties.

Structures


  Structure Description
Public structure EllipseStartPosition
Struct EllipseStartPosition

Interfaces


  Interface Description
Public interface IDecimalEditControl
Interface IDecimalEditControl Extends the INumericControl
Public interface IReadOnlyControl
Interface IReadOnlyControl

Enumerations


  Enumeration Description
Public enumeration AssertionConditionType
Specifies assertion type. If the assertion method argument satisfies the condition, then the execution continues. Otherwise, execution is assumed to be halted.
Public enumeration CollectionAccessType
Provides a value for the CollectionAccessAttribute to define how the collection method invocation affects the contents of the collection.
Public enumeration ImplicitUseKindFlags
Specify the details of implicitly used symbol when it is marked with MeansImplicitUseAttribute or UsedImplicitlyAttribute.
Public enumeration ImplicitUseTargetFlags
Specify what is considered to be used implicitly when marked with MeansImplicitUseAttribute or UsedImplicitlyAttribute.
Public enumeration MapType
Enum MapType