Class
ItemPropertyDefinitionViewModel

ItemPropertyDefinitionViewModel.

Definition

Namespace:Telerik.Windows.Controls.Data.DataFilter

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class ItemPropertyDefinitionViewModel

Inheritance: objectItemPropertyDefinitionViewModel

Constructors

ItemPropertyDefinitionViewModel(ItemPropertyDefinition)

Initializes a new instance of the ItemPropertyDefinitionViewModel class.

Declaration

cs-api-definition
public ItemPropertyDefinitionViewModel(ItemPropertyDefinition itemPropertyDefinition)

Parameters

itemPropertyDefinition

ItemPropertyDefinition

The item property definition.

Properties

DisplayName

Gets the display name.

Declaration

cs-api-definition
public string DisplayName { get; }

Property Value

string

The display name.

ItemPropertyDefinition

Gets the ItemPropertyDefinition.

Declaration

cs-api-definition
public ItemPropertyDefinition ItemPropertyDefinition { get; }

Property Value

ItemPropertyDefinition

The ItemPropertyDefinition.

PropertyName

Gets the name of the property.

Declaration

cs-api-definition
public string PropertyName { get; }

Property Value

string

The name of the property.

PropertyType

Gets the type of the property.

Declaration

cs-api-definition
public Type PropertyType { get; }

Property Value

Type

The type of the property.

Methods

Equals(ItemPropertyDefinitionViewModel)

Determines whether the specified other view model is equal to the current one.

Declaration

cs-api-definition
public virtual bool Equals(ItemPropertyDefinitionViewModel other)

Parameters

other

ItemPropertyDefinitionViewModel

The other view model.

Returns

bool

True if the ItemPropertyDefinition of the current view model is equal to the ItemPropertyDefinition of the other, otherwise false.

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

Overrides object.Equals(object)

GetHashCode()

Returns a hash code for this instance.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides object.GetHashCode()

ToString()

Returns a string that represents this instance.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents this instance.

Overrides object.ToString()