ClassContainerTypeIdentifier
Represent a type descriptor about RadDiagramRuler item container.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
public sealed class ContainerTypeIdentifier : IEquatable<ContainerTypeIdentifier>
Inheritance: objectContainerTypeIdentifier
Implements:
Methods
Create()
Creates an instance of type declared in the Type property.
Declaration
public UIElement Create()
Returns
UIElement
Equals(ContainerTypeIdentifier)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(ContainerTypeIdentifier other)
Parameters
other
An object to compare with this object.
Returns
True if the current object is equal to the other parameter; otherwise, false.
Implements
Equals(object)
Determines whether the specified object is equal to this instance.
FromType<TContainer>()
Creates an instance of type TContainer/>.
Declaration
[SuppressMessage("Microsoft.Design", "CA1004:GenericMethodsShouldProvideTypeParameter")]
public static ContainerTypeIdentifier FromType<TContainer>() where TContainer : UIElement, new()
Returns
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides
Operators
operator !=(ContainerTypeIdentifier, ContainerTypeIdentifier)
Implements the operator !=.
Declaration
public static bool operator !=(ContainerTypeIdentifier left, ContainerTypeIdentifier right)
Parameters
left
The left.
right
The right.
Returns
The result of the operator.
operator ==(ContainerTypeIdentifier, ContainerTypeIdentifier)
Implements the operator ==.
Declaration
public static bool operator ==(ContainerTypeIdentifier left, ContainerTypeIdentifier right)
Parameters
left
The left.
right
The right.
Returns
The result of the operator.