/// <summary> /// Verify the requirements of the complex type FileFragmentChangeDefinition. /// </summary> /// <param name="change">The actual FileFragmentChangeDefinition complex type.</param> private void VerifyFileFragmentChangeDefinition( FileFragmentChangeDefinition change) { if (change != null) { // Verify the requirements of the ChangeTypeEnum simple type. this.VerifyChangeTypeEnum(); } }