Base class for all Simol attributes related to property formatting.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public abstract class SimolFormatAttribute : SimolAttribute
Visual Basic
Public MustInherit Class SimolFormatAttribute _
	Inherits SimolAttribute
Visual C++
public ref class SimolFormatAttribute abstract : public SimolAttribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Simol..::..SimolAttribute
      Simol..::..SimolFormatAttribute
        Simol..::..CustomFormatAttribute
        Simol..::..NumberFormatAttribute

See Also