Show / Hide Table of Contents

Class ValidationUtility

データ検証を補助するツール類です。

Inheritance
System.Object
ValidationUtility
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MakCraft.ViewModels.Validations
Assembly: MakViewModelBaseCore.dll
Syntax
public static class ValidationUtility

Methods

| Improve this Doc View Source

GetPropatyNamesWithAttribute(Type)

型情報からカスタム属性を持つプロパティ名の列挙子を取得します。

Declaration
public static IEnumerable<string> GetPropatyNamesWithAttribute(Type target)
Parameters
Type Name Description
System.Type target
Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX