C# Class Felinesoft.UmbracoCodeFirst.Attributes.ImageCropAttribute

Inheritance: MultipleCodeFirstAttribute, IDataTypeInstance
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ImageCropAttribute ( string alias, int height, int width ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ImageCropAttribute() public méthode

public ImageCropAttribute ( string alias, int height, int width ) : System
alias string
height int
width int
Résultat System