C# Class Client.PropertyName

Afficher le fichier Open project: ringostarr80/WebDav.NET

Méthodes publiques

Свойство Type Description
Name string
NamespaceUri string

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PropertyName ( string name, string namespaceUri ) : System
ToString ( ) : string

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

PropertyName() public méthode

public PropertyName ( string name, string namespaceUri ) : System
name string
namespaceUri string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Name public_oe property

public string Name
Résultat string

NamespaceUri public_oe property

public string NamespaceUri
Résultat string