Generated by DocFX

Class Credential

Inheritance
System.Object
Credential
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ISynergy.Framework.UI.Models
Assembly: ISynergy.Framework.UI.WPF.dll
Syntax
public class Credential

Constructors

View Source

Credential(CredentialTypes, String, String, String)

Declaration
public Credential(CredentialTypes credentialType, string resource, string username, string password)
Parameters
Type Name Description
CredentialTypes credentialType
System.String resource
System.String username
System.String password

Properties

View Source

CredentialType

Declaration
public CredentialTypes CredentialType { get; }
Property Value
Type Description
CredentialTypes
View Source

Password

Declaration
public string Password { get; }
Property Value
Type Description
System.String
View Source

Resource

Declaration
public string Resource { get; }
Property Value
Type Description
System.String
View Source

Username

Declaration
public string Username { get; }
Property Value
Type Description
System.String

Methods

View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods

Matrix.Replace<T>(T, Object, Object)
Matrix.IsEqual(Object, Object, Decimal, Decimal)
EntityBaseExtensions.HasProperty(Object, String)
ArrayExtensions.Concatenate<T>(T, T[])
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>)
ObjectExtensions.Clone<T>(T)
ObjectExtensions.To<T>(Object)
ObjectExtensions.To(Object, Type)
ObjectExtensions.HasMethod(Object, String)
ObjectExtensions.AddressOf<T>(T)
ReflectionExtensions.GetIdentityValue<T>(T)
ReflectionExtensions.GetIdentityValue<T, TResult>(T)
ReflectionExtensions.GetIdentityProperty<T>(T)
ReflectionExtensions.HasIdentityProperty<T>(T)
ReflectionExtensions.GetPropertyValue<T, TResult>(T, String, TResult)
ReflectionExtensions.GetPropertyInfo<T, TValue>(T, Expression<Func<T, TValue>>)
ReflectionExtensions.GetTitleValue<T>(T)
ReflectionExtensions.HasParentIdentityProperty<T>(T)
ReflectionExtensions.GetParentIdentityProperty<T>(T)
ReflectionExtensions.IsFreeApplication<T>(T)