Generated by DocFX

Interface IMatrixFormatProvider

Common interface for Matrix format providers.

Namespace: ISynergy.Framework.Mathematics.Formats.Base
Assembly: ISynergy.Framework.Mathematics.dll
Syntax
public interface IMatrixFormatProvider

Properties

View Source

FormatColDelimiter

A string containing the column delimiter for a matrix to be used in formatting.

Declaration
string FormatColDelimiter { get; }
Property Value
Type Description
System.String
View Source

FormatColEnd

A string denoting the end of a matrix column to be used in formatting.

Declaration
string FormatColEnd { get; }
Property Value
Type Description
System.String
View Source

FormatColStart

A string denoting the start of a matrix column to be used in formatting.

Declaration
string FormatColStart { get; }
Property Value
Type Description
System.String
View Source

FormatMatrixEnd

A string denoting the end of the matrix to be used in formatting.

Declaration
string FormatMatrixEnd { get; }
Property Value
Type Description
System.String
View Source

FormatMatrixStart

A string denoting the start of the matrix to be used in formatting.

Declaration
string FormatMatrixStart { get; }
Property Value
Type Description
System.String
View Source

FormatRowDelimiter

A string containing the row delimiter for a matrix to be used in formatting.

Declaration
string FormatRowDelimiter { get; }
Property Value
Type Description
System.String
View Source

FormatRowEnd

A string denoting the end of a matrix row to be used in formatting.

Declaration
string FormatRowEnd { get; }
Property Value
Type Description
System.String
View Source

FormatRowStart

A string denoting the start of a matrix row to be used in formatting.

Declaration
string FormatRowStart { get; }
Property Value
Type Description
System.String
View Source

InnerProvider

Gets the culture specific formatting information to be used during parsing or formatting.

Declaration
IFormatProvider InnerProvider { get; }
Property Value
Type Description
IFormatProvider
View Source

ParseColDelimiter

A string containing the column delimiter for a matrix to be used in parsing.

Declaration
string ParseColDelimiter { get; }
Property Value
Type Description
System.String
View Source

ParseColEnd

A string denoting the end of a matrix column to be used in parsing.

Declaration
string ParseColEnd { get; }
Property Value
Type Description
System.String
View Source

ParseColStart

A string denoting the start of a matrix column to be used in parsing.

Declaration
string ParseColStart { get; }
Property Value
Type Description
System.String
View Source

ParseMatrixEnd

A string denoting the end of the matrix to be used in parsing.

Declaration
string ParseMatrixEnd { get; }
Property Value
Type Description
System.String
View Source

ParseMatrixStart

A string denoting the start of the matrix to be used in parsing.

Declaration
string ParseMatrixStart { get; }
Property Value
Type Description
System.String
View Source

ParseRowDelimiter

A string containing the row delimiter for a matrix to be used in parsing.

Declaration
string ParseRowDelimiter { get; }
Property Value
Type Description
System.String
View Source

ParseRowEnd

A string denoting the end of a matrix row to be used in parsing.

Declaration
string ParseRowEnd { get; }
Property Value
Type Description
System.String
View Source

ParseRowStart

A string denoting the start of a matrix row to be used in parsing.

Declaration
string ParseRowStart { get; }
Property Value
Type Description
System.String

Extension Methods

Matrix.Replace<T>(T, Object, Object)
Matrix.IsEqual(Object, Object, Decimal, Decimal)
EntityBaseExtensions.HasProperty(Object, String)
ArrayExtensions.Concatenate<T>(T, T[])
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>)
ObjectExtensions.Clone<T>(T)
ObjectExtensions.To<T>(Object)
ObjectExtensions.To(Object, Type)
ObjectExtensions.HasMethod(Object, String)
ObjectExtensions.AddressOf<T>(T)
ReflectionExtensions.GetIdentityValue<T>(T)
ReflectionExtensions.GetIdentityValue<T, TResult>(T)
ReflectionExtensions.GetIdentityProperty<T>(T)
ReflectionExtensions.HasIdentityProperty<T>(T)
ReflectionExtensions.GetPropertyValue<T, TResult>(T, String, TResult)
ReflectionExtensions.GetPropertyInfo<T, TValue>(T, Expression<Func<T, TValue>>)
ReflectionExtensions.GetTitleValue<T>(T)
ReflectionExtensions.HasParentIdentityProperty<T>(T)
ReflectionExtensions.GetParentIdentityProperty<T>(T)
ReflectionExtensions.IsFreeApplication<T>(T)