class LocalizableAttribute

in global :: System . ComponentModel

Specifies whether a property should be localized. This class cannot be inherited.


public LocalizableAttribute( bool isLocalizable )

Initializes a new instance of the class.

  • isLocalizable if a property should be localized; otherwise, .

public static LocalizableAttribute Default

Specifies the default value, which is . This field is read-only.

public bool Equals( object obj )

Returns whether the value of the given object is equal to the current .

  • obj The object to test the value equality of.
  • Returns if the value of the given object is equal to that of the current; otherwise, .

public bool IsLocalizable { get; }

Gets a value indicating whether a property should be localized.

  • Returns if a property should be localized; otherwise, .

public static LocalizableAttribute No

Specifies that a property should not be localized. This field is read-only.

public static LocalizableAttribute Yes

Specifies that a property should be localized. This field is read-only.

public int GetHashCode( )

😔 No documentation found.

public bool IsDefaultAttribute( )

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.

public bool Match( object obj )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.